|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INeighborhoodOp
COM Interface 'INeighborhoodOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to members that control the neighborhood operations.' 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 |
IID4606f167_b47d_11d2_9f3b_00c04f8ed1d7
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeoDataset |
blockStatistics(IGeoDataset geoDataset,
int type,
IRasterNeighborhood nbrhood,
boolean ignoreNoData)
Calculates statistics for a non-overlapping neighborhood. |
IGeoDataset |
filter(IGeoDataset geoDataset,
int type,
boolean ignoreNoData)
Performs a preset focal filter on the input. |
IGeoDataset |
focalFlow(IGeoDataset geoDataset,
java.lang.Object thresholdValue)
Calculates the flow of the values in the surface within each cells immediate neighborhood. |
IGeoDataset |
focalStatistics(IGeoDataset geoDataset,
int type,
IRasterNeighborhood nbrhood,
boolean ignoreNoData)
Calculates statistics for an overlapping neighborhood. |
IGeoDataset |
lineStatistics(IGeoDataset lineDataset,
int type,
double radius)
Calculates a statistic on the attributes of lines in a circular neighborhood around each output cell. |
IGeoDataset |
pointStatistics(IGeoDataset pointDataset,
int type,
IRasterNeighborhood nbrhood)
Calculates a statistic on the points in a neighborhood around each output cell. |
| Field Detail |
|---|
static final int IID4606f167_b47d_11d2_9f3b_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IGeoDataset blockStatistics(IGeoDataset geoDataset,
int type,
IRasterNeighborhood nbrhood,
boolean ignoreNoData)
throws java.io.IOException,
AutomationException
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)nbrhood - A reference to a com.esri.arcgis.geoanalyst.IRasterNeighborhood (in)ignoreNoData - The ignoreNoData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset filter(IGeoDataset geoDataset,
int type,
boolean ignoreNoData)
throws java.io.IOException,
AutomationException
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisFilterEnum constant (in)ignoreNoData - The ignoreNoData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset focalStatistics(IGeoDataset geoDataset,
int type,
IRasterNeighborhood nbrhood,
boolean ignoreNoData)
throws java.io.IOException,
AutomationException
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)nbrhood - A reference to a com.esri.arcgis.geoanalyst.IRasterNeighborhood (in)ignoreNoData - The ignoreNoData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset focalFlow(IGeoDataset geoDataset,
java.lang.Object thresholdValue)
throws java.io.IOException,
AutomationException
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)thresholdValue - A Variant (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset pointStatistics(IGeoDataset pointDataset,
int type,
IRasterNeighborhood nbrhood)
throws java.io.IOException,
AutomationException
pointDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)nbrhood - A reference to a com.esri.arcgis.geoanalyst.IRasterNeighborhood (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset lineStatistics(IGeoDataset lineDataset,
int type,
double radius)
throws java.io.IOException,
AutomationException
lineDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)radius - The radius (in)
java.io.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 | ||||||||