Class GeoTiffConstants
- Object
-
- GeoTiffConstants
-
public final class GeoTiffConstants extends Object
- Author:
- simone
-
-
Field Summary
Fields Modifier and Type Field Description static shortARRAY_ELEM_INCREMENTstatic intDEFAULT_GEOTIFF_VERSIONstatic intDEFAULT_KEY_REVISION_MAJORstatic intDEFAULT_KEY_REVISION_MINORstatic StringGEOTIFF_ASCII_TAGThe DOM element ID (tag) for a single TIFF Ascii valuestatic StringGEOTIFF_ASCIIS_TAGThe DOM element ID (tag) for a set of TIFF Ascii valuesstatic StringGEOTIFF_DOUBLE_TAGThe DOM element ID (tag) for a single TIFF double.static StringGEOTIFF_DOUBLES_TAGThe DOM element ID (tag) for a set of TIFF Double valuesstatic StringGEOTIFF_FIELD_TAGThe DOM element ID (tag) for a TIFF Fieldstatic StringGEOTIFF_IFD_TAGThe DOM element ID (tag) for a TIFF Image File Directorystatic StringGEOTIFF_IIO_METADATA_FORMAT_NAMEstatic StringGEOTIFF_IIO_ROOT_ELEMENT_NAMEstatic StringGEOTIFF_SHORT_TAGThe DOM element ID (tag) for a single TIFF Short value.static StringGEOTIFF_SHORTS_TAGThe DOM element ID (tag) for a set of TIFF Short valuesstatic StringGEOTIFF_TAGSETS_ATT_NAMEstatic intGTModelTypeGeoKeyGTModelTypeGeoKey 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 intGTRasterTypeGeoKeyGTRasterTypeGeoKey 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 shortGTUserDefinedGeoKeystatic StringGTUserDefinedGeoKey_Stringstatic StringNAME_ATTRIBUTEThe DOM attribute name for a TIFF Field Tag (name)static TIFFTagNODATA_TAGstatic StringNUMBER_ATTRIBUTEThe DOM attribute name for a TIFF Field Tag (number)static intRasterPixelIsArea6.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 Userstatic intRasterPixelIsPointstatic intTIFFTAG_NODATAstatic intUNDEFINEDstatic intUSHORT_MAXstatic intUSHORT_MINstatic StringVALUE_ATTRIBUTEThe DOM attribute name for a TIFF Entry value (whether Short, Double, or Ascii)
-
Constructor Summary
Constructors Constructor Description GeoTiffConstants()
-
-
-
Field Detail
-
TIFFTAG_NODATA
public static final int TIFFTAG_NODATA
- See Also:
- Constant Field Values
-
GTUserDefinedGeoKey
public static final short GTUserDefinedGeoKey
- See Also:
- Constant Field Values
-
GTUserDefinedGeoKey_String
public static final String GTUserDefinedGeoKey_String
- See Also:
- Constant Field Values
-
ARRAY_ELEM_INCREMENT
public static final short ARRAY_ELEM_INCREMENT
- See Also:
- Constant Field Values
-
GEOTIFF_IIO_METADATA_FORMAT_NAME
public static final String GEOTIFF_IIO_METADATA_FORMAT_NAME
- See Also:
- Constant Field Values
-
GEOTIFF_IIO_ROOT_ELEMENT_NAME
public static final String GEOTIFF_IIO_ROOT_ELEMENT_NAME
- See Also:
- Constant Field Values
-
USHORT_MAX
public static final int USHORT_MAX
- See Also:
- Constant Field Values
-
USHORT_MIN
public static final int USHORT_MIN
- See Also:
- Constant Field Values
-
GTModelTypeGeoKey
public static final 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. If the coordinate system is a PCS, then only the PCS code need be specified. If the coordinate system does not fit into one of the standard registered PCS'S, but it uses one of the standard projections and datums, then its should be documented as a PCS model with "user-defined" type, requiring the specification of projection parameters, etc. GeoKey requirements for User-Defined Model Type (not advisable): GTCitationGeoKey- See Also:
- Constant Field Values
-
GTRasterTypeGeoKey
public static final 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.- See Also:
- Constant Field Values
-
RasterPixelIsArea
public static final 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- See Also:
- Constant Field Values
-
RasterPixelIsPoint
public static final int RasterPixelIsPoint
- See Also:
- Constant Field Values
-
GEOTIFF_ASCII_TAG
public static final String GEOTIFF_ASCII_TAG
The DOM element ID (tag) for a single TIFF Ascii value- See Also:
- Constant Field Values
-
GEOTIFF_ASCIIS_TAG
public static final String GEOTIFF_ASCIIS_TAG
The DOM element ID (tag) for a set of TIFF Ascii values- See Also:
- Constant Field Values
-
GEOTIFF_DOUBLE_TAG
public static final String GEOTIFF_DOUBLE_TAG
The DOM element ID (tag) for a single TIFF double. The value is stored in an attribute named "value"- See Also:
- Constant Field Values
-
GEOTIFF_DOUBLES_TAG
public static final String GEOTIFF_DOUBLES_TAG
The DOM element ID (tag) for a set of TIFF Double values- See Also:
- Constant Field Values
-
GEOTIFF_FIELD_TAG
public static final String GEOTIFF_FIELD_TAG
The DOM element ID (tag) for a TIFF Field- See Also:
- Constant Field Values
-
GEOTIFF_IFD_TAG
public static final String GEOTIFF_IFD_TAG
The DOM element ID (tag) for a TIFF Image File Directory- See Also:
- Constant Field Values
-
GEOTIFF_SHORT_TAG
public static final String GEOTIFF_SHORT_TAG
The DOM element ID (tag) for a single TIFF Short value. The value is stored in an attribute named "value"- See Also:
- Constant Field Values
-
GEOTIFF_SHORTS_TAG
public static final String GEOTIFF_SHORTS_TAG
The DOM element ID (tag) for a set of TIFF Short values- See Also:
- Constant Field Values
-
VALUE_ATTRIBUTE
public static final String VALUE_ATTRIBUTE
The DOM attribute name for a TIFF Entry value (whether Short, Double, or Ascii)- See Also:
- Constant Field Values
-
NUMBER_ATTRIBUTE
public static final String NUMBER_ATTRIBUTE
The DOM attribute name for a TIFF Field Tag (number)- See Also:
- Constant Field Values
-
NAME_ATTRIBUTE
public static final String NAME_ATTRIBUTE
The DOM attribute name for a TIFF Field Tag (name)- See Also:
- Constant Field Values
-
GEOTIFF_TAGSETS_ATT_NAME
public static final String GEOTIFF_TAGSETS_ATT_NAME
- See Also:
- Constant Field Values
-
DEFAULT_GEOTIFF_VERSION
public static final int DEFAULT_GEOTIFF_VERSION
- See Also:
- Constant Field Values
-
DEFAULT_KEY_REVISION_MAJOR
public static final int DEFAULT_KEY_REVISION_MAJOR
- See Also:
- Constant Field Values
-
DEFAULT_KEY_REVISION_MINOR
public static final int DEFAULT_KEY_REVISION_MINOR
- See Also:
- Constant Field Values
-
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
-
NODATA_TAG
public static TIFFTag NODATA_TAG
-
-
Method Detail
-
isNumeric
public static boolean isNumeric(String number)
-
-