public interface ICompositeGeoTransformation extends IGeoTransformation, java.io.Serializable
Description: 'Provides access to members that control a set of geographic transformations.' 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 |
IID3be52788_dda4_11d3_9f61_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9273bb60_c611_11d2_bd08_0000f875bcceIID6f2cf924_7e00_11d0_82f4_0000f8034032| Modifier and Type | Method and Description |
|---|---|
void |
add(int direction,
IGeoTransformation pXForm)
Adds a geographic transformation to the list.
|
int |
getCount()
The number of geographic transformations in the list.
|
IGeoTransformation |
getGeoTransformation(int i)
A geographic transformation from the list.
|
void |
getInverse(ICompositeGeoTransformation[] pInverted)
Returns an inverted transformation.
|
int |
getTransformationDirection(int i)
The direction (forward/reverse) of a geographic transformation.
|
void |
setEmpty()
Clears the list of geographic transformations from the object.
|
getName, getSpatialReferences, putSpatialReferences, setNametransformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsIIstatic final int IID3be52788_dda4_11d3_9f61_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
void add(int direction,
IGeoTransformation pXForm)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)pXForm - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IGeoTransformation getGeoTransformation(int i) throws java.io.IOException, AutomationException
i - The i (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getTransformationDirection(int i)
throws java.io.IOException,
AutomationException
i - The i (in)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.void setEmpty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getInverse(ICompositeGeoTransformation[] pInverted) throws java.io.IOException, AutomationException
pInverted - A reference to a com.esri.arcgis.geometry.ICompositeGeoTransformation (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.