com.esri.arcgis.geometry
Class ITransformation3DGENProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'ITransformation3DGEN'. 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. ITransformation3DGEN is generic version of ITransformation3D.' 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 ITransformation3DGENProxy
extends com.esri.arcgis.interop.Dispatch
implements ITransformation3DGEN, 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.ITransformation3DGEN
IID, IID1b9fa97e_66c8_477c_88c2_e87a96b56239
 
Constructor Summary
  ITransformation3DGENProxy()
          Deprecated. For internal use only
  ITransformation3DGENProxy(java.lang.Object obj)
          Deprecated.  
protected ITransformation3DGENProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITransformation3DGENProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITransformation3DGENProxy(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(_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

ITransformation3DGENProxy

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

ITransformation3DGENProxy

public ITransformation3DGENProxy()
Deprecated. 
For internal use only


ITransformation3DGENProxy

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

ITransformation3DGENProxy

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

ITransformation3DGENProxy

protected ITransformation3DGENProxy(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 ITransformation3DGEN
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 ITransformation3DGEN
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 ITransformation3DGEN
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 ITransformation3DGEN
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 ITransformation3DGEN
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 ITransformation3DGEN
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(_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 ITransformation3DGEN
Parameters:
originalPoints - A Structure: com.esri.arcgis.system._WKSPointZ (An array of com.esri.arcgis.system._WKSPointZ COM typedef) (in)
transformedPoints - A Structure: com.esri.arcgis.system._WKSPointZ (An array of com.esri.arcgis.system._WKSPointZ COM typedef) (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.