User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csprojabstract.datum

Table of Contents

TGIS_CSProjAbstract.Datum property

DK for Java | tatukgis.jdk.TGIS_CSProjAbstract.Datum | Constructors | Fields | Methods | Properties

Geodetic datum used by this projection, defining the ellipsoid model and coordinate reference frame.

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

Syntax

// Java
public TGIS_CSDatum getDatum();
 
public void setDatum(
  TGIS_CSDatum _value
);
// Oxygene
public
  property Datum : TGIS_CSDatum read write;

Value

Remarks

PURPOSE: Store and change the datum used for coordinate system transformations.

BEHAVIOR: Setting this property updates both Datum and Ellipsoid state and calls datumChanged to let subclasses recalculate dependent values.

CONSTRAINTS: The datum must be valid. Changing it may invalidate cached projection math.

2026/07/11 01:22

Page Tools