Package mil.nga.mgrs.property
Class MGRSProperties
- java.lang.Object
 - 
- mil.nga.grid.property.GridProperties
 - 
- mil.nga.mgrs.property.MGRSProperties
 
 
 
- 
public class MGRSProperties extends GridProperties
MGRS property loader- Author:
 - osbornb
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static MGRSPropertiesinstanceSingleton instancestatic StringPROPERTIES_FILEProperty file name- 
Fields inherited from class mil.nga.grid.property.GridProperties
mProperties 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MGRSProperties() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFile()static MGRSPropertiesgetInstance()Get the singleton instance- 
Methods inherited from class mil.nga.grid.property.GridProperties
buildProperty, getBooleanProperty, getBooleanProperty, getBooleanProperty, getBooleanProperty, getDoubleProperty, getDoubleProperty, getDoubleProperty, getDoubleProperty, getFloatProperty, getFloatProperty, getFloatProperty, getFloatProperty, getIntegerProperty, getIntegerProperty, getIntegerProperty, getIntegerProperty, getProperty, getProperty, getProperty, getProperty 
 - 
 
 - 
 
- 
- 
Field Detail
- 
PROPERTIES_FILE
public static final String PROPERTIES_FILE
Property file name- See Also:
 - Constant Field Values
 
 
- 
instance
public static MGRSProperties instance
Singleton instance 
 - 
 
- 
Method Detail
- 
getInstance
public static MGRSProperties getInstance()
Get the singleton instance- Returns:
 - instance
 
 
- 
getFile
public String getFile()
- Specified by:
 getFilein classGridProperties
 
 - 
 
 -