com.esri.arcgis.datasourcesraster
Interface IISATBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IISATBuilderProxy, ISATBuilder

public interface IISATBuilder
extends java.io.Serializable

COM Interface 'IISATBuilder'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the ISAT builder' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb99c3340_573b_4b45_9f27_6671c4f5517f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCameraFile()
          Path to camera file.
 java.lang.String getPhotoFile()
          Path to photo file.
 void setCameraFile(java.lang.String ppCamFilePath)
          Path to camera file.
 void setPhotoFile(java.lang.String ppPhFilePath)
          Path to photo file.
 

Field Detail

IIDb99c3340_573b_4b45_9f27_6671c4f5517f

static final int IIDb99c3340_573b_4b45_9f27_6671c4f5517f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setPhotoFile

void setPhotoFile(java.lang.String ppPhFilePath)
                  throws java.io.IOException,
                         AutomationException
Path to photo file.

Parameters:
ppPhFilePath - The ppPhFilePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPhotoFile

java.lang.String getPhotoFile()
                              throws java.io.IOException,
                                     AutomationException
Path to photo file.

Returns:
The ppPhFilePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCameraFile

void setCameraFile(java.lang.String ppCamFilePath)
                   throws java.io.IOException,
                          AutomationException
Path to camera file.

Parameters:
ppCamFilePath - The ppCamFilePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCameraFile

java.lang.String getCameraFile()
                               throws java.io.IOException,
                                      AutomationException
Path to camera file.

Returns:
The ppCamFilePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.