ArcGISDatumTransformation

Namespace: Esri::GameEngine::Geometry
Class: Esri/GameEngine/Geometry/ArcGISDatumTransformation
Since: 1.0.0

Summary

Represents a function to convert between two coordinate systems.

Properties

PropertyTypeNullableReadonlySummary
Yes
Yes

The input ArcGISSpatialReference.

No
Yes

True if any files needed by the Projection Engine for this transformation step are missing from the local file system.

No
Yes

The name of the datum transformation.

Yes
Yes

The output ArcGISSpatialReference.

InputSpatialReference

ArcGISSpatialReference GetInputSpatialReference() const

The input ArcGISSpatialReference.

IsMissingProjectionEngineFiles

bool GetIsMissingProjectionEngineFiles() const

True if any files needed by the Projection Engine for this transformation step are missing from the local file system.

Name

FString GetName() const

The name of the datum transformation.

For multi-step transformations, the name contains the concatenated names of each step's transformation, separated by a plus sign '+'. If the transformation is inverted, the name starts with a tilde (~).

OutputSpatialReference

ArcGISSpatialReference GetOutputSpatialReference() const

The output ArcGISSpatialReference.

Methods

SignatureReturn TypeSummary

Equals(const ArcGISDatumTransformation&)

bool

Tests if this object is equal to a second ArcGISDatumTransformation object.

GetInverse()

ArcGISDatumTransformation

Returns the inverse of this datum transformation.

Equals

bool Equals(const ArcGISDatumTransformation& rightDatumTransformation) const

Tests if this object is equal to a second ArcGISDatumTransformation object.

Since 1.0.0

Arguments
NameTypeConstSummary
rightDatumTransformation
Yes

Another datum transformation.

Returns bool

True if the comparison succeeds and the objects are equal, false otherwise.

GetInverse

ArcGISDatumTransformation GetInverse() const

Returns the inverse of this datum transformation.

Since 1.0.0

Returns ArcGISDatumTransformation

An ArcGISDatumTransformation representing the inverse, or null if an inverse for this data transformation does not exist.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close