com.esri.arcgis.datasourcesraster
Interface IApplanixBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
ApplanixBuilder

public interface IApplanixBuilder
extends Serializable

Provides access to members that control the applanix builder

Product Availability

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


Method Summary
 String getImageFolder()
          Input image location.
 void setImageFolder(String pImageFolder)
          Input image location.
 

Method Detail

setImageFolder

void setImageFolder(String pImageFolder)
                    throws IOException,
                           AutomationException
Input image location.

Product Availability

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

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

getImageFolder

String getImageFolder()
                      throws IOException,
                             AutomationException
Input image location.

Product Availability

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

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