org.deegree.coverage.raster.io.imageio.geotiff
Interface GeoTiffKey


public interface GeoTiffKey

An interface defining the used geo tiff keys and their allowed values. All constants are in their original geotiff name, and no (opposing java conventions) in upper case.

Version:
$Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Field Summary
static int GeographicTypeGeoKey
          ID defining a geographic crs, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.2.1
static int GTModelTypeGeoKey
          ID defining the crs model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1
static int GTRasterTypeGeoKey
          ID defining the raster sample type, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.2
static char ModelTypeGeocentric
          Value defining the crs to be a geocentric model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1
static char ModelTypeGeographic
          Value defining the crs to be a geographic model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1
static char ModelTypeProjected
          Value defining the crs to be a projected model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1
static int ProjectedCSTypeGeoKey
          ID defining a projected crs, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.3.1
static char RasterPixelIsArea
          Value defining the raster sample point is center (area), http://www.remotesensing.org/geotiff/spec/geotiff2.5.html#2.5.2.2
static char RasterPixelIsPoint
          Value defining the raster sample point is outer (point), http://www.remotesensing.org/geotiff/spec/geotiff2.5.html#2.5.2.2
static int VerticalCSTypeGeoKey
          http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.4.1
 

Field Detail

GTModelTypeGeoKey

static final int GTModelTypeGeoKey
ID defining the crs model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1

See Also:
Constant Field Values

GTRasterTypeGeoKey

static final int GTRasterTypeGeoKey
ID defining the raster sample type, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.2

See Also:
Constant Field Values

GeographicTypeGeoKey

static final int GeographicTypeGeoKey
ID defining a geographic crs, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.2.1

See Also:
Constant Field Values

ProjectedCSTypeGeoKey

static final int ProjectedCSTypeGeoKey
ID defining a projected crs, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.3.1

See Also:
Constant Field Values

VerticalCSTypeGeoKey

static final int VerticalCSTypeGeoKey
http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.4.1

See Also:
Constant Field Values

RasterPixelIsArea

static final char RasterPixelIsArea
Value defining the raster sample point is center (area), http://www.remotesensing.org/geotiff/spec/geotiff2.5.html#2.5.2.2

See Also:
Constant Field Values

RasterPixelIsPoint

static final char RasterPixelIsPoint
Value defining the raster sample point is outer (point), http://www.remotesensing.org/geotiff/spec/geotiff2.5.html#2.5.2.2

See Also:
Constant Field Values

ModelTypeProjected

static final char ModelTypeProjected
Value defining the crs to be a projected model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1

See Also:
Constant Field Values

ModelTypeGeographic

static final char ModelTypeGeographic
Value defining the crs to be a geographic model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1

See Also:
Constant Field Values

ModelTypeGeocentric

static final char ModelTypeGeocentric
Value defining the crs to be a geocentric model, http://www.remotesensing.org/geotiff/spec/geotiff6.html#6.3.1.1

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.