DK11 for .NET | TatukGIS.NDK.TGIS_ShapeType | Enums
Types of GIS shapes.
// 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 );
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 | ||