GeoTiffKey enum

Namespace: P1.ImageSdk

Definition

The IDs of the supported GeoTiff tags

Please see Chapter 7. Requirements and Annex E in the GeoTiff specification for details of the supported keys

public enum GeoTiffKey

Fields

GTModelType

0x400

Defines the model coordinate reference system. See also the requirements.

GTRasterType

0x0401

Defines is a raster is an area or a point. See also the requirements.

GTCitation

0x0402

Optional generic Citation of the GeoTiff file. See also the requirements.

GeoTiffModelPixelScaleTag

33550

Describes the raster space and model space relation together with the GeoTiffModelTiepointTag tag. See also the requirements and details of the coordinate transformation.

GeoTiffModelTiepointTag

33922

Describes the raster space and model space relation along with the GeoTiffModelPixelScaleTag tag. See also the requirements.

GeoTiffModelTransformationTag

34264

Describes the raster space and model space relation with an affine transformation. See also the requirements.