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
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, IID1b9fa97e_66c8_477c_88c2_e87a96b56239
Modifier | Constructor and Description |
---|---|
|
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.
|
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 |
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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 ITransformation3DGENProxy(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 ITransformation3DGENProxy()
public ITransformation3DGENProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITransformation3DGENProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITransformation3DGENProxy(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 reset() throws java.io.IOException, AutomationException
reset
in interface ITransformation3DGEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void translate(IVector3D offsetVector) throws java.io.IOException, AutomationException
translate
in interface ITransformation3DGEN
offsetVector
- A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void scale(double sx, double sy, double sz) throws java.io.IOException, AutomationException
scale
in interface ITransformation3DGEN
sx
- The sx (in)sy
- The sy (in)sz
- The sz (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void rotate(double rotationAngle, IVector3D rotationAxis) throws java.io.IOException, AutomationException
rotate
in interface ITransformation3DGEN
rotationAngle
- The rotationAngle (in)rotationAxis
- A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void postMultiply(ITransformation3D postTransform) throws java.io.IOException, AutomationException
postMultiply
in interface ITransformation3DGEN
postTransform
- A reference to a com.esri.arcgis.geometry.ITransformation3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void preMultiply(ITransformation3D preTransform) throws java.io.IOException, AutomationException
preMultiply
in interface ITransformation3DGEN
preTransform
- A reference to a com.esri.arcgis.geometry.ITransformation3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void transform(_WKSPointZ[] originalPoints, _WKSPointZ[][] transformedPoints) throws java.io.IOException, AutomationException
transform
in interface ITransformation3DGEN
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.