com.esri.arcgis.spatialanalyst
Interface IGPSANeighborhoodDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSANeighborhoodDomain, IGPSANeighborhoodDomainProxy

public interface IGPSANeighborhoodDomain
extends java.io.Serializable

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

Description: 'Provides access to The Neighborhood Domain.' 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 IIDcbcc6a15_5ab8_47c3_b27c_eba6dcd754ca
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDcbcc6a15_5ab8_47c3_b27c_eba6dcd754ca

static final int IIDcbcc6a15_5ab8_47c3_b27c_eba6dcd754ca
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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Count.

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

getType

int getType(int index)
            throws java.io.IOException,
                   AutomationException
The Neighborhood type.

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

addType

void addType(int type)
             throws java.io.IOException,
                    AutomationException
Add a Neighborhood type.

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

removeType

void removeType(int type)
                throws java.io.IOException,
                       AutomationException
Remove a Neighborhood type.

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

validateType

boolean validateType(int type)
                     throws java.io.IOException,
                            AutomationException
Validate an esriRasterNeighborhoodEnum.

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