Table of Contents

Class RasterProjectionResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class RasterProjectionResult
Inheritance
RasterProjectionResult
Inherited Members

Constructors

RasterProjectionResult(GeoImage, RectangleShape)

public RasterProjectionResult(GeoImage image, RectangleShape imageExtent)

Parameters

image GeoImage
imageExtent RectangleShape

Properties

Image

public GeoImage Image { get; set; }

Property Value

GeoImage

ImageExtent

public RectangleShape ImageExtent { get; set; }

Property Value

RectangleShape