User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_dimensiontype

Table of Contents

TGIS_DimensionType enum

DK for Java | tatukgis.jdk.TGIS_DimensionType | Enums

Types of dimension.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public enum TGIS_DimensionType {
  Unknown, XY, XYZ, XYM, XYZM
}
// Oxygene
type
  TGIS_DimensionType = public (
    Unknown, XY, XYZ, XYM, XYZM
  } of Integer;

Members

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

2025/01/31 01:18

Page Tools