public interface IHVCompositeDatumTransformation
extends java.io.Serializable
Description: 'Provides a combined Horizontal and Vertical transformation of Geographic Datum.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe599f69c_aa1a_4731_b39d_f328b064277b |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the number of steps in the composite transformation.
|
IHVDatumTransformation |
getHVDatumTransform(int index)
Returns a step of the datum transformation.
|
IHVCompositeDatumTransformation |
getInverse()
Returns inverse transformation for this.
|
java.lang.String |
getName()
Returns name.
|
void |
getSpatialReferences(IGeographicCoordinateSystem[] ppFrom,
IGeographicCoordinateSystem[] ppTo)
Returns spatial references.
|
int |
getTransformationDirection(int index)
Returns a step of the datum transformation.
|
void |
getVerticalCoordinateSystems(IVerticalCoordinateSystem[] ppFrom,
IVerticalCoordinateSystem[] ppTo)
Returns vertical coordinate systems.
|
boolean |
isCompatibleWith(ISpatialReference pSRFrom,
ISpatialReference pSRTo)
Returns True, if this transformation can be used to transform from pSRFrom to pSRTo.
|
void |
loadData()
Makes the grid data available for transformation operations.
|
void |
unloadData()
Releases any resources consumed by the grid data.
|
static final int IIDe599f69c_aa1a_4731_b39d_f328b064277b
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getSpatialReferences(IGeographicCoordinateSystem[] ppFrom, IGeographicCoordinateSystem[] ppTo) throws java.io.IOException, AutomationException
ppFrom - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (out: use single element array)ppTo - A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getVerticalCoordinateSystems(IVerticalCoordinateSystem[] ppFrom, IVerticalCoordinateSystem[] ppTo) throws java.io.IOException, AutomationException
ppFrom - A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (out: use single element array)ppTo - A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IHVDatumTransformation getHVDatumTransform(int index) throws java.io.IOException, AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getTransformationDirection(int index)
throws java.io.IOException,
AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IHVCompositeDatumTransformation getInverse() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isCompatibleWith(ISpatialReference pSRFrom, ISpatialReference pSRTo) throws java.io.IOException, AutomationException
pSRFrom - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pSRTo - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void loadData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void unloadData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.