DK for .NET | TatukGIS.NDK.TGIS_DimensionType | Enums
Types of dimension.
// C# [Flags] public enum TGIS_DimensionType { Unknown, XY, XYZ, XYM, XYZM }
' VisualBasic <Flags()> _ Public Enum TGIS_DimensionType Unknown XY XYZ XYM XYZM End Enum
// Oxygene type TGIS_DimensionType = public flags ( 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 | ||