IHVCompositeDatumTransformationEditor Interface

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.

IHVCompositeDatumTransformationEditor.Add Method

Adds a datum transformation.

Public Sub Add ( _
    ByVal Transform As IHVDatumTransformation, _
    ByVal dir As esriTransformDirection _
)
public void Add (
    IHVDatumTransformation Transform,
    esriTransformDirection dir
);

IHVCompositeDatumTransformationEditor.AddFromComposite Method

Adds a composite datum transformation.

Public Sub AddFromComposite ( _
    ByVal Transform As ITransformation, _
    ByVal dir As esriTransformDirection _
)
public void AddFromComposite (
    ITransformation Transform,
    esriTransformDirection dir
);

IHVCompositeDatumTransformationEditor.Count Property

Returns the number of steps in the composite transformation.

Public ReadOnly Property Count As Integer
public int Count {get;}

IHVCompositeDatumTransformationEditor.CreateHVDatumTransformation Method

Creates a datum transformation from wkid. The wkid could be either geogtran or verttran.

Public Function CreateHVDatumTransformation ( _
    ByVal wkid As Integer _
) As IHVDatumTransformation
public IHVDatumTransformation CreateHVDatumTransformation (
    int wkid
);

IHVCompositeDatumTransformationEditor.CreateHVDatumTransformationFromGeoTransformation Method

Creates a datum transformation from geo transformation. Cannot be CompositeGeoTransformation.

Public Function CreateHVDatumTransformationFromGeoTransformation ( _
    ByVal pGT As IGeoTransformation _
) As IHVDatumTransformation
public IHVDatumTransformation CreateHVDatumTransformationFromGeoTransformation (
    IGeoTransformation pGT
);

IHVCompositeDatumTransformationEditor.CreateHVDatumTransformationFromText Method

Creates a datum transformation from text. The text could be either geogtran or verttran.

Public Function CreateHVDatumTransformationFromText ( _
    ByVal wkt As String _
) As IHVDatumTransformation
public IHVDatumTransformation CreateHVDatumTransformationFromText (
    string wkt
);

IHVCompositeDatumTransformationEditor.CreateNew Method

Creates an hv composite datum transformation from the editor properties.

Public Function CreateNew ( _
) As IHVCompositeDatumTransformation
public IHVCompositeDatumTransformation CreateNew (
);

IHVCompositeDatumTransformationEditor.GetHeightSteps Method

Reserved.

Public Sub GetHeightSteps ( _
    ByRef inputHeight As Integer, _
    ByRef outputHeight As Integer _
)
public void GetHeightSteps (
    ref int inputHeight,
    ref int outputHeight
);

IHVCompositeDatumTransformationEditor.GetSpatialReferences Method

Returns spatial references.

Public Sub GetSpatialReferences ( _
    ByRef ppFrom As IGeographicCoordinateSystem, _
    ByRef ppTo As IGeographicCoordinateSystem _
)
public void GetSpatialReferences (
    ref IGeographicCoordinateSystem ppFrom,
    ref IGeographicCoordinateSystem ppTo
);

IHVCompositeDatumTransformationEditor.GetVerticalCoordinateSystems Method

Returns vertical coordinate systems.

Public Sub GetVerticalCoordinateSystems ( _
    ByRef ppFrom As IVerticalCoordinateSystem, _
    ByRef ppTo As IVerticalCoordinateSystem _
)
public void GetVerticalCoordinateSystems (
    ref IVerticalCoordinateSystem ppFrom,
    ref IVerticalCoordinateSystem ppTo
);

IHVCompositeDatumTransformationEditor.HVDatumTransform Property

Returns a step of the datum transformation.

Public Function get_HVDatumTransform ( _
    ByVal Index As Integer _
) As IHVDatumTransformation
public IHVDatumTransformation get_HVDatumTransform (
    int Index
);

IHVCompositeDatumTransformationEditor.Name Property

Sets the name of the transformation.

Public Property Name As String
public string Name {get; set;}

IHVCompositeDatumTransformationEditor.Remove Method

Returns a step of the datum transformation.

Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);

IHVCompositeDatumTransformationEditor.Reset Method

Resets the editor to the initial empty state.

Public Sub Reset ( _
)
public void Reset (
);

IHVCompositeDatumTransformationEditor.ResetTo Method

Resets the editor to the given transformation.

Public Sub ResetTo ( _
    ByVal Transform As IHVCompositeDatumTransformation _
)
public void ResetTo (
    IHVCompositeDatumTransformation Transform
);

IHVCompositeDatumTransformationEditor.SetHeightSteps Method

Reserved.

Public Sub SetHeightSteps ( _
    ByVal inputHeight As Integer, _
    ByVal outputHeight As Integer _
)
public void SetHeightSteps (
    int inputHeight,
    int outputHeight
);

IHVCompositeDatumTransformationEditor.SetSpatialReferences Method

Sets spatial references. Also calls SetVerticalCoordinateSystems

Public Sub SetSpatialReferences ( _
    ByVal pFrom As IGeographicCoordinateSystem, _
    ByVal pTo As IGeographicCoordinateSystem _
)
public void SetSpatialReferences (
    IGeographicCoordinateSystem pFrom,
    IGeographicCoordinateSystem pTo
);

IHVCompositeDatumTransformationEditor.SetVerticalCoordinateSystems Method

Sets vertical coordinate systems. Also sets VCS'es to the spatial references.

Public Sub SetVerticalCoordinateSystems ( _
    ByVal pFrom As IVerticalCoordinateSystem, _
    ByVal pTo As IVerticalCoordinateSystem _
)
public void SetVerticalCoordinateSystems (
    IVerticalCoordinateSystem pFrom,
    IVerticalCoordinateSystem pTo
);

IHVCompositeDatumTransformationEditor.TransformationDirection Property

Returns a step of the datum transformation.

Public Function get_TransformationDirection ( _
    ByVal Index As Integer _
) As esriTransformDirection
public esriTransformDirection get_TransformationDirection (
    int Index
);

Classes that implement IHVCompositeDatumTransformationEditor

Classes Description
HVCompositeDatumTransformationEditor The editor for the HVCompositeDatumTransformation.

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