|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geometry.ITransformation3DProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ITransformation3DProxy(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.IOExceptionpublic ITransformation3DProxy()
public ITransformation3DProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITransformation3DProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITransformation3DProxy(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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void reset()
throws java.io.IOException,
AutomationException
reset in interface ITransformation3Djava.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 ITransformation3DoffsetVector - 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 ITransformation3Dsx - 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 ITransformation3DrotationAngle - 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 ITransformation3DpostTransform - 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 ITransformation3DpreTransform - 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(int numPoints,
_WKSPointZ originalPoints,
_WKSPointZ[] transformedPoints)
throws java.io.IOException,
AutomationException
transform in interface ITransformation3DnumPoints - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||