DK11 for Delphi | GisTypes.TGIS_ShapeType | Enums
Types of GIS shapes.
// 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 };
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 | ||