User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shapetype

Table of Contents

TGIS_ShapeType enum

DK11 for .NET | TatukGIS.NDK.TGIS_ShapeType | Enums

Types of GIS shapes.

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

Syntax

// C#
[Flags]
public enum TGIS_ShapeType
{
  Unknown, Deleted, Point, MultiPoint, Arc, Polygon, Complex, MultiPatch, Null
}
' VisualBasic
<Flags()> _
Public Enum TGIS_ShapeType
  Unknown
  Deleted
  Point
  MultiPoint
  Arc
  Polygon
  Complex
  MultiPatch
  Null
End Enum
// Oxygene
type
  TGIS_ShapeType = public flags (
    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:27

Page Tools