|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSATopoFeatures
Provides access to TopoFeatures object for GP Spatial Analyst.
Method Summary | |
---|---|
String |
getDefaultOutputName()
Gets a default output name. |
IArray |
getFeatureArray(int type)
Gets an array of TopoToRaster features for a layer type. |
void |
getFeatureInfo(int index,
String[] catalogPath,
String[] keyword,
String[] fieldName)
Gets an array of TopoToRaster feature GP features for a layer type. |
Method Detail |
---|
IArray getFeatureArray(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.spatialanalyst.esriGPSATopoTypeEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getFeatureInfo(int index, String[] catalogPath, String[] keyword, String[] fieldName) throws IOException, AutomationException
index
- The index (in)catalogPath
- The catalogPath (out: use single element array)keyword
- The keyword (out: use single element array)fieldName
- The fieldName (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultOutputName() throws IOException, AutomationException
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 |