Description: 'Provides access to members that control Cad 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 ICadTransformationsProxy extends com.esri.arcgis.interop.Dispatch implements ICadTransformations, 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, objRefIID, IIDe37f71ab_bfb1_11d2_9b20_00c04fa33299| Modifier | Constructor and Description |
|---|---|
|
ICadTransformationsProxy()
Deprecated.
For internal use only
|
|
ICadTransformationsProxy(java.lang.Object obj)
Deprecated.
|
protected |
ICadTransformationsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ICadTransformationsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ICadTransformationsProxy(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 |
getFromToTransform(_WKSPoint[] fromPoint1,
_WKSPoint[] fromPoint2,
_WKSPoint[] toPoint1,
_WKSPoint[] toPoint2)
Deprecated.
Returns the points of a two point transformation.
|
void |
getTransformation(_WKSPoint[] from,
_WKSPoint[] to,
double[] angle,
double[] scale)
Deprecated.
Returns the rotation, scale, and translation of a transformation.
|
int |
getTransformMode()
Deprecated.
The transformation type.
|
java.lang.String |
getWorldFileName()
Deprecated.
The pathname of the world file.
|
boolean |
isEnableTransformations()
Deprecated.
Indicates if global transformations are enabled.
|
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 |
setEnableTransformations(boolean enabled)
Deprecated.
Indicates if global transformations are enabled.
|
void |
setFromToTransform(_WKSPoint fromPoint1,
_WKSPoint fromPoint2,
_WKSPoint toPoint1,
_WKSPoint toPoint2)
Deprecated.
Sets the points of a two point transformation.
|
void |
setTransformation(_WKSPoint from,
_WKSPoint to,
double angle,
double scale)
Deprecated.
Sets the rotation, scale, and translation of a transformation.
|
void |
setTransformMode(int mode)
Deprecated.
The transformation type.
|
void |
setWorldFileName(java.lang.String filePath)
Deprecated.
The pathname of the world file.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ICadTransformationsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ICadTransformationsProxy()
public ICadTransformationsProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ICadTransformationsProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ICadTransformationsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic boolean isEnableTransformations()
throws java.io.IOException,
AutomationException
isEnableTransformations in interface ICadTransformationsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEnableTransformations(boolean enabled)
throws java.io.IOException,
AutomationException
setEnableTransformations in interface ICadTransformationsenabled - The enabled (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getWorldFileName()
throws java.io.IOException,
AutomationException
getWorldFileName in interface ICadTransformationsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWorldFileName(java.lang.String filePath)
throws java.io.IOException,
AutomationException
setWorldFileName in interface ICadTransformationsfilePath - The filePath (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getTransformMode()
throws java.io.IOException,
AutomationException
getTransformMode in interface ICadTransformationsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTransformMode(int mode)
throws java.io.IOException,
AutomationException
setTransformMode in interface ICadTransformationsmode - A com.esri.arcgis.datasourcesfile.esriCadTransform constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getFromToTransform(_WKSPoint[] fromPoint1, _WKSPoint[] fromPoint2, _WKSPoint[] toPoint1, _WKSPoint[] toPoint2) throws java.io.IOException, AutomationException
getFromToTransform in interface ICadTransformationsfromPoint1 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)fromPoint2 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)toPoint1 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)toPoint2 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromToTransform(_WKSPoint fromPoint1, _WKSPoint fromPoint2, _WKSPoint toPoint1, _WKSPoint toPoint2) throws java.io.IOException, AutomationException
setFromToTransform in interface ICadTransformationsfromPoint1 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)fromPoint2 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)toPoint1 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)toPoint2 - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getTransformation(_WKSPoint[] from, _WKSPoint[] to, double[] angle, double[] scale) throws java.io.IOException, AutomationException
getTransformation in interface ICadTransformationsfrom - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)to - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)angle - The angle (out: use single element array)scale - The scale (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTransformation(_WKSPoint from, _WKSPoint to, double angle, double scale) throws java.io.IOException, AutomationException
setTransformation in interface ICadTransformationsfrom - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)to - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)angle - The angle (in)scale - The scale (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.