|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverage.grid.io.imageio.geotiff.GeoTiffConstants
public final class GeoTiffConstants
Field Summary | |
---|---|
static short |
ARRAY_ELEM_INCREMENT
|
static int |
DEFAULT_GEOTIFF_VERSION
|
static int |
DEFAULT_KEY_REVISION_MAJOR
|
static int |
DEFAULT_KEY_REVISION_MINOR
|
static java.lang.String |
GEOTIFF_ASCII_TAG
The DOM element ID (tag) for a single TIFF Ascii value |
static java.lang.String |
GEOTIFF_ASCIIS_TAG
The DOM element ID (tag) for a set of TIFF Ascii values |
static java.lang.String |
GEOTIFF_DOUBLE_TAG
The DOM element ID (tag) for a single TIFF double. |
static java.lang.String |
GEOTIFF_DOUBLES_TAG
The DOM element ID (tag) for a set of TIFF Double values |
static java.lang.String |
GEOTIFF_FIELD_TAG
The DOM element ID (tag) for a TIFF Field |
static java.lang.String |
GEOTIFF_IFD_TAG
The DOM element ID (tag) for a TIFF Image File Directory |
static java.lang.String |
GEOTIFF_IIO_METADATA_FORMAT_NAME
|
static java.lang.String |
GEOTIFF_IIO_ROOT_ELEMENT_NAME
|
static java.lang.String |
GEOTIFF_SHORT_TAG
The DOM element ID (tag) for a single TIFF Short value. |
static java.lang.String |
GEOTIFF_SHORTS_TAG
The DOM element ID (tag) for a set of TIFF Short values |
static java.lang.String |
GEOTIFF_TAGSETS_ATT_NAME
|
static int |
GTModelTypeGeoKey
GTModelTypeGeoKey Key ID = 1024 Type: SHORT (code) Values: Section 6.3.1.1 Codes This GeoKey defines the general type of model Coordinate system used, and to which the raster space will be transformed: unknown, Geocentric (rarely used), Geographic, Projected Coordinate System, or user-defined. |
static int |
GTRasterTypeGeoKey
GTRasterTypeGeoKey Key ID = 1025 Type = Section 6.3.1.2 codes This establishes the Raster Space coordinate system used; there are currently only two, namely RasterPixelIsPoint and RasterPixelIsArea. |
static short |
GTUserDefinedGeoKey
|
static java.lang.String |
GTUserDefinedGeoKey_String
|
static java.lang.String |
NAME_ATTRIBUTE
The DOM attribute name for a TIFF Field Tag (name) |
static com.sun.media.imageio.plugins.tiff.TIFFTag |
NODATA_TAG
|
static java.lang.String |
NUMBER_ATTRIBUTE
The DOM attribute name for a TIFF Field Tag (number) |
static int |
RasterPixelIsArea
6.3.1.2 Raster Type Codes Ranges: 0 = undefined [ 1, 1023] = Raster Type Codes (GeoTIFFWritingUtilities Defined) [1024, 32766] = Reserved 32767 = user-defined [32768, 65535]= Private User |
static int |
RasterPixelIsPoint
|
static int |
TIFFTAG_NODATA
|
static int |
UNDEFINED
|
static int |
USHORT_MAX
|
static int |
USHORT_MIN
|
static java.lang.String |
VALUE_ATTRIBUTE
The DOM attribute name for a TIFF Entry value (whether Short, Double, or Ascii) |
Constructor Summary | |
---|---|
GeoTiffConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TIFFTAG_NODATA
public static final short GTUserDefinedGeoKey
public static final java.lang.String GTUserDefinedGeoKey_String
public static final short ARRAY_ELEM_INCREMENT
public static final java.lang.String GEOTIFF_IIO_METADATA_FORMAT_NAME
public static final java.lang.String GEOTIFF_IIO_ROOT_ELEMENT_NAME
public static final int USHORT_MAX
public static final int USHORT_MIN
public static final int GTModelTypeGeoKey
public static final int GTRasterTypeGeoKey
public static final int RasterPixelIsArea
public static final int RasterPixelIsPoint
public static final java.lang.String GEOTIFF_ASCII_TAG
public static final java.lang.String GEOTIFF_ASCIIS_TAG
public static final java.lang.String GEOTIFF_DOUBLE_TAG
public static final java.lang.String GEOTIFF_DOUBLES_TAG
public static final java.lang.String GEOTIFF_FIELD_TAG
public static final java.lang.String GEOTIFF_IFD_TAG
public static final java.lang.String GEOTIFF_SHORT_TAG
public static final java.lang.String GEOTIFF_SHORTS_TAG
public static final java.lang.String VALUE_ATTRIBUTE
public static final java.lang.String NUMBER_ATTRIBUTE
public static final java.lang.String NAME_ATTRIBUTE
public static final java.lang.String GEOTIFF_TAGSETS_ATT_NAME
public static final int DEFAULT_GEOTIFF_VERSION
public static final int DEFAULT_KEY_REVISION_MAJOR
public static final int DEFAULT_KEY_REVISION_MINOR
public static final int UNDEFINED
public static com.sun.media.imageio.plugins.tiff.TIFFTag NODATA_TAG
Constructor Detail |
---|
public GeoTiffConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |