public class GeoPackageProperties extends Object
| Constructor and Description |
|---|
GeoPackageProperties() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBooleanProperty(String key)
Get a required boolean by key
|
static Boolean |
getBooleanProperty(String key,
boolean required)
Get a boolean by key
|
static float |
getFloatProperty(String key)
Get a required float by key
|
static Float |
getFloatProperty(String key,
boolean required)
Get a float by key
|
static int |
getIntegerProperty(String key)
Get a required integer property by key
|
static Integer |
getIntegerProperty(String key,
boolean required)
Get an integer property by key
|
static int |
getIntegerProperty(String base,
String property)
Get a required integer property by base property and property name
|
static Integer |
getIntegerProperty(String base,
String property,
boolean required)
Get an integer property by base property and property name
|
static String |
getProperty(String key)
Get a required property by key
|
static String |
getProperty(String key,
boolean required)
Get a property by key
|
static String |
getProperty(String base,
String property)
Get a required property by base property and property name
|
static String |
getProperty(String base,
String property,
boolean required)
Get a property by base property and property name
|
public static String getProperty(String key)
key - keypublic static String getProperty(String key, boolean required)
key - keyrequired - true if requiredpublic static String getProperty(String base, String property)
base - base propertyproperty - propertypublic static String getProperty(String base, String property, boolean required)
base - base propertyproperty - propertyrequired - true if requiredpublic static int getIntegerProperty(String key)
key - keypublic static Integer getIntegerProperty(String key, boolean required)
key - keyrequired - true if requiredpublic static int getIntegerProperty(String base, String property)
base - base propertyproperty - propertypublic static Integer getIntegerProperty(String base, String property, boolean required)
base - base propertyproperty - propertyrequired - true if requiredpublic static float getFloatProperty(String key)
key - keypublic static Float getFloatProperty(String key, boolean required)
key - keyrequired - true if requiredpublic static boolean getBooleanProperty(String key)
key - keyCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.