public interface IFrameCameraParameters
extends java.io.Serializable
Description: 'Provides access to members that control camera definition' 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 |
IID3527133d_1c63_4211_80c9_8444b1669c47 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID3527133d_1c63_4211_80c9_8444b1669c47
static final int xxDummy
static final java.lang.String IID
void setCameraModel(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriApplanixCameraModel constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCameraModel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFocalLength(double pFocalLength) throws java.io.IOException, AutomationException
pFocalLength
- The pFocalLength (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getFocalLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFocalLengthUnits(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFocalLengthUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPPAX(double pPpax) throws java.io.IOException, AutomationException
pPpax
- The pPpax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPPAX() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPPAXUnits(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPPAXUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPPAY(double pPpay) throws java.io.IOException, AutomationException
pPpay
- The pPpay (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPPAY() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPPAYUnits(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPPAYUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDistortionType(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriDistortionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDistortionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDistortionMethod(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.datasourcesraster.esriRasterKonradyType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDistortionMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setK0(double pK0) throws java.io.IOException, AutomationException
pK0
- The pK0 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getK0() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setK1(double pK1) throws java.io.IOException, AutomationException
pK1
- The pK1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getK1() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setK2(double pK2) throws java.io.IOException, AutomationException
pK2
- The pK2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getK2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRadialDistancesByRef(IDoubleArray pDistances) throws java.io.IOException, AutomationException
pDistances
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getRadialDistances() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRadialDistortionsByRef(IDoubleArray pDistortions) throws java.io.IOException, AutomationException
pDistortions
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getRadialDistortions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setColumns(int pCols) throws java.io.IOException, AutomationException
pCols
- The pCols (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getColumns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRows(int pRows) throws java.io.IOException, AutomationException
pRows
- The pRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelSize(double pPixelSize) throws java.io.IOException, AutomationException
pPixelSize
- The pPixelSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPixelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.