Class RasterProjectionResult
public class RasterProjectionResult
- Inheritance
-
RasterProjectionResult
- Inherited Members
Constructors
RasterProjectionResult(GeoImage, RectangleShape)
public RasterProjectionResult(GeoImage image, RectangleShape imageExtent)
Parameters
image
GeoImageimageExtent
RectangleShape
Properties
Image
public GeoImage Image { get; set; }
Property Value
ImageExtent
public RectangleShape ImageExtent { get; set; }