com.esri.arcgis.catalog
Interface IGxPre70Coverage

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxPre70Coverage

public interface IGxPre70Coverage
extends Serializable

Provides access to members that control the Gx Pre-7.0 Coverage.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getPath()
          The full path of the Coverage.
 void setPath(String path)
          The full path of the Coverage.
 

Method Detail

setPath

void setPath(String path)
             throws IOException,
                    AutomationException
The full path of the Coverage.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getPath

String getPath()
               throws IOException,
                      AutomationException
The full path of the Coverage.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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