User Tools

Site Tools


samples:samples:pipeline

Table of Contents

Pipeline sample

Documentation | Samples | Pipeline

Summary

Pipeline sample — demonstrates scripted GIS operations using TGIS_Pipeline.

Description

What the sample shows:

  • Scripted GIS operations using TGIS_Pipeline
  • Creating automated processing workflows
  • Chaining multiple GIS operations together
  • Batch processing with custom scripts
  • Data transformation and filtering pipelines
  • Conditional logic in GIS workflows
  • Error handling in automated operations
  • Pipeline execution and monitoring

This sample illustrates use of:

Name Description
TGIS_Pipeline.GISGIS Viewer on which pipeline operations will be performed.
TGIS_Pipeline.ExecuteExecute pipeline operations.
TGIS_Pipeline.SourceCodeSource code of pipeline operations separated by CR LF.
TGIS_Pipeline.ShowMessageEventEvent to be raised upon 'Say' like operations.
TGIS_Pipeline.ShowFormEventEvent to be raised upon ShowForm execution.

Code

This sample is available on the following platforms (click to view the source code on GitHub):

2026/06/08 23:35

Page Tools