DK11 for Delphi | GisTypes.TGIS_DimensionType | Enums
Types of dimension.
// Delphi type TGIS_DimensionType = ( Unknown, XY, XYZ, XYM, XYZM );
// C++ Builder enum DECLSPEC_DENUM TGIS_DimensionType unsigned short { Unknown, XY, XYZ, XYM, XYZM };
Name | Value | Description | |
---|---|---|---|
Unknown | has undefined dimension | ||
XY | has 2D coordinate | ||
XYZ | has Z coordinate | ||
XYM | has M measure | ||
XYZM | has Z coordinate and M measure | ||