Class GeoCodes
java.lang.Object
org.apache.sis.storage.geotiff.GeoCodes
-
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.
-