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