This document is archived and information here might be outdated. Recommended version. |
Calculates the calculates the inverse tangent (based on x/y) of cells in a GeoDataset.
[Visual Basic .NET] Public Function ATan2 ( _ ByVal geoDatasetX As IGeoDataset, _ ByVal geoDatasetY As IGeoDataset _ ) As IGeoDataset
[C#] public IGeoDataset ATan2 ( IGeoDataset geoDatasetX, IGeoDataset geoDatasetY );
[C++]
HRESULT ATan2(
IGeoDataset* geoDatasetX,
IGeoDataset* geoDatasetY
);
[C++] Parameters geoDatasetX [in]
geoDatasetX is a parameter of type IGeoDataset* geoDatasetY [in]
geoDatasetY is a parameter of type IGeoDataset*
geoDatasetX | specifies the numerator for the inverse tangent
Valid input include a Raster, RasterDataset, RasterBand, or RasterDescriptor. |
geoDatasetY | specifies the denominator for the inverse tangent
Valid input include a Raster, RasterDataset, RasterBand, or RasterDescriptor. |