com.esri.arcgis.spatialanalyst
Interface IGPSARemapDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPSARemapDomain

public interface IGPSARemapDomain
extends Serializable

Provides access to the Remap Domain.

Product Availability

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


Method Summary
 void addType(int type)
          Add a Remap type.
 int getCount()
          Number of Remap types.
 int getType(int index)
          Remap type.
 void removeType(int type)
          Remove a Remap type.
 boolean validateType(int type)
          Validate a Remap type.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
Number of Remap types.

Product Availability

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

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

getType

int getType(int index)
            throws IOException,
                   AutomationException
Remap type.

Product Availability

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

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addType

void addType(int type)
             throws IOException,
                    AutomationException
Add a Remap type.

Product Availability

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

Parameters:
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeType

void removeType(int type)
                throws IOException,
                       AutomationException
Remove a Remap type.

Product Availability

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

Parameters:
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateType

boolean validateType(int type)
                     throws IOException,
                            AutomationException
Validate a Remap type.

Product Availability

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

Parameters:
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.