User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_3dgroundtype

Table of Contents

TGIS_3DGroundType enum

DK for Delphi | GisTypes.TGIS_3DGroundType | Enums

Z value relations enforcement (for 3D mode only).

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

Syntax

// Delphi
type
  TGIS_3DGroundType = (
    AboveZero, AboveDem, OnDem
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_3DGroundType unsigned short {
  AboveZero, AboveDem, OnDem
};

Members

Name Value Description
AboveZero 3D objects should be presented as relative to 0.
AboveDem 3D objects should be offset by an actual terrain model value.
OnDem 3D objects should be laid on terrain (Z values will be ignored).

2025/01/31 01:09

Page Tools