This document is archived and information here might be outdated.  Recommended version.


IHVCompositeDatumTransformation Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IH > IHVCompositeDatumTransformation Interface
ArcGIS Developer Help

IHVCompositeDatumTransformation Interface

Provides a combined Horizontal and Vertical transformation of Geographic Datum.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property Count Returns the number of steps in the composite transformation.
Method GetInverse Returns inverse transformation for this.
Method GetSpatialReferences Returns spatial references.
Method GetVerticalCoordinateSystems Returns vertical coordinate systems.
Read-only property HVDatumTransform Returns a step of the datum transformation.
Method IsCompatibleWith Returns True, if this transformation can be used to transform from pSRFrom to pSRTo.
Method LoadData Makes the grid data available for transformation operations. No need to call this explicitly.
Read-only property Name Returns name.
Read-only property TransformationDirection Returns a step of the datum transformation.
Method UnloadData Releases any resources consumed by the grid data.

Classes that implement IHVCompositeDatumTransformation

Classes Description
HVCompositeDatumTransformation Horizontal and Vertical datum transformation.