DK11 for ActiveX | TatukGIS_XDK11.ITGIS_DemOperationSlope | Interfaces | Methods
Generate a slope map from elevation raster.
// C# public interface ITGIS_DemOperationSlope: ITGIS_DemOperation { }
' VisualBasic Public Interface ITGIS_DemOperationSlope Implements ITGIS_DemOperation End Class
// Oxygene type ITGIS_DemOperationSlope = public interface( ITGIS_DemOperation ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_ | public | Constructor. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Description | public | Get operation description. (Inherited from ITGIS_DemOperation) |
|
Prepare | public | Prepare operation. (Inherited from ITGIS_DemOperation) |
|
Run | public | Run operation. (Inherited from ITGIS_DemOperation) |
|