Description: 'Provides access to members that control a set of geographic and vertical transformation operators.' 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 IGeoTransformationOperationSet2Proxy extends IGeoTransformationOperationSetProxy implements IGeoTransformationOperationSet2, 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, IID61f5a2fd_1476_4e99_af6a_77d7f9919083
IID0049530e_e3ec_11d3_9f62_00c04f6bdd7f
Modifier | Constructor and Description |
---|---|
|
IGeoTransformationOperationSet2Proxy()
Deprecated.
For internal use only
|
|
IGeoTransformationOperationSet2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeoTransformationOperationSet2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeoTransformationOperationSet2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeoTransformationOperationSet2Proxy(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 |
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.
|
void |
addTo(IGeoTransformationOperationSet2 pDst)
Deprecated.
Adds content of this set to the pDst.
|
boolean |
findHVTransform(int direction,
ITransformation gT)
Deprecated.
Check a transformation and a direction to see if it exists in the set.
|
int |
getHVCount()
Deprecated.
The number of HV transformations in the set.
|
void |
getHVTransform(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS,
int[] direction,
IHVCompositeDatumTransformation[] transformation)
Deprecated.
Finds a transformation.
|
void |
nextHVTransform(int[] direction,
IHVCompositeDatumTransformation[] gT)
Deprecated.
Retrieves the next transformation in the set.
|
void |
removeHVTransform(int direction,
ITransformation transformation)
Deprecated.
Deletes a particular geographic or HV transformation.
|
void |
removeHVTransformByKey(IGeographicCoordinateSystem pFromGCS,
IGeographicCoordinateSystem pToGCS)
Deprecated.
Deletes a particular transformation by its from and to GCS.
|
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 |
setHVTransform(int direction,
IHVCompositeDatumTransformation transformation)
Deprecated.
Adds an HV transformation.
|
find, get, getCount, next, remove, removeAll, removeByKey, reset, set
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
find, get, getCount, next, remove, removeAll, removeByKey, reset, set
public static final java.lang.Class targetClass
public boolean noncastable
public IGeoTransformationOperationSet2Proxy(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 IGeoTransformationOperationSet2Proxy()
public IGeoTransformationOperationSet2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeoTransformationOperationSet2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGeoTransformationOperationSet2Proxy(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 IGeoTransformationOperationSetProxy
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 IGeoTransformationOperationSetProxy
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 setHVTransform(int direction, IHVCompositeDatumTransformation transformation) throws java.io.IOException, AutomationException
setHVTransform
in interface IGeoTransformationOperationSet2
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.IHVCompositeDatumTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getHVTransform(IGeographicCoordinateSystem pFromGCS, IGeographicCoordinateSystem pToGCS, int[] direction, IHVCompositeDatumTransformation[] transformation) throws java.io.IOException, AutomationException
getHVTransform
in interface IGeoTransformationOperationSet2
pFromGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)pToGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (out: use single element array)transformation
- A reference to a com.esri.arcgis.geometry.IHVCompositeDatumTransformation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean findHVTransform(int direction, ITransformation gT) throws java.io.IOException, AutomationException
findHVTransform
in interface IGeoTransformationOperationSet2
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)gT
- A reference to a com.esri.arcgis.geometry.ITransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void nextHVTransform(int[] direction, IHVCompositeDatumTransformation[] gT) throws java.io.IOException, AutomationException
nextHVTransform
in interface IGeoTransformationOperationSet2
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (out: use single element array)gT
- A reference to a com.esri.arcgis.geometry.IHVCompositeDatumTransformation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getHVCount() throws java.io.IOException, AutomationException
getHVCount
in interface IGeoTransformationOperationSet2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeHVTransform(int direction, ITransformation transformation) throws java.io.IOException, AutomationException
removeHVTransform
in interface IGeoTransformationOperationSet2
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeHVTransformByKey(IGeographicCoordinateSystem pFromGCS, IGeographicCoordinateSystem pToGCS) throws java.io.IOException, AutomationException
removeHVTransformByKey
in interface IGeoTransformationOperationSet2
pFromGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)pToGCS
- A reference to a com.esri.arcgis.geometry.IGeographicCoordinateSystem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addTo(IGeoTransformationOperationSet2 pDst) throws java.io.IOException, AutomationException
addTo
in interface IGeoTransformationOperationSet2
pDst
- A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.