com.esri.arcgis.spatialanalyst
Interface IGPSATopoFeatures

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSATopoFeatures, IGPSATopoFeaturesProxy

public interface IGPSATopoFeatures
extends java.io.Serializable

COM Interface 'IGPSATopoFeatures'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to TopoFeatures object for GP Spatial Analyst.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6c8079ff_6669_4801_9710_78b6959ac465
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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, java.lang.String[] catalogPath, java.lang.String[] keyword, java.lang.String[] fieldName)
          Gets an array of TopoToRaster feature GP features for a layer type.
 

Field Detail

IID6c8079ff_6669_4801_9710_78b6959ac465

static final int IID6c8079ff_6669_4801_9710_78b6959ac465
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFeatureArray

IArray getFeatureArray(int type)
                       throws java.io.IOException,
                              AutomationException
Gets an array of TopoToRaster features for a layer type.

Parameters:
type - A com.esri.arcgis.spatialanalyst.esriGPSATopoTypeEnum constant (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureInfo

void getFeatureInfo(int index,
                    java.lang.String[] catalogPath,
                    java.lang.String[] keyword,
                    java.lang.String[] fieldName)
                    throws java.io.IOException,
                           AutomationException
Gets an array of TopoToRaster feature GP features for a layer type.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultOutputName

java.lang.String getDefaultOutputName()
                                      throws java.io.IOException,
                                             AutomationException
Gets a default output name.

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