com.esri.arcgis.datasourcesraster
Interface IMatchATBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
MatchATBuilder

public interface IMatchATBuilder
extends Serializable

Provides access to members that control the Match-AT builder.

Product Availability

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


Method Summary
 String getCameraFile()
          Path to camera file.
 void setCameraFile(String ppCamFilePath)
          Path to camera file.
 

Method Detail

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.