Description: 'Provides access to members that control a Frame geodata transform.' 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 IFrameXform2Proxy extends IFrameXformProxy implements IFrameXform2, 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, IIDae2f4ff6_4e55_43e9_96fa_f384b05e8d8c
IID68f50e4b_6e2d_4950_bd52_d9646acc8a97
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier | Constructor and Description |
---|---|
|
IFrameXform2Proxy()
Deprecated.
For internal use only
|
|
IFrameXform2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IFrameXform2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IFrameXform2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IFrameXform2Proxy(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.
|
boolean |
compareCameraDefinition(IFrameXform pFrameXf)
Deprecated.
Compares if it has the same camera definition as a given frame geodata transform.
|
java.lang.String |
getCameraID()
Deprecated.
The camera ID.
|
double |
getImageTopAngle()
Deprecated.
The angle of the top of image.
|
void |
putAircraftOrientation(double rollDeg,
double pitchDeg,
double headingDeg,
double cameraMountAngleDeg,
boolean clockwise)
Deprecated.
Sets the sensor exterior orientation (rotation matrix) using aircraft orientation angles in degrees.
|
void |
queryAircraftOrientation(double[] pRollDeg,
double[] pPitchDeg,
double[] pTopOfFrameDeg,
boolean[] pClockwise)
Deprecated.
Queries aircraft orientation angles in degrees from the sensor exterior orientation (rotation matrix).
|
void |
queryCameraAxisAngles(double[] pCameraAzimuth,
double[] pCameraElevation)
Deprecated.
Computes and returns the apparent position of the camera.
|
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 |
setCameraID(java.lang.String pCameraID)
Deprecated.
The camera ID.
|
void |
setImageTopAngle(double pAngle)
Deprecated.
The angle of the top of image.
|
getAverageZ, getDistortionTable, getEarthRadius, getFocalLength, getInteriorOrientation, getKonradyParameters, getKonradyType, getLSR, getPerspectiveCenter, getPerspectiveMatrix, getPerspectivePolarity, getPrincipalPoint, getResiduals, isApplyCurvatureAndRefraction, isEnableKonrady, putDistortionTable, putInteriorOrientationParameters, putPerspectiveAngles, queryKonradyParameters, queryPerspectiveAngles, queryPerspectiveMatrix, setApplyCurvatureAndRefraction, setAverageZ, setEarthRadius, setEnableKonrady, setFocalLength, setInteriorOrientationByRef, setKonradyParameters, setKonradyType, setLSRByRef, setPerspectiveCenterByRef, setPerspectiveMatrix, setPerspectivePolarity, setPrincipalPointByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAverageZ, getDistortionTable, getEarthRadius, getFocalLength, getInteriorOrientation, getKonradyParameters, getKonradyType, getLSR, getPerspectiveCenter, getPerspectiveMatrix, getPerspectivePolarity, getPrincipalPoint, getResiduals, isApplyCurvatureAndRefraction, isEnableKonrady, putDistortionTable, putInteriorOrientationParameters, putPerspectiveAngles, queryKonradyParameters, queryPerspectiveAngles, queryPerspectiveMatrix, setApplyCurvatureAndRefraction, setAverageZ, setEarthRadius, setEnableKonrady, setFocalLength, setInteriorOrientationByRef, setKonradyParameters, setKonradyType, setLSRByRef, setPerspectiveCenterByRef, setPerspectiveMatrix, setPerspectivePolarity, setPrincipalPointByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
public static final java.lang.Class targetClass
public boolean noncastable
public IFrameXform2Proxy(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 IFrameXform2Proxy()
public IFrameXform2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IFrameXform2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IFrameXform2Proxy(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 IFrameXformProxy
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 IFrameXformProxy
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 java.lang.String getCameraID() throws java.io.IOException, AutomationException
getCameraID
in interface IFrameXform2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCameraID(java.lang.String pCameraID) throws java.io.IOException, AutomationException
setCameraID
in interface IFrameXform2
pCameraID
- The pCameraID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean compareCameraDefinition(IFrameXform pFrameXf) throws java.io.IOException, AutomationException
compareCameraDefinition
in interface IFrameXform2
pFrameXf
- A reference to a com.esri.arcgis.datasourcesraster.IFrameXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putAircraftOrientation(double rollDeg, double pitchDeg, double headingDeg, double cameraMountAngleDeg, boolean clockwise) throws java.io.IOException, AutomationException
putAircraftOrientation
in interface IFrameXform2
rollDeg
- The rollDeg (in)pitchDeg
- The pitchDeg (in)headingDeg
- The headingDeg (in)cameraMountAngleDeg
- The cameraMountAngleDeg (in)clockwise
- The clockwise (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryAircraftOrientation(double[] pRollDeg, double[] pPitchDeg, double[] pTopOfFrameDeg, boolean[] pClockwise) throws java.io.IOException, AutomationException
queryAircraftOrientation
in interface IFrameXform2
pRollDeg
- The pRollDeg (out: use single element array)pPitchDeg
- The pPitchDeg (out: use single element array)pTopOfFrameDeg
- The pTopOfFrameDeg (out: use single element array)pClockwise
- The pClockwise (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryCameraAxisAngles(double[] pCameraAzimuth, double[] pCameraElevation) throws java.io.IOException, AutomationException
queryCameraAxisAngles
in interface IFrameXform2
pCameraAzimuth
- The pCameraAzimuth (out: use single element array)pCameraElevation
- The pCameraElevation (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getImageTopAngle() throws java.io.IOException, AutomationException
getImageTopAngle
in interface IFrameXform2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setImageTopAngle(double pAngle) throws java.io.IOException, AutomationException
setImageTopAngle
in interface IFrameXform2
pAngle
- The pAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.