DK for Java | tatukgis.jdk.TGIS_ContourGenerator.CalculateInterval | Overloads | Constructors | Methods | Properties | Events
Calculates ContourInterval for the given number of levels and sets ContourBase to the lowest value of the source layer.
// Java public void CalculateInterval( TGIS_LayerPixel _src, int _cnt );
// Oxygene public procedure CalculateInterval( _src : TGIS_LayerPixel; _cnt : Integer );
| Name | Type | Description |
|---|---|---|
| _src | TGIS_LayerPixel | source grid layer |
| _cnt | int Integer | number of levels |