Class GeoCodes

java.lang.Object
org.apache.sis.storage.geotiff.GeoCodes

final class GeoCodes extends Object
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 Details

    • undefined

      public static final short undefined
      The code value for undefined property.
      See Also:
    • userDefined

      public static final short userDefined
      The code value for a property defined by the user instead of by an EPSG code.
      See Also:
    • missing

      static final short missing
      An alternative code for undefined found 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 ModelTypeProjected
      Projection Coordinate System
      See Also:
    • ModelTypeGeographic

      public static final short ModelTypeGeographic
      Geographic latitude-longitude System
      See Also:
    • ModelTypeGeocentric

      public static final short ModelTypeGeocentric
      Geocentric (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.