DK11 for ActiveX | TatukGIS_XDK11.TGIS_PipelineOperationExtendedAbstract | Classes | Methods | Properties
Pipeline base process operation that provides: * defining 3 params: "Source", "Destination" and "Save" * destination layer saving if needed.
// C# public class TGIS_PipelineOperationExtendedAbstract : ITGIS_PipelineOperationExtendedAbstract { }
' VisualBasic Public Class TGIS_PipelineOperationExtendedAbstract Implements ITGIS_PipelineOperationExtendedAbstract End Class
// Oxygene type TGIS_PipelineOperationExtendedAbstract = public class end;
Name | Visibility | Description | |
---|---|---|---|
AsText | public | Show operation as a command line text (with all parameters). (Inherited from ITGIS_PipelineOperationAbstract) |
|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_ | public | Standard constructor (Inherited from ITGIS_PipelineOperationAbstract) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Execute | public | Execute operation. (Inherited from ITGIS_PipelineOperationAbstract) |
|
Parse | public | Parse command (Inherited from ITGIS_PipelineOperationAbstract) |
|
ShowForm | public | Lunch UI form with all parameters to allow interactive operation definition. (Inherited from ITGIS_PipelineOperationAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Line | public | Executing line in TGIS_Pipeline (Inherited from ITGIS_PipelineOperationAbstract) |
|
Name | public | Name of operation. (Inherited from ITGIS_PipelineOperationAbstract) |
|
Params | public | List of all parameters. (Inherited from ITGIS_PipelineOperationAbstract) |
|
Parent | public | Attached pipeline engine (Inherited from ITGIS_PipelineOperationAbstract) |
|
Result | public | True if execution was successful. (Inherited from ITGIS_PipelineOperationAbstract) |
|