public class GeoPackageProperties extends Object
| Constructor and Description |
|---|
GeoPackageProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildProperty(String... properties)
Build a combined property separated by
PropertyConstants.PROPERTY_DIVIDER |
static Boolean |
getBooleanProperty(boolean required,
String... properties)
Get a boolean property by property parts
|
static boolean |
getBooleanProperty(String... properties)
Get a required boolean property by property parts
|
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(boolean required,
String... properties)
Get a float property by property parts
|
static float |
getFloatProperty(String... properties)
Get a required float property by property parts
|
static float |
getFloatProperty(String key)
Get a required float by key
|
static Float |
getFloatProperty(String key,
boolean required)
Get a float by key
|
static Integer |
getIntegerProperty(boolean required,
String... properties)
Get an integer property by property parts
|
static int |
getIntegerProperty(String... properties)
Get a required integer property by property parts
|
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 String |
getProperty(boolean required,
String... properties)
Get a property by property parts
|
static String |
getProperty(String... properties)
Get a required property by property parts
|
static String |
getProperty(String key)
Get a required property by key
|
static String |
getProperty(String key,
boolean required)
Get a property by key
|
public static String getProperty(String key)
key - keypublic static String getProperty(String key, boolean required)
key - keyrequired - true if requiredpublic static String getProperty(String... properties)
properties - property partspublic static String getProperty(boolean required, String... properties)
required - true if requiredproperties - property partspublic static int getIntegerProperty(String key)
key - keypublic static Integer getIntegerProperty(String key, boolean required)
key - keyrequired - true if requiredpublic static int getIntegerProperty(String... properties)
properties - property partspublic static Integer getIntegerProperty(boolean required, String... properties)
required - true if requiredproperties - property partspublic static float getFloatProperty(String key)
key - keypublic static Float getFloatProperty(String key, boolean required)
key - keyrequired - true if requiredpublic static float getFloatProperty(String... properties)
properties - property partspublic static Float getFloatProperty(boolean required, String... properties)
required - true if requiredproperties - property partspublic static boolean getBooleanProperty(String key)
key - keypublic static Boolean getBooleanProperty(String key, boolean required)
key - keyrequired - true if requiredpublic static boolean getBooleanProperty(String... properties)
properties - property partspublic static Boolean getBooleanProperty(boolean required, String... properties)
required - true if requiredproperties - property partspublic static String buildProperty(String... properties)
PropertyConstants.PROPERTY_DIVIDERproperties - property partsCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.