|
Class STRotate
Extends STWarpper
Static Functions
Static Functions
STRaster Rotate(STRaster TheInput,
double AngleInDegrees)
Exception Rotates a raster by the specified angle. This will update the reference coordinates of the raster by rotating around the center of the raster.
Parameters: TheInput - source raster for the data TheOutput - destination raster AngleInDegrees - the angle to rotate the raster by in degrees (can be -360 to +360. Throws: Exception
|