ArcGISDatumTransformation

Namespace: GameEngine.Geometry
Class: 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 the dataset needed by the Projection Engine is missing from the local file system.

No
Yes

The name of the datum transformation.

Yes
Yes

The output ArcGISSpatialReference.

InputSpatialReference

ArcGISSpatialReference InputSpatialReference

The input ArcGISSpatialReference.

IsMissingProjectionEngineFiles

bool IsMissingProjectionEngineFiles

True if the dataset needed by the Projection Engine is missing from the local file system.

Name

string Name

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 OutputSpatialReference

The output ArcGISSpatialReference.

Methods

SignatureReturn TypeSummary

Equals(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(ArcGISDatumTransformation rightDatumTransformation)

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

Since 1.0.0

Arguments
NameTypeSummary
rightDatumTransformation

Another datum transformation.

Returns bool

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

GetInverse

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.