User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_dimensiontype

Table of Contents

TGIS_DimensionType enum

DK11 for Delphi | GisTypes.TGIS_DimensionType | Enums

Types of dimension.

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

Syntax

// Delphi
type
  TGIS_DimensionType = (
    Unknown, XY, XYZ, XYM, XYZM
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_DimensionType unsigned short {
  Unknown, XY, XYZ, XYM, XYZM
};

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

2022/11/30 19:19

Page Tools