DK for Java | tatukgis.jdk.TGIS_DimensionType | Enums
Types of dimension.
// Java public enum TGIS_DimensionType { Unknown, XY, XYZ, XYM, XYZM }
// Oxygene type TGIS_DimensionType = public ( Unknown, XY, XYZ, XYM, XYZM } of Integer;
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 | ||