Package org.apache.sis.storage.geotiff
Class GeoCodes
java.lang.Object
org.apache.sis.storage.geotiff.GeoCodes
Enumeration values associated to some
GeoKeys. In this class, field names are close to GeoTIFF code values.
For that reason, many of those field names do not follow usual Java convention for constants.- Since:
- 0.8
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final shortAn alternative code forundefinedfound in some GeoTIFF file.static final shortGeocentric (X,Y,Z) Coordinate Systemstatic final shortGeographic latitude-longitude Systemstatic final shortProjection Coordinate Systemstatic final shortstatic final shortstatic final shortThe code value for undefined property.static final shortThe code value for a property defined by the user instead of by an EPSG code. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
undefined
public static final short undefinedThe code value for undefined property.- See Also:
-
userDefined
public static final short userDefinedThe code value for a property defined by the user instead of by an EPSG code.- See Also:
-
missing
static final short missingAn alternative code forundefinedfound in some GeoTIFF file. This is not a standard value. This is used only in some methods implemented defensively.- See Also:
-
ModelTypeProjected
public static final short ModelTypeProjectedProjection Coordinate System- See Also:
-
ModelTypeGeographic
public static final short ModelTypeGeographicGeographic latitude-longitude System- See Also:
-
ModelTypeGeocentric
public static final short ModelTypeGeocentricGeocentric (X,Y,Z) Coordinate System- See Also:
-
RasterPixelIsArea
public static final short RasterPixelIsArea- See Also:
-
RasterPixelIsPoint
public static final short RasterPixelIsPoint- See Also:
-
-
Constructor Details
-
GeoCodes
private GeoCodes()Do not allow instantiation of this class.
-