Class Resources.Keys

java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.gazetteer.Resources.Keys
Enclosing class:
Resources

public static final class Resources.Keys extends KeyConstants
Resource keys. This class is used when compiling sources, but no dependencies to Keys should appear in any resulting class files. Since the Java compiler inlines final integer values, using long identifiers will not bloat the constant pools of compiled classes.
Since:
0.8
  • Field Details

    • INSTANCE

      static final Resources.Keys INSTANCE
      The unique instance of key constants handler.
    • ChildAlreadyExists_1

      public static final short ChildAlreadyExists_1
      Location type parent already has a child named “{0}”.
      See Also:
    • GridCoordinates

      public static final short GridCoordinates
      Grid coordinate
      See Also:
    • GridZoneDesignator

      public static final short GridZoneDesignator
      Grid zone designator
      See Also:
    • IllegalGridCoordinate_1

      public static final short IllegalGridCoordinate_1
      “{0}” is not a valid grid coordinate.
      See Also:
    • IllegalLatitudeBand_1

      public static final short IllegalLatitudeBand_1
      “{0}” is not a valid latitude band. A letter was expected.
      See Also:
    • IllegalSquareIdentification_1

      public static final short IllegalSquareIdentification_1
      “{0}” is not a valid square identification.
      See Also:
    • IllegalUPSZone_1

      public static final short IllegalUPSZone_1
      “{0}” is not a valid Universal Polar Stereographic (UPS) zone.
      See Also:
    • IllegalUTMZone_1

      public static final short IllegalUTMZone_1
      “{0}” is not a valid Universal Transverse Mercator (UTM) zone.
      See Also:
    • InconsistentWithGZD_2

      public static final short InconsistentWithGZD_2
      Square identification in the “{0}” reference is inconsistent with the grid zone designation. A consistent zone would be “{1}”.
      See Also:
    • LocationTypeCycle_1

      public static final short LocationTypeCycle_1
      Location type “{0}” cannot have itself as a children.
      See Also:
    • LocationTypeNotFound_1

      public static final short LocationTypeNotFound_1
      No location type named “{0}” has been found.
      See Also:
    • MGRS

      public static final short MGRS
      Military Grid Reference System
      See Also:
    • OddGridCoordinateLength_1

      public static final short OddGridCoordinateLength_1
      Cannot determine dimension of “{0}” because of odd number of characters.
      See Also:
    • ParentAlreadyExists_1

      public static final short ParentAlreadyExists_1
      A location type parent named “{0}” already exists.
      See Also:
    • ReferenceSystemNotFound_1

      public static final short ReferenceSystemNotFound_1
      No Reference System named “{0}” has been found.
      See Also:
    • SquareIdentifier100

      public static final short SquareIdentifier100
      100 km square identifier
      See Also:
  • Constructor Details

    • Keys

      private Keys()
      For INSTANCE creation only.