public interface IDatumTransformationInfo
extends java.io.Serializable
Description: 'Provides common properties for GeoTransformation and HVCompositeDatumTransformation' 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 |
IID8379a0c5_3911_4a61_8dc1_f416c2381255 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
errorIfReferencesMissingData()
Returns failure if the transformation references missing data.
|
java.lang.String |
getName()
Returns name.
|
void |
getSpatialReferences(ISpatialReference[] ppFrom,
ISpatialReference[] ppTo)
Returns spatial references.
|
static final int IID8379a0c5_3911_4a61_8dc1_f416c2381255
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(ISpatialReference[] ppFrom, ISpatialReference[] ppTo) throws java.io.IOException, AutomationException
ppFrom - A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)ppTo - A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void errorIfReferencesMissingData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.