DK11 for Java | tatukgis.jdk.TGIS_ShapeType | Enums
Types of GIS shapes.
// Java public enum TGIS_ShapeType { Unknown, Deleted, Point, MultiPoint, Arc, Polygon, Complex, MultiPatch, Null }
// Oxygene type TGIS_ShapeType = public ( Unknown, Deleted, Point, MultiPoint, Arc, Polygon, Complex, MultiPatch, Null } of Integer;
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 | ||