Class GISLayerIOConstants


  • public final class GISLayerIOConstants
    extends Object
    Constants for the reader of the writer of GIS layers in a Java serialized files.
    Since:
    14.0
    Version:
    17.0 2020-01-04 14:41:54
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.gis
    Maven Artifact Id:
    gisinputoutput
    • Field Detail

      • HEADER_KEY

        public static final String HEADER_KEY
        Starting key for the files that contains serialized GIS layers.
        See Also:
        Constant Field Values
      • MAJOR_SPEC_NUMBER

        public static final byte MAJOR_SPEC_NUMBER
        Major version number of the GIS Layer IO Specification.
        See Also:
        Constant Field Values
      • MINOR_SPEC_NUMBER

        public static final byte MINOR_SPEC_NUMBER
        Minor version number of the GIS Layer IO Specification.
        See Also:
        Constant Field Values