|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
static final int GTModelTypeGeoKey
static final int GTRasterTypeGeoKey
static final int GeographicTypeGeoKey
static final int ProjectedCSTypeGeoKey
static final int VerticalCSTypeGeoKey
static final char RasterPixelIsArea
static final char RasterPixelIsPoint
static final char ModelTypeProjected
static final char ModelTypeGeographic
static final char ModelTypeGeocentric
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |