Calculates the local highest position within GeoDatasets.
[Visual Basic .NET] Public Function HighestPosition ( _ ByVal LocalData As IGeoDataset _ ) As IGeoDataset
[C#] public IGeoDataset HighestPosition ( IGeoDataset LocalData );
[C++]
HRESULT HighestPosition(
IGeoDataset* LocalData,
IGeoDataset** outGeodataset
);
[C++]Parameters
LocalData [in]LocalData is a parameter of type IGeoDataset
outGeodataset [out, retval]outGeodataset is a parameter of type IGeoDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Remarks
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 |
- The method returns a reference to a Raster object.
- Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations