Interface UVFConstants


  • public interface UVFConstants
    • Field Detail

      • CONTENT_TYPE_UVF

        static final MediaType CONTENT_TYPE_UVF
      • CONTENT_TYPE_UVF_WINDOWS

        static final MediaType CONTENT_TYPE_UVF_WINDOWS
      • CONTENT_TYPE_UVF_UNIX

        static final MediaType CONTENT_TYPE_UVF_UNIX
      • CONTENT_TYPE_UVF_MAC

        static final MediaType CONTENT_TYPE_UVF_MAC
      • TIME_FORMAT

        static final String TIME_FORMAT
        Time format to be used in UVF encoded data: yyMMddHHmm, e.g. 7001011230 is 01.01.1970 12:30 UTC
        See Also:
        Constant Field Values
      • MAX_IDENTIFIER_LENGTH

        static final int MAX_IDENTIFIER_LENGTH
        The identifiers length is limited to 15 characters following UVF spec for lines 2, 3
        See Also:
        Constant Field Values
      • MAX_VALUE_LENGTH

        static final int MAX_VALUE_LENGTH
        The maximum length of a value string is limited to 10 characters. Hence, the values are shortened, e.g. 52.1234567890 will be cut to 52.1234567
        See Also:
        Constant Field Values
      • NO_DATA_STRING

        static final String NO_DATA_STRING
        No data values MUST be encoded with -777 in the UVF format.
        See Also:
        Constant Field Values
      • ALLOWED_CRS

        static final List<String> ALLOWED_CRS
        The list of allowed CRS EPSG codes. Here, the German GK bands:
        • 31466
        • 31467
        • 31468
        • 31469