Raises the cells in a raster to the power of values found in another raster.
[Visual Basic .NET] Public Function PowerByCellValue ( _ ByVal geoDataset As IGeoDataset, _ ByVal powerDataset As IGeoDataset _ ) As IGeoDataset
[C#] public IGeoDataset PowerByCellValue ( IGeoDataset geoDataset, IGeoDataset powerDataset );
[C++]
HRESULT PowerByCellValue(
IGeoDataset* geoDataset,
IGeoDataset* powerDataset,
IGeoDataset** outGeodataset
);
[C++]Parameters
geoDataset [in]geoDataset is a parameter of type IGeoDataset
powerDataset [in]powerDataset 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
geoDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
powerDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor. It defines the power to which to raise the input on a cell by cell basis |
- 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