Description: 'Provides access to additional members that control sensor specific geodata transform.' 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 IGeodataXform2Proxy extends com.esri.arcgis.interop.Dispatch implements IGeodataXform2, 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, IIDa079ee4b_9e92_40ce_b83d_6bd811e33a1c
Modifier | Constructor and Description |
---|---|
|
IGeodataXform2Proxy()
Deprecated.
For internal use only
|
|
IGeodataXform2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeodataXform2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeodataXform2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeodataXform2Proxy(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.
|
IGeometry |
computeFootprint(int direction,
IGeometry pExtent,
int maximumVertices)
Deprecated.
Computes the footprint in a given direction for a given input extent/footprint.
|
double |
getZ(double x,
double y)
Deprecated.
Gets Z value for a given location (x,y) in map space.
|
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.
|
IGeodataXform |
simplify()
Deprecated.
Simplifies into a simple geodataxform.
|
void |
transform3D(int direction,
int npoints,
_WKSPointZ[] points)
Deprecated.
Transforms a set of 3D points in a given direction.
|
void |
transform3DPoints(int direction,
IPointCollection[] pPoints)
Deprecated.
Transforms a collection of 3D points in a given direction
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IGeodataXform2Proxy(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 IGeodataXform2Proxy()
public IGeodataXform2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeodataXform2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGeodataXform2Proxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
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 transform3D(int direction, int npoints, _WKSPointZ[] points) throws java.io.IOException, AutomationException
transform3D
in interface IGeodataXform2
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)npoints
- The npoints (in)points
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void transform3DPoints(int direction, IPointCollection[] pPoints) throws java.io.IOException, AutomationException
transform3DPoints
in interface IGeodataXform2
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry computeFootprint(int direction, IGeometry pExtent, int maximumVertices) throws java.io.IOException, AutomationException
computeFootprint
in interface IGeodataXform2
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)pExtent
- A reference to a com.esri.arcgis.geometry.IGeometry (in)maximumVertices
- The maximumVertices (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getZ(double x, double y) throws java.io.IOException, AutomationException
getZ
in interface IGeodataXform2
x
- The x (in)y
- The y (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeodataXform simplify() throws java.io.IOException, AutomationException
simplify
in interface IGeodataXform2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.