com.esri.arcgis.datasourcesraster
Class ApplanixBuilder

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.ApplanixBuilder
All Implemented Interfaces:
IApplanixBuilder, IFrameCameraParameters, IRasterBuilder, IRasterBuilder2, IRasterBuilderInit, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class ApplanixBuilder
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IRasterBuilder2, IRasterBuilderInit, IApplanixBuilder, IFrameCameraParameters

COM Class 'ApplanixBuilder'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'A raster builder for Applanix files.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder2
IID, IIDec840d20_97c0_40a6_b86a_05179c79a745, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder
IIDb2e3f2d4_5182_4299_aff5_41e5c9017d4f
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilderInit
IID, IIDd8e71e5a_401b_43a8_a55d_46881c51134c, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IApplanixBuilder
IID, IID646616cf_75ce_48dc_85e6_b1da9f76be9f, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IFrameCameraParameters
IID, IID3527133d_1c63_4211_80c9_8444b1669c47, xxDummy
 
Constructor Summary
ApplanixBuilder()
          Constructs a ApplanixBuilder using ArcGIS Engine.
ApplanixBuilder(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ApplanixBuilder theApplanixBuilder = (ApplanixBuilder) obj;
 
Method Summary
 void beginConstruction(IDataSourceCrawler pCrawler)
          Initializes the raster builder for URI construction given a valid data source crawler object.
 IBuilderItem build(IItemURI pItemURI)
          Construct a builder item using the specified item URI.
 boolean canBuild(java.lang.Object vtDataSource)
          Indicates whether the raster builder recognizes the specified data source and is possibly capable of building a valid function raster dataset from it.
 void constructURIs(java.lang.Object crawlerItem)
          Constructs one or more item URI objects given the crawled data source item.
 IItemURIArray endConstruction()
          Shuts down the raster builder object upon completion of URI construction.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IPropertySet getAuxiliaryFieldAlias()
          Optional look-up that maps field names to possile metadata property names.
 IFields getAuxiliaryFields()
          Fields to be created and populated in the raster catalog when a builder is used.
 int getCameraModel()
          Camera model number
static java.lang.String getClsid()
          getClsid.
 int getColumns()
          Number of columns.
 ISpatialReference getDefaultSpatialReference()
          The default spatial reference associated with the collection of items built by this raster type.
 int getDistortionMethod()
          Radial lens distortion coefficient method.
 int getDistortionType()
          Type of Distortion.
 double getFocalLength()
          Camera focal length
 int getFocalLengthUnits()
          Focal length units
 java.lang.String getImageFolder()
          Input image location.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 double getK0()
          Zeroth Konrady coefficient.
 double getK1()
          First Konrady coefficient.
 double getK2()
          Second Konrady coefficient.
 IMosaicDataset getMosaicDataset()
          The mosaic dataset associated with this operation.
 IItemURI getNextURI()
          Returns the next available item URI object.
 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
 IPropertySet getProperties()
          The raster dataset builder properties.
 IDoubleArray getRadialDistances()
          Radial Distances Array.
 IDoubleArray getRadialDistortions()
          Radial Distortions Array.
 IRasterTypeOperation getRasterTypeOperation()
          The raster type operation helper object associated with this raster type.
 IDataSourceCrawler getRecommendedCrawler(IPropertySet pDataSourceProperties)
          Returns a crawler best suited for data source as recommended by the raster builder.
 int getRows()
          Number of rows.
 ITrackCancel getTrackCancel()
          The cancel tracker associated with this operation.
 int hashCode()
          the hashcode for this object
 boolean isCanBuildInPlace()
          Indicates whether the raster type can build an item URI as soon as it is contructed.
 boolean isCanMergeItems()
          Indicates whether the raster builder is capable of building composite crawled items.
 boolean isMergeItems()
          Indicates whether the raster builder constructs a multi-part URI given a composite crawled item.
 boolean isStale(IItemURI pItemURI)
          Indicates whether the data source referenced by the specified item URI has been updated since the item URI was last constructed.
 void release()
          Release a ApplanixBuilder.
 void setAuxiliaryFieldAliasByRef(IPropertySet ppFieldNameMap)
          Optional look-up that maps field names to possile metadata property names.
 void setAuxiliaryFieldsByRef(IFields ppAuxiliaryFields)
          Fields to be created and populated in the raster catalog when a builder is used.
 void setCameraModel(int pVal)
          Camera model number
 void setColumns(int pCols)
          Number of columns.
 void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
          The default spatial reference associated with the collection of items built by this raster type.
 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 setImageFolder(java.lang.String pImageFolder)
          Input image location.
 void setK0(double pK0)
          Zeroth Konrady coefficient.
 void setK1(double pK1)
          First Konrady coefficient.
 void setK2(double pK2)
          Second Konrady coefficient.
 void setMergeItems(boolean pbMergeItems)
          Indicates whether the raster builder constructs a multi-part URI given a composite crawled item.
 void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
          The mosaic dataset associated with this operation.
 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 setPropertiesByRef(IPropertySet ppBuilderPoperties)
          The raster dataset builder properties.
 void setRadialDistancesByRef(IDoubleArray pDistances)
          Radial Distances Array.
 void setRadialDistortionsByRef(IDoubleArray pDistortions)
          Radial Distortions Array.
 void setRasterTypeOperationByRef(IRasterTypeOperation ppRasterTypeOperation)
          The raster type operation helper object associated with this raster type.
 void setRows(int pRows)
          Number of rows.
 void setTrackCancelByRef(ITrackCancel ppTrackCancel)
          The cancel tracker associated with this operation.
 void validate()
          Validates the raster builder.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplanixBuilder

public ApplanixBuilder()
                throws java.io.IOException,
                       java.net.UnknownHostException
Constructs a ApplanixBuilder using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ApplanixBuilder

public ApplanixBuilder(java.lang.Object obj)
                throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ApplanixBuilder theApplanixBuilder = (ApplanixBuilder) obj;

Construct a ApplanixBuilder using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ApplanixBuilder.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ApplanixBuilder.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

canBuild

public boolean canBuild(java.lang.Object vtDataSource)
                 throws java.io.IOException,
                        AutomationException
Indicates whether the raster builder recognizes the specified data source and is possibly capable of building a valid function raster dataset from it.

Specified by:
canBuild in interface IRasterBuilder2
Parameters:
vtDataSource - A Variant (in)
Returns:
The pbCanBuild
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validate

public void validate()
              throws java.io.IOException,
                     AutomationException
Validates the raster builder.

Specified by:
validate in interface IRasterBuilder2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCanMergeItems

public boolean isCanMergeItems()
                        throws java.io.IOException,
                               AutomationException
Indicates whether the raster builder is capable of building composite crawled items.

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

isMergeItems

public boolean isMergeItems()
                     throws java.io.IOException,
                            AutomationException
Indicates whether the raster builder constructs a multi-part URI given a composite crawled item.

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

setMergeItems

public void setMergeItems(boolean pbMergeItems)
                   throws java.io.IOException,
                          AutomationException
Indicates whether the raster builder constructs a multi-part URI given a composite crawled item.

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

getRecommendedCrawler

public IDataSourceCrawler getRecommendedCrawler(IPropertySet pDataSourceProperties)
                                         throws java.io.IOException,
                                                AutomationException
Returns a crawler best suited for data source as recommended by the raster builder.

Specified by:
getRecommendedCrawler in interface IRasterBuilder
Parameters:
pDataSourceProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginConstruction

public void beginConstruction(IDataSourceCrawler pCrawler)
                       throws java.io.IOException,
                              AutomationException
Initializes the raster builder for URI construction given a valid data source crawler object.

Specified by:
beginConstruction in interface IRasterBuilder
Parameters:
pCrawler - A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructURIs

public void constructURIs(java.lang.Object crawlerItem)
                   throws java.io.IOException,
                          AutomationException
Constructs one or more item URI objects given the crawled data source item.

Specified by:
constructURIs in interface IRasterBuilder
Parameters:
crawlerItem - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNextURI

public IItemURI getNextURI()
                    throws java.io.IOException,
                           AutomationException
Returns the next available item URI object.

Specified by:
getNextURI in interface IRasterBuilder
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IItemURI
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endConstruction

public IItemURIArray endConstruction()
                              throws java.io.IOException,
                                     AutomationException
Shuts down the raster builder object upon completion of URI construction. Once all item URIs are constructed and returned via repated calls to the GetNextURI, this method might return an array of item URIs possibly created as a result of the shut down process.?G?^??

Specified by:
endConstruction in interface IRasterBuilder
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStale

public boolean isStale(IItemURI pItemURI)
                throws java.io.IOException,
                       AutomationException
Indicates whether the data source referenced by the specified item URI has been updated since the item URI was last constructed.

Specified by:
isStale in interface IRasterBuilder
Parameters:
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
Returns:
The pIsStale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

build

public IBuilderItem build(IItemURI pItemURI)
                   throws java.io.IOException,
                          AutomationException
Construct a builder item using the specified item URI.

Specified by:
build in interface IRasterBuilder
Parameters:
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IBuilderItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

public void setPropertiesByRef(IPropertySet ppBuilderPoperties)
                        throws java.io.IOException,
                               AutomationException
The raster dataset builder properties.

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

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
The raster dataset builder properties.

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

setAuxiliaryFieldsByRef

public void setAuxiliaryFieldsByRef(IFields ppAuxiliaryFields)
                             throws java.io.IOException,
                                    AutomationException
Fields to be created and populated in the raster catalog when a builder is used.

Specified by:
setAuxiliaryFieldsByRef in interface IRasterBuilder
Parameters:
ppAuxiliaryFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAuxiliaryFields

public IFields getAuxiliaryFields()
                           throws java.io.IOException,
                                  AutomationException
Fields to be created and populated in the raster catalog when a builder is used.

Specified by:
getAuxiliaryFields in interface IRasterBuilder
Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAuxiliaryFieldAliasByRef

public void setAuxiliaryFieldAliasByRef(IPropertySet ppFieldNameMap)
                                 throws java.io.IOException,
                                        AutomationException
Optional look-up that maps field names to possile metadata property names.

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

getAuxiliaryFieldAlias

public IPropertySet getAuxiliaryFieldAlias()
                                    throws java.io.IOException,
                                           AutomationException
Optional look-up that maps field names to possile metadata property names.

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

isCanBuildInPlace

public boolean isCanBuildInPlace()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the raster type can build an item URI as soon as it is contructed.

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

setMosaicDatasetByRef

public void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
                           throws java.io.IOException,
                                  AutomationException
The mosaic dataset associated with this operation.

Specified by:
setMosaicDatasetByRef in interface IRasterBuilderInit
Parameters:
ppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicDataset

public IMosaicDataset getMosaicDataset()
                                throws java.io.IOException,
                                       AutomationException
The mosaic dataset associated with this operation.

Specified by:
getMosaicDataset in interface IRasterBuilderInit
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrackCancelByRef

public void setTrackCancelByRef(ITrackCancel ppTrackCancel)
                         throws java.io.IOException,
                                AutomationException
The cancel tracker associated with this operation.

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

getTrackCancel

public ITrackCancel getTrackCancel()
                            throws java.io.IOException,
                                   AutomationException
The cancel tracker associated with this operation.

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

setDefaultSpatialReferenceByRef

public void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
                                     throws java.io.IOException,
                                            AutomationException
The default spatial reference associated with the collection of items built by this raster type. A raster type applies the default spatial reference to every incoming dataset that doesn't have an associated spatial reference.

Specified by:
setDefaultSpatialReferenceByRef in interface IRasterBuilderInit
Parameters:
ppDefaultSrs - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultSpatialReference

public ISpatialReference getDefaultSpatialReference()
                                             throws java.io.IOException,
                                                    AutomationException
The default spatial reference associated with the collection of items built by this raster type. A raster type applies the default spatial reference to every incoming dataset that doesn't have an associated spatial reference.

Specified by:
getDefaultSpatialReference in interface IRasterBuilderInit
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterTypeOperationByRef

public void setRasterTypeOperationByRef(IRasterTypeOperation ppRasterTypeOperation)
                                 throws java.io.IOException,
                                        AutomationException
The raster type operation helper object associated with this raster type. It provides the raster type with functions that aid construction of URIs and builder items.

Specified by:
setRasterTypeOperationByRef in interface IRasterBuilderInit
Parameters:
ppRasterTypeOperation - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeOperation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterTypeOperation

public IRasterTypeOperation getRasterTypeOperation()
                                            throws java.io.IOException,
                                                   AutomationException
The raster type operation helper object associated with this raster type. It provides the raster type with functions that aid construction of URIs and builder items.

Specified by:
getRasterTypeOperation in interface IRasterBuilderInit
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeOperation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageFolder

public void setImageFolder(java.lang.String pImageFolder)
                    throws java.io.IOException,
                           AutomationException
Input image location.

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

getImageFolder

public java.lang.String getImageFolder()
                                throws java.io.IOException,
                                       AutomationException
Input image location.

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

setCameraModel

public void setCameraModel(int pVal)
                    throws java.io.IOException,
                           AutomationException
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.