com.esri.arcgis.spatialanalyst
Interface IGPSATextTableNameDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPSATextTableNameDomain

public interface IGPSATextTableNameDomain
extends Serializable

Provides access to The IGPSATextTableNameDomain Domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.


Method Summary
 String getExtension()
          Extension.
 void setExtension(String extension)
          Extension.
 

Method Detail

setExtension

void setExtension(String extension)
                  throws IOException,
                         AutomationException
Extension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

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

getExtension

String getExtension()
                    throws IOException,
                           AutomationException
Extension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

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