|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPSARemapDomain
Provides access to the Remap Domain.
| 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 |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean validateType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||