public interface IGeoTransformation extends ITransformation, java.io.Serializable
Description: 'Provides access to members that define a geographic (datum) transformation.' 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 |
IID9273bb60_c611_11d2_bd08_0000f875bcce |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6f2cf924_7e00_11d0_82f4_0000f8034032
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the geographic transformation.
|
void |
getSpatialReferences(ISpatialReference[] from,
ISpatialReference[] to)
Returns the from and to spatial references for the transformation.
|
void |
putSpatialReferences(ISpatialReference from,
ISpatialReference to)
Sets the from and to spatial references for the transformation.
|
void |
setName(java.lang.String name)
The name of the geographic transformation.
|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
static final int IID9273bb60_c611_11d2_bd08_0000f875bcce
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 setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getSpatialReferences(ISpatialReference[] from, ISpatialReference[] to) throws java.io.IOException, AutomationException
from
- A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)to
- 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 putSpatialReferences(ISpatialReference from, ISpatialReference to) throws java.io.IOException, AutomationException
from
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)to
- 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.