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 - public static String getProperty(String key, boolean required)
key - required - public static String getProperty(String base, String property)
base - property - public static String getProperty(String base, String property, boolean required)
base - property - required - public static int getIntegerProperty(String key)
key - public static Integer getIntegerProperty(String key, boolean required)
key - required - public static int getIntegerProperty(String base, String property)
base - property - public static Integer getIntegerProperty(String base, String property, boolean required)
base - property - required - public static float getFloatProperty(String key)
key - public static Float getFloatProperty(String key, boolean required)
key - required - public static boolean getBooleanProperty(String key)
key - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.