com.esri.arcgis.datasourcesraster
Interface IISATBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISATBuilder

public interface IISATBuilder
extends Serializable

Provides access to members that control the ISAT builder

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getCameraFile()
          Path to camera file.
 String getPhotoFile()
          Path to photo file.
 void setCameraFile(String ppCamFilePath)
          Path to camera file.
 void setPhotoFile(String ppPhFilePath)
          Path to photo file.
 

Method Detail

setPhotoFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPhotoFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setCameraFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getCameraFile

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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