com.esri.arcgis.geometry
Class ITransformation3DProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.ITransformation3DProxy
All Implemented Interfaces:
ITransformation3D, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control a 3D affine transformation.' 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 ITransformation3DProxy
extends com.esri.arcgis.interop.Dispatch
implements ITransformation3D, 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.geometry.ITransformation3D
IID, IIDc06e0427_90d2_11d3_9f5c_00c04f6bc5f4
 
Constructor Summary
  ITransformation3DProxy()
          Deprecated. For internal use only
  ITransformation3DProxy(java.lang.Object obj)
          Deprecated.  
protected ITransformation3DProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITransformation3DProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITransformation3DProxy(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 postMultiply(ITransformation3D postTransform)
          Deprecated. Post-multiplies the transformation by another transformation.
 void preMultiply(ITransformation3D preTransform)
          Deprecated. Pre-multiplies the transformation by another transformation.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reset()
          Deprecated. Resets the transformation to unit matrix.
 void rotate(double rotationAngle, IVector3D rotationAxis)
          Deprecated. Adds a rotation in radians to the transformation matrix.
 void scale(double sx, double sy, double sz)
          Deprecated. Adds a scaling factor to the transformation matrix.
 void transform(int numPoints, _WKSPointZ originalPoints, _WKSPointZ[] transformedPoints)
          Deprecated. Applies the current transformation to a set of points.
 void translate(IVector3D offsetVector)
          Deprecated. Adds an offset (move) to the transformation matrix.
 
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

ITransformation3DProxy

public ITransformation3DProxy(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

ITransformation3DProxy

public ITransformation3DProxy()
Deprecated. 
For internal use only


ITransformation3DProxy

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

ITransformation3DProxy

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

ITransformation3DProxy

protected ITransformation3DProxy(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

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Resets the transformation to unit matrix.

Specified by:
reset in interface ITransformation3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

translate

public void translate(IVector3D offsetVector)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Adds an offset (move) to the transformation matrix.

Specified by:
translate in interface ITransformation3D
Parameters:
offsetVector - A reference to a com.esri.arcgis.geometry.IVector3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

scale

public void scale(double sx,
                  double sy,
                  double sz)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Adds a scaling factor to the transformation matrix.

Specified by:
scale in interface ITransformation3D
Parameters:
sx - The sx (in)
sy - The sy (in)
sz - The sz (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rotate

public void rotate(double rotationAngle,
                   IVector3D rotationAxis)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Adds a rotation in radians to the transformation matrix.

Specified by:
rotate in interface ITransformation3D
Parameters:
rotationAngle - The rotationAngle (in)
rotationAxis - A reference to a com.esri.arcgis.geometry.IVector3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

postMultiply

public void postMultiply(ITransformation3D postTransform)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Post-multiplies the transformation by another transformation.

Specified by:
postMultiply in interface ITransformation3D
Parameters:
postTransform - A reference to a com.esri.arcgis.geometry.ITransformation3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

preMultiply

public void preMultiply(ITransformation3D preTransform)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Pre-multiplies the transformation by another transformation.

Specified by:
preMultiply in interface ITransformation3D
Parameters:
preTransform - A reference to a com.esri.arcgis.geometry.ITransformation3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transform

public void transform(int numPoints,
                      _WKSPointZ originalPoints,
                      _WKSPointZ[] transformedPoints)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Applies the current transformation to a set of points. Use of methods on ITransform3D is recommended instead of this method.

Specified by:
transform in interface ITransformation3D
Parameters:
numPoints - The numPoints (in)
originalPoints - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
transformedPoints - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.