|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocalOp
Provides access to members that control the local statistical analysis operations.
Method Summary | |
---|---|
IGeoDataset |
combine(IGeoDataset localData)
Combines the Local GeoDatasets. |
IGeoDataset |
equalTo(IGeoDataset valueData,
IGeoDataset localData)
Calculates the local equal-to values between GeoDatasets. |
IGeoDataset |
greaterThan(IGeoDataset valueData,
IGeoDataset localData)
Calculates the local greater-than values between GeoDatasets. |
IGeoDataset |
highestPosition(IGeoDataset localData)
Calculates the local highest position within GeoDatasets. |
IGeoDataset |
lessThan(IGeoDataset valueData,
IGeoDataset localData)
Calculates the local less-than values between GeoDatasets. |
IGeoDataset |
localStatistics(IGeoDataset localData,
int type)
Calculates the local statistics of the GeoDataset. |
IGeoDataset |
lowestPosition(IGeoDataset localData)
Calculates the local lowest position within GeoDatasets. |
IGeoDataset |
popularity(IGeoDataset valueData,
IGeoDataset localData)
Calculates the local popularity between GeoDatasets. |
IGeoDataset |
rank(IGeoDataset valueData,
IGeoDataset localData)
Calculates the local rank between GeoDatasets. |
Method Detail |
---|
IGeoDataset localStatistics(IGeoDataset localData, int type) throws IOException, AutomationException
LocalData |
a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor that identifies the values for the local processing |
type |
an esriGeoAnalysisStatisticsEnum defining the local statistic to calculate for each location on the input Rasters The enumeration types are: |
localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)type
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset equalTo(IGeoDataset valueData, IGeoDataset localData) throws IOException, AutomationException
valueData |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the values that will be used to determine the number of times that the value occurs in each Raster in the LocalData multiband Raster for each cell location |
localData |
a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the list of Rasters that is used to evaluate the number of occurrences the values in the list of Rasters are equal to the first argument (valueData) for each cell location |
valueData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset greaterThan(IGeoDataset valueData, IGeoDataset localData) throws IOException, AutomationException
valueDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the value that will be used to determine the number of times that values in the argument list, the localDataset, are greater than the specified input for each cell location |
localDataset |
a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the argument list that is used to evaluate the number of occurrences the values of the argument list are greater than in the valueDataset for each cell location |
valueData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset lessThan(IGeoDataset valueData, IGeoDataset localData) throws IOException, AutomationException
valueDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the value that will be used to determine the number of times that values in the argument list, the localDataset, are less than the specified input for each cell location |
localDataset |
a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the argument list that is used to evaluate the number of occurrences the values of the argument list are less than in the valueDataset for each cell location |
valueData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset popularity(IGeoDataset valueData, IGeoDataset localData) throws IOException, AutomationException
valueData | an input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the popularity position of the specified inputs in the argument list defined by localData that will be returned |
localData | a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the argument list that is used to evaluate the popularity of the values for each cell location |
valueData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset rank(IGeoDataset valueData, IGeoDataset localData) throws IOException, AutomationException
valueData | an input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the position in the rank order of the specified inputs in the argument list defined by localData to derive the output value |
localData | a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the argument list to identify the value for the rank, defined by the first argument for each cell location |
valueData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset lowestPosition(IGeoDataset localData) throws IOException, AutomationException
LocalData |
a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor that identifies the values used in defining the argument list for the local processing |
localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset highestPosition(IGeoDataset localData) throws IOException, AutomationException
localData |
a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the list of Rasters that is used to evaluate the position of the input Raster with the highest value for each cell within the analysis window |
localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset combine(IGeoDataset localData) throws IOException, AutomationException
LocalData | a multiband Raster, RasterDataset, RasterBand, or RasterDescriptor |
localData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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 |