com.esri.arcgis.datasourcesraster
Class IFrameCameraParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IFrameCameraParametersProxy
All Implemented Interfaces:
IFrameCameraParameters, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IFrameCameraParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IFrameCameraParametersProxy

public IFrameCameraParametersProxy(java.lang.String CLSID,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.net.UnknownHostException,
                                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IFrameCameraParametersProxy

public IFrameCameraParametersProxy()
Deprecated. 
For internal use only


IFrameCameraParametersProxy

public IFrameCameraParametersProxy(java.lang.Object obj)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IFrameCameraParametersProxy

protected IFrameCameraParametersProxy(java.lang.Object obj,
                                      java.lang.String iid)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IFrameCameraParametersProxy

protected IFrameCameraParametersProxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setCameraModel

public void setCameraModel(int pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Camera model number

Specified by:
setCameraModel in interface IFrameCameraParameters
Parameters:
pVal - A com.esri.arcgis.datasourcesraster.esriApplanixCameraModel constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCameraModel

public int getCameraModel()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Camera model number

Specified by:
getCameraModel in interface IFrameCameraParameters
Returns:
A com.esri.arcgis.datasourcesraster.esriApplanixCameraModel constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFocalLength

public void setFocalLength(double pFocalLength)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Camera focal length

Specified by:
setFocalLength in interface IFrameCameraParameters
Parameters:
pFocalLength - The pFocalLength (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFocalLength

public double getFocalLength()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Camera focal length

Specified by:
getFocalLength in interface IFrameCameraParameters
Returns:
The pFocalLength
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFocalLengthUnits

public void setFocalLengthUnits(int pVal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Focal length units

Specified by:
setFocalLengthUnits in interface IFrameCameraParameters
Parameters:
pVal - A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFocalLengthUnits

public int getFocalLengthUnits()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Focal length units

Specified by:
getFocalLengthUnits in interface IFrameCameraParameters
Returns:
A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPPAX

public void setPPAX(double pPpax)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Principal point of autocollimation along X axis.

Specified by:
setPPAX in interface IFrameCameraParameters
Parameters:
pPpax - The pPpax (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPPAX

public double getPPAX()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Principal point of autocollimation along X axis.

Specified by:
getPPAX in interface IFrameCameraParameters
Returns:
The pPpax
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPPAXUnits

public void setPPAXUnits(int pVal)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
PPAX units

Specified by:
setPPAXUnits in interface IFrameCameraParameters
Parameters:
pVal - A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPPAXUnits

public int getPPAXUnits()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
PPAX units

Specified by:
getPPAXUnits in interface IFrameCameraParameters
Returns:
A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPPAY

public void setPPAY(double pPpay)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Principal point of autocollimation along Y axis.

Specified by:
setPPAY in interface IFrameCameraParameters
Parameters:
pPpay - The pPpay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPPAY

public double getPPAY()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Principal point of autocollimation along Y axis.

Specified by:
getPPAY in interface IFrameCameraParameters
Returns:
The pPpay
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPPAYUnits

public void setPPAYUnits(int pVal)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
PPAY units

Specified by:
setPPAYUnits in interface IFrameCameraParameters
Parameters:
pVal - A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPPAYUnits

public int getPPAYUnits()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
PPAY units

Specified by:
getPPAYUnits in interface IFrameCameraParameters
Returns:
A com.esri.arcgis.datasourcesraster.esriFrameCameraUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDistortionType

public void setDistortionType(int pVal)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Type of Distortion.

Specified by:
setDistortionType in interface IFrameCameraParameters
Parameters:
pVal - A com.esri.arcgis.datasourcesraster.esriDistortionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistortionType

public int getDistortionType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Type of Distortion.

Specified by:
getDistortionType in interface IFrameCameraParameters
Returns:
A com.esri.arcgis.datasourcesraster.esriDistortionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDistortionMethod

public void setDistortionMethod(int pVal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Radial lens distortion coefficient method.

Specified by:
setDistortionMethod in interface IFrameCameraParameters
Parameters:
pVal - A com.esri.arcgis.datasourcesraster.esriRasterKonradyType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistortionMethod

public int getDistortionMethod()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Radial lens distortion coefficient method.

Specified by:
getDistortionMethod in interface IFrameCameraParameters
Returns:
A com.esri.arcgis.datasourcesraster.esriRasterKonradyType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setK0

public void setK0(double pK0)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Zeroth Konrady coefficient.

Specified by:
setK0 in interface IFrameCameraParameters
Parameters:
pK0 - The pK0 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getK0

public double getK0()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Zeroth Konrady coefficient.

Specified by:
getK0 in interface IFrameCameraParameters
Returns:
The pK0
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setK1

public void setK1(double pK1)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
First Konrady coefficient.

Specified by:
setK1 in interface IFrameCameraParameters
Parameters:
pK1 - The pK1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getK1

public double getK1()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
First Konrady coefficient.

Specified by:
getK1 in interface IFrameCameraParameters
Returns:
The pK1
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setK2

public void setK2(double pK2)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Second Konrady coefficient.

Specified by:
setK2 in interface IFrameCameraParameters
Parameters:
pK2 - The pK2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getK2

public double getK2()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Second Konrady coefficient.

Specified by:
getK2 in interface IFrameCameraParameters
Returns:
The pK2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRadialDistancesByRef

public void setRadialDistancesByRef(IDoubleArray pDistances)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Radial Distances Array.

Specified by:
setRadialDistancesByRef in interface IFrameCameraParameters
Parameters:
pDistances - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRadialDistances

public IDoubleArray getRadialDistances()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Radial Distances Array.

Specified by:
getRadialDistances in interface IFrameCameraParameters
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRadialDistortionsByRef

public void setRadialDistortionsByRef(IDoubleArray pDistortions)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Radial Distortions Array.

Specified by:
setRadialDistortionsByRef in interface IFrameCameraParameters
Parameters:
pDistortions - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRadialDistortions

public IDoubleArray getRadialDistortions()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Radial Distortions Array.

Specified by:
getRadialDistortions in interface IFrameCameraParameters
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColumns

public void setColumns(int pCols)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Number of columns.

Specified by:
setColumns in interface IFrameCameraParameters
Parameters:
pCols - The pCols (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumns

public int getColumns()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Number of columns.

Specified by:
getColumns in interface IFrameCameraParameters
Returns:
The pCols
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRows

public void setRows(int pRows)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Number of rows.

Specified by:
setRows in interface IFrameCameraParameters
Parameters:
pRows - The pRows (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRows

public int getRows()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Number of rows.

Specified by:
getRows in interface IFrameCameraParameters
Returns:
The pRows
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelSize

public void setPixelSize(double pPixelSize)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Pixel size for the camera.

Specified by:
setPixelSize in interface IFrameCameraParameters
Parameters:
pPixelSize - The pPixelSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelSize

public double getPixelSize()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Pixel size for the camera.

Specified by:
getPixelSize in interface IFrameCameraParameters
Returns:
The pPixelSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.