Class Resources.Keys
java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.internal.gazetteer.Resources.Keys
- Enclosing class:
- Resources
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final short
Location type parent already has a child named “{0}”.static final short
Grid coordinatestatic final short
Grid zone designatorstatic final short
“{0}” is not a valid grid coordinate.static final short
“{0}” is not a valid latitude band.static final short
“{0}” is not a valid square identification.static final short
“{0}” is not a valid Universal Polar Stereographic (UPS) zone.static final short
“{0}” is not a valid Universal Transverse Mercator (UTM) zone.static final short
Square identification in the “{0}” reference is inconsistent with the grid zone designation.(package private) static final Resources.Keys
The unique instance of key constants handler.static final short
Location type “{0}” cannot have itself as a children.static final short
No location type named “{0}” has been found.static final short
Military Grid Reference Systemstatic final short
Cannot determine dimension of “{0}” because of odd number of characters.static final short
A location type parent named “{0}” already exists.static final short
No Reference System named “{0}” has been found.static final short
100 km square identifier -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
The unique instance of key constants handler. -
ChildAlreadyExists_1
public static final short ChildAlreadyExists_1Location type parent already has a child named “{0}”.- See Also:
-
GridCoordinates
public static final short GridCoordinatesGrid coordinate- See Also:
-
GridZoneDesignator
public static final short GridZoneDesignatorGrid 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_2Square 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_1Location type “{0}” cannot have itself as a children.- See Also:
-
LocationTypeNotFound_1
public static final short LocationTypeNotFound_1No location type named “{0}” has been found.- See Also:
-
MGRS
public static final short MGRSMilitary Grid Reference System- See Also:
-
OddGridCoordinateLength_1
public static final short OddGridCoordinateLength_1Cannot determine dimension of “{0}” because of odd number of characters.- See Also:
-
ParentAlreadyExists_1
public static final short ParentAlreadyExists_1A location type parent named “{0}” already exists.- See Also:
-
ReferenceSystemNotFound_1
public static final short ReferenceSystemNotFound_1No Reference System named “{0}” has been found.- See Also:
-
SquareIdentifier100
public static final short SquareIdentifier100100 km square identifier- See Also:
-
-
Constructor Details
-
Keys
private Keys()ForINSTANCE
creation only.
-