|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFrameCameraParameters
Provides access to members that control camera definition
Method Summary | |
---|---|
int |
getCameraModel()
Camera model number |
int |
getColumns()
Number of columns. |
int |
getDistortionMethod()
Radial lens distortion coefficient method. |
int |
getDistortionType()
Type of Distortion. |
double |
getFocalLength()
Camera focal length |
int |
getFocalLengthUnits()
Focal length units |
double |
getK0()
Zeroth Konrady coefficient. |
double |
getK1()
First Konrady coefficient. |
double |
getK2()
Second Konrady coefficient. |
double |
getPixelSize()
Pixel size for the camera. |
double |
getPPAX()
Principal point of autocollimation along X axis. |
int |
getPPAXUnits()
PPAX units |
double |
getPPAY()
Principal point of autocollimation along Y axis. |
int |
getPPAYUnits()
PPAY units |
IDoubleArray |
getRadialDistances()
Radial Distances Array. |
IDoubleArray |
getRadialDistortions()
Radial Distortions Array. |
int |
getRows()
Number of rows. |
void |
setCameraModel(int pVal)
Camera model number |
void |
setColumns(int pCols)
Number of columns. |
void |
setDistortionMethod(int pVal)
Radial lens distortion coefficient method. |
void |
setDistortionType(int pVal)
Type of Distortion. |
void |
setFocalLength(double pFocalLength)
Camera focal length |
void |
setFocalLengthUnits(int pVal)
Focal length units |
void |
setK0(double pK0)
Zeroth Konrady coefficient. |
void |
setK1(double pK1)
First Konrady coefficient. |
void |
setK2(double pK2)
Second Konrady coefficient. |
void |
setPixelSize(double pPixelSize)
Pixel size for the camera. |
void |
setPPAX(double pPpax)
Principal point of autocollimation along X axis. |
void |
setPPAXUnits(int pVal)
PPAX units |
void |
setPPAY(double pPpay)
Principal point of autocollimation along Y axis. |
void |
setPPAYUnits(int pVal)
PPAY units |
void |
setRadialDistancesByRef(IDoubleArray pDistances)
Radial Distances Array. |
void |
setRadialDistortionsByRef(IDoubleArray pDistortions)
Radial Distortions Array. |
void |
setRows(int pRows)
Number of rows. |
Method Detail |
---|
void setCameraModel(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriApplanixCameraModel constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCameraModel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFocalLength(double pFocalLength) throws IOException, AutomationException
pFocalLength
- The pFocalLength (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFocalLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFocalLengthUnits(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFocalLengthUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPPAX(double pPpax) throws IOException, AutomationException
pPpax
- The pPpax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPPAX() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPPAXUnits(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPPAXUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPPAY(double pPpay) throws IOException, AutomationException
pPpay
- The pPpay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPPAY() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPPAYUnits(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPPAYUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistortionType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriDistortionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDistortionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistortionMethod(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriRasterKonradyType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDistortionMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setK0(double pK0) throws IOException, AutomationException
pK0
- The pK0 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getK0() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setK1(double pK1) throws IOException, AutomationException
pK1
- The pK1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getK1() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setK2(double pK2) throws IOException, AutomationException
pK2
- The pK2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getK2() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRadialDistancesByRef(IDoubleArray pDistances) throws IOException, AutomationException
pDistances
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getRadialDistances() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRadialDistortionsByRef(IDoubleArray pDistortions) throws IOException, AutomationException
pDistortions
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getRadialDistortions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColumns(int pCols) throws IOException, AutomationException
pCols
- The pCols (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumns() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRows(int pRows) throws IOException, AutomationException
pRows
- The pRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRows() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPixelSize(double pPixelSize) throws IOException, AutomationException
pPixelSize
- The pPixelSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPixelSize() throws IOException, AutomationException
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 |