User Tools

Site Tools


api:dk11:delphi:giscontour.tgis_contourgeneratormode

Table of Contents

TGIS_ContourGeneratorMode enum

DK11 for Delphi | GisContour.TGIS_ContourGeneratorMode | Enums

Specifies output type for contouring process.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_ContourGeneratorMode = (
    Polylines, ClosedPolylines, OverlappingPolygons, Polygons
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_ContourGeneratorMode unsigned short {
  Polylines, ClosedPolylines, OverlappingPolygons, Polygons
};

Members

Name Value Description
Polylines Plain polylines like the contouring algorithm provide.
ClosedPolylines Force polylines' closure.
OverlappingPolygons Overlapping polygon shells where the lower limit value increase by ContourInterval from ContourBase and upper equals maximum value of the source grid; for example 0..100, 10..100, 20..100, etc.
Polygons Non-overlapping polygon bands with range of lower and upper limit equals ContourInterval; for example 0..10, 10..20, 20..30, etc.

2024/12/20 22:17

Page Tools