DK11 for ActiveX | TatukGIS_XDK11.TGIS_ContourGenerator | Classes | Methods | Properties
Implementation of the contour (isohypse) generation algorithm for grid/DEM layers.
// C# public class TGIS_ContourGenerator : ITGIS_ContourGenerator, IConnectionPointContainer, ITGIS_ContourGeneratorEvents { }
' VisualBasic Public Class TGIS_ContourGenerator Implements ITGIS_ContourGenerator Implements IConnectionPointContainer Implements ITGIS_ContourGeneratorEvents End Class
// Oxygene type TGIS_ContourGenerator = public class end;
ITGIS_ContourGenerator IConnectionPointContainer ITGIS_ContourGeneratorEvents
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
BusyEvent | public | (Inherited from ITGIS_ContourGeneratorEvents) |
|
CalculateInterval | public | Calculates ContourInterval for default 20 levels and sets ContourBase to the lowest value of the source layer. | |
CalculateInterval_2 | public | Calculates ContourInterval for the given number of levels and sets ContourBase to the lowest value of the source layer. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Generate | public | Creates vector contours from a raster grid layer. | |
Generate_2 | public | Creates vector contours from a raster grid layer. | |
Name | Visibility | Description | |
---|---|---|---|
ContourBase | public | The "base" relative to which contour intervals are applied. | |
ContourInterval | public | The elevation interval between generated contours. | |
CustomNoData | public | If True the NoDataValue will be used as nodata value; default is False | |
FixedLevelCount | public | The number of elements in FixedLevels property. | |
FixedLevels | public | The list of fixed levels at which contours should be generated. | |
MinSize | public | Minimum dimension in meters for generated features; Minimum length for polylines, minimum area for polygons. | |
Mode | public | Type of contour generator output; default is Polylines. | |
NoDataValue | public | The value to use as a NoData value. | |
Smoothen | public | If True then the generated contours will be smoothened. | |
SmoothFactor | public | Smooth factor. | |