User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_shapetype

Table of Contents

TGIS_ShapeType enum

DK11 for Delphi | GisTypes.TGIS_ShapeType | Enums

Types of GIS shapes.

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

Syntax

// Delphi
type
  TGIS_ShapeType = (
    Unknown, Deleted, Point, MultiPoint, Arc, Polygon, Complex, MultiPatch, Null
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_ShapeType unsigned short {
  Unknown, Deleted, Point, MultiPoint, Arc, Polygon, Complex, MultiPatch, Null
};

Members

Name Value Description
Unknown undefined shape
Deleted shape marked as a deleted item
Point single point
MultiPoint multiple point shape
Arc line shape
Polygon area shape
Complex complex
MultiPatch multipatch
Null null shape

2022/11/30 19:19

Page Tools