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 =
public class IFrameCameraParametersProxy extends com.esri.arcgis.interop.Dispatch implements IFrameCameraParameters, 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, IID3527133d_1c63_4211_80c9_8444b1669c47
Modifier | Constructor and Description |
---|---|
|
IFrameCameraParametersProxy()
Deprecated.
For internal use only
|
|
IFrameCameraParametersProxy(java.lang.Object obj)
Deprecated.
|
protected |
IFrameCameraParametersProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IFrameCameraParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IFrameCameraParametersProxy(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.
|
int |
getCameraModel()
Deprecated.
Camera model number
|
int |
getColumns()
Deprecated.
Number of columns.
|
int |
getDistortionMethod()
Deprecated.
Radial lens distortion coefficient method.
|
int |
getDistortionType()
Deprecated.
Type of Distortion.
|
double |
getFocalLength()
Deprecated.
Camera focal length
|
int |
getFocalLengthUnits()
Deprecated.
Focal length units
|
double |
getK0()
Deprecated.
Zeroth Konrady coefficient.
|
double |
getK1()
Deprecated.
First Konrady coefficient.
|
double |
getK2()
Deprecated.
Second Konrady coefficient.
|
double |
getPixelSize()
Deprecated.
Pixel size for the camera.
|
double |
getPPAX()
Deprecated.
Principal point of autocollimation along X axis.
|
int |
getPPAXUnits()
Deprecated.
PPAX units
|
double |
getPPAY()
Deprecated.
Principal point of autocollimation along Y axis.
|
int |
getPPAYUnits()
Deprecated.
PPAY units
|
IDoubleArray |
getRadialDistances()
Deprecated.
Radial Distances Array.
|
IDoubleArray |
getRadialDistortions()
Deprecated.
Radial Distortions Array.
|
int |
getRows()
Deprecated.
Number of rows.
|
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 |
setCameraModel(int pVal)
Deprecated.
Camera model number
|
void |
setColumns(int pCols)
Deprecated.
Number of columns.
|
void |
setDistortionMethod(int pVal)
Deprecated.
Radial lens distortion coefficient method.
|
void |
setDistortionType(int pVal)
Deprecated.
Type of Distortion.
|
void |
setFocalLength(double pFocalLength)
Deprecated.
Camera focal length
|
void |
setFocalLengthUnits(int pVal)
Deprecated.
Focal length units
|
void |
setK0(double pK0)
Deprecated.
Zeroth Konrady coefficient.
|
void |
setK1(double pK1)
Deprecated.
First Konrady coefficient.
|
void |
setK2(double pK2)
Deprecated.
Second Konrady coefficient.
|
void |
setPixelSize(double pPixelSize)
Deprecated.
Pixel size for the camera.
|
void |
setPPAX(double pPpax)
Deprecated.
Principal point of autocollimation along X axis.
|
void |
setPPAXUnits(int pVal)
Deprecated.
PPAX units
|
void |
setPPAY(double pPpay)
Deprecated.
Principal point of autocollimation along Y axis.
|
void |
setPPAYUnits(int pVal)
Deprecated.
PPAY units
|
void |
setRadialDistancesByRef(IDoubleArray pDistances)
Deprecated.
Radial Distances Array.
|
void |
setRadialDistortionsByRef(IDoubleArray pDistortions)
Deprecated.
Radial Distortions Array.
|
void |
setRows(int pRows)
Deprecated.
Number of rows.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IFrameCameraParametersProxy(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 IFrameCameraParametersProxy()
public IFrameCameraParametersProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IFrameCameraParametersProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IFrameCameraParametersProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
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 void setCameraModel(int pVal) throws java.io.IOException, AutomationException
setCameraModel
in interface IFrameCameraParameters
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.public int getCameraModel() throws java.io.IOException, AutomationException
getCameraModel
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFocalLength(double pFocalLength) throws java.io.IOException, AutomationException
setFocalLength
in interface IFrameCameraParameters
pFocalLength
- The pFocalLength (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getFocalLength() throws java.io.IOException, AutomationException
getFocalLength
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFocalLengthUnits(int pVal) throws java.io.IOException, AutomationException
setFocalLengthUnits
in interface IFrameCameraParameters
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.public int getFocalLengthUnits() throws java.io.IOException, AutomationException
getFocalLengthUnits
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPPAX(double pPpax) throws java.io.IOException, AutomationException
setPPAX
in interface IFrameCameraParameters
pPpax
- The pPpax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPPAX() throws java.io.IOException, AutomationException
getPPAX
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPPAXUnits(int pVal) throws java.io.IOException, AutomationException
setPPAXUnits
in interface IFrameCameraParameters
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.public int getPPAXUnits() throws java.io.IOException, AutomationException
getPPAXUnits
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPPAY(double pPpay) throws java.io.IOException, AutomationException
setPPAY
in interface IFrameCameraParameters
pPpay
- The pPpay (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPPAY() throws java.io.IOException, AutomationException
getPPAY
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPPAYUnits(int pVal) throws java.io.IOException, AutomationException
setPPAYUnits
in interface IFrameCameraParameters
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.public int getPPAYUnits() throws java.io.IOException, AutomationException
getPPAYUnits
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDistortionType(int pVal) throws java.io.IOException, AutomationException
setDistortionType
in interface IFrameCameraParameters
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.public int getDistortionType() throws java.io.IOException, AutomationException
getDistortionType
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDistortionMethod(int pVal) throws java.io.IOException, AutomationException
setDistortionMethod
in interface IFrameCameraParameters
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.public int getDistortionMethod() throws java.io.IOException, AutomationException
getDistortionMethod
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setK0(double pK0) throws java.io.IOException, AutomationException
setK0
in interface IFrameCameraParameters
pK0
- The pK0 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getK0() throws java.io.IOException, AutomationException
getK0
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setK1(double pK1) throws java.io.IOException, AutomationException
setK1
in interface IFrameCameraParameters
pK1
- The pK1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getK1() throws java.io.IOException, AutomationException
getK1
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setK2(double pK2) throws java.io.IOException, AutomationException
setK2
in interface IFrameCameraParameters
pK2
- The pK2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getK2() throws java.io.IOException, AutomationException
getK2
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRadialDistancesByRef(IDoubleArray pDistances) throws java.io.IOException, AutomationException
setRadialDistancesByRef
in interface IFrameCameraParameters
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.public IDoubleArray getRadialDistances() throws java.io.IOException, AutomationException
getRadialDistances
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRadialDistortionsByRef(IDoubleArray pDistortions) throws java.io.IOException, AutomationException
setRadialDistortionsByRef
in interface IFrameCameraParameters
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.public IDoubleArray getRadialDistortions() throws java.io.IOException, AutomationException
getRadialDistortions
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setColumns(int pCols) throws java.io.IOException, AutomationException
setColumns
in interface IFrameCameraParameters
pCols
- The pCols (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getColumns() throws java.io.IOException, AutomationException
getColumns
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRows(int pRows) throws java.io.IOException, AutomationException
setRows
in interface IFrameCameraParameters
pRows
- The pRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRows() throws java.io.IOException, AutomationException
getRows
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPixelSize(double pPixelSize) throws java.io.IOException, AutomationException
setPixelSize
in interface IFrameCameraParameters
pPixelSize
- The pPixelSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPixelSize() throws java.io.IOException, AutomationException
getPixelSize
in interface IFrameCameraParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.