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 =
public class ICompositeGeoTransformationProxy extends IGeoTransformationProxy implements ICompositeGeoTransformation, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID3be52788_dda4_11d3_9f61_00c04f6bdd7f
IID9273bb60_c611_11d2_bd08_0000f875bcce
IID6f2cf924_7e00_11d0_82f4_0000f8034032
Modifier | Constructor and Description |
---|---|
|
ICompositeGeoTransformationProxy()
Deprecated.
For internal use only
|
|
ICompositeGeoTransformationProxy(java.lang.Object obj)
Deprecated.
|
protected |
ICompositeGeoTransformationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ICompositeGeoTransformationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ICompositeGeoTransformationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(int direction,
IGeoTransformation pXForm)
Deprecated.
Adds a geographic transformation to the list.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
getCount()
Deprecated.
The number of geographic transformations in the list.
|
IGeoTransformation |
getGeoTransformation(int i)
Deprecated.
A geographic transformation from the list.
|
void |
getInverse(ICompositeGeoTransformation[] pInverted)
Deprecated.
Returns an inverted transformation.
|
int |
getTransformationDirection(int i)
Deprecated.
The direction (forward/reverse) of a geographic transformation.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setEmpty()
Deprecated.
Clears the list of geographic transformations from the object.
|
getName, getSpatialReferences, putSpatialReferences, setName
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getSpatialReferences, putSpatialReferences, setName
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
public static final java.lang.Class targetClass
public boolean noncastable
public ICompositeGeoTransformationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ICompositeGeoTransformationProxy()
public ICompositeGeoTransformationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICompositeGeoTransformationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICompositeGeoTransformationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IGeoTransformationProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IGeoTransformationProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void add(int direction, IGeoTransformation pXForm) throws java.io.IOException, AutomationException
add
in interface ICompositeGeoTransformation
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.public IGeoTransformation getGeoTransformation(int i) throws java.io.IOException, AutomationException
getGeoTransformation
in interface ICompositeGeoTransformation
i
- The i (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTransformationDirection(int i) throws java.io.IOException, AutomationException
getTransformationDirection
in interface ICompositeGeoTransformation
i
- The i (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface ICompositeGeoTransformation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEmpty() throws java.io.IOException, AutomationException
setEmpty
in interface ICompositeGeoTransformation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getInverse(ICompositeGeoTransformation[] pInverted) throws java.io.IOException, AutomationException
getInverse
in interface ICompositeGeoTransformation
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.