public interface IFrameXform2 extends IFrameXform, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDae2f4ff6_4e55_43e9_96fa_f384b05e8d8c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID68f50e4b_6e2d_4950_bd52_d9646acc8a97IID5e6cf525_4e74_419b_946f_7da9bfdf815d| Modifier and Type | Method and Description |
|---|---|
boolean |
compareCameraDefinition(IFrameXform pFrameXf)
Compares if it has the same camera definition as a given frame geodata transform.
|
java.lang.String |
getCameraID()
The camera ID.
|
double |
getImageTopAngle()
The angle of the top of image.
|
void |
putAircraftOrientation(double rollDeg,
double pitchDeg,
double headingDeg,
double cameraMountAngleDeg,
boolean clockwise)
Sets the sensor exterior orientation (rotation matrix) using aircraft orientation angles in degrees.
|
void |
queryAircraftOrientation(double[] pRollDeg,
double[] pPitchDeg,
double[] pTopOfFrameDeg,
boolean[] pClockwise)
Queries aircraft orientation angles in degrees from the sensor exterior orientation (rotation matrix).
|
void |
queryCameraAxisAngles(double[] pCameraAzimuth,
double[] pCameraElevation)
Computes and returns the apparent position of the camera.
|
void |
setCameraID(java.lang.String pCameraID)
The camera ID.
|
void |
setImageTopAngle(double pAngle)
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, setPrincipalPointByRefgetDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPointsstatic final int IIDae2f4ff6_4e55_43e9_96fa_f384b05e8d8c
static final int xxDummy
static final java.lang.String IID
java.lang.String getCameraID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCameraID(java.lang.String pCameraID)
throws java.io.IOException,
AutomationException
pCameraID - The pCameraID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean compareCameraDefinition(IFrameXform pFrameXf) throws java.io.IOException, AutomationException
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.void putAircraftOrientation(double rollDeg,
double pitchDeg,
double headingDeg,
double cameraMountAngleDeg,
boolean clockwise)
throws java.io.IOException,
AutomationException
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.void queryAircraftOrientation(double[] pRollDeg,
double[] pPitchDeg,
double[] pTopOfFrameDeg,
boolean[] pClockwise)
throws java.io.IOException,
AutomationException
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.void queryCameraAxisAngles(double[] pCameraAzimuth,
double[] pCameraElevation)
throws java.io.IOException,
AutomationException
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.double getImageTopAngle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setImageTopAngle(double pAngle)
throws java.io.IOException,
AutomationException
pAngle - The pAngle (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.