|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSANeighborhoodDomain
Provides access to The Neighborhood Domain.
Method Summary | |
---|---|
void |
addType(int type)
Add a Neighborhood type. |
int |
getCount()
Count. |
int |
getType(int index)
The Neighborhood type. |
void |
removeType(int type)
Remove a Neighborhood type. |
boolean |
validateType(int type)
Validate an esriRasterNeighborhoodEnum. |
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.geoanalyst.esriRasterNeighborhoodEnum 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.geoanalyst.esriRasterNeighborhoodEnum 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.geoanalyst.esriRasterNeighborhoodEnum 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 |