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


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

IHVCompositeDatumTransformationEditor Interface

Product Availability

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

Members

Name Description
Method Add Adds a datum transformation.
Method AddFromComposite Adds a composite datum transformation.
Read-only property Count Returns the number of steps in the composite transformation.
Method CreateHVDatumTransformation Creates a datum transformation from wkid. The wkid could be either geogtran or verttran.
Method CreateHVDatumTransformationFromGeoTransformation Creates a datum transformation from geo transformation. Cannot be CompositeGeoTransformation.
Method CreateHVDatumTransformationFromText Creates a datum transformation from text. The text could be either geogtran or verttran.
Method CreateNew Creates an hv composite datum transformation from the editor properties.
Method GetHeightSteps Reserved.
Method GetSpatialReferences Returns spatial references.
Method GetVerticalCoordinateSystems Returns vertical coordinate systems.
Read-only property HVDatumTransform Returns a step of the datum transformation.
Read/write property Name Sets the name of the transformation.
Method Remove Returns a step of the datum transformation.
Method Reset Resets the editor to the initial empty state.
Method ResetTo Resets the editor to the given transformation.
Method SetHeightSteps Reserved.
Method SetSpatialReferences Sets spatial references. Also calls SetVerticalCoordinateSystems
Method SetVerticalCoordinateSystems Sets vertical coordinate systems. Also sets VCS'es to the spatial references.
Read-only property TransformationDirection Returns a step of the datum transformation.

Classes that implement IHVCompositeDatumTransformationEditor

Classes Description
HVCompositeDatumTransformationEditor The editor for the HVCompositeDatumTransformation.