com.esri.arcgis.datasourcesfile
Class ICadTransformationsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.ICadTransformationsProxy
All Implemented Interfaces:
ICadTransformations, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ICadTransformations'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

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

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.ICadTransformations
IID, IIDe37f71ab_bfb1_11d2_9b20_00c04fa33299
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ICadTransformationsProxy

public ICadTransformationsProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ICadTransformationsProxy

public ICadTransformationsProxy()
Deprecated. 
For internal use only


ICadTransformationsProxy

public ICadTransformationsProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadTransformationsProxy

protected ICadTransformationsProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICadTransformationsProxy

protected ICadTransformationsProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isEnableTransformations

public boolean isEnableTransformations()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if global transformations are enabled.

Specified by:
isEnableTransformations in interface ICadTransformations
Returns:
The enabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnableTransformations

public void setEnableTransformations(boolean enabled)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if global transformations are enabled.

Specified by:
setEnableTransformations in interface ICadTransformations
Parameters:
enabled - The enabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorldFileName

public java.lang.String getWorldFileName()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The pathname of the world file.

Specified by:
getWorldFileName in interface ICadTransformations
Returns:
The filePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorldFileName

public void setWorldFileName(java.lang.String filePath)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The pathname of the world file.

Specified by:
setWorldFileName in interface ICadTransformations
Parameters:
filePath - The filePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransformMode

public int getTransformMode()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The transformation type.

Specified by:
getTransformMode in interface ICadTransformations
Returns:
A com.esri.arcgis.datasourcesfile.esriCadTransform constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransformMode

public void setTransformMode(int mode)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The transformation type.

Specified by:
setTransformMode in interface ICadTransformations
Parameters:
mode - A com.esri.arcgis.datasourcesfile.esriCadTransform constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromToTransform

public void getFromToTransform(_WKSPoint[] fromPoint1,
                               _WKSPoint[] fromPoint2,
                               _WKSPoint[] toPoint1,
                               _WKSPoint[] toPoint2)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Returns the points of a two point transformation.

Specified by:
getFromToTransform in interface ICadTransformations
Parameters:
fromPoint1 - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromToTransform

public void setFromToTransform(_WKSPoint fromPoint1,
                               _WKSPoint fromPoint2,
                               _WKSPoint toPoint1,
                               _WKSPoint toPoint2)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Sets the points of a two point transformation.

Specified by:
setFromToTransform in interface ICadTransformations
Parameters:
fromPoint1 - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransformation

public void getTransformation(_WKSPoint[] from,
                              _WKSPoint[] to,
                              double[] angle,
                              double[] scale)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Returns the rotation, scale, and translation of a transformation.

Specified by:
getTransformation in interface ICadTransformations
Parameters:
from - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransformation

public void setTransformation(_WKSPoint from,
                              _WKSPoint to,
                              double angle,
                              double scale)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Sets the rotation, scale, and translation of a transformation.

Specified by:
setTransformation in interface ICadTransformations
Parameters:
from - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.