|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IFrameCameraParametersProxy
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
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IFrameCameraParameters |
|---|
IID, IID3527133d_1c63_4211_80c9_8444b1669c47 |
| Constructor Summary | |
|---|---|
|
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. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.IOExceptionpublic 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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setCameraModel(int pVal)
throws java.io.IOException,
AutomationException
setCameraModel in interface IFrameCameraParameterspVal - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspFocalLength - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspVal - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspPpax - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspVal - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspPpay - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspVal - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspVal - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspVal - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspK0 - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspK1 - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspK2 - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspDistances - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspDistortions - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspCols - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspRows - 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 IFrameCameraParametersjava.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 IFrameCameraParameterspPixelSize - 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 IFrameCameraParametersjava.io.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 | ||||||||