Package | Description |
---|---|
org.locationtech.geowave.analytic |
Modifier and Type | Class and Description |
---|---|
static class |
PropertyManagement.ByteConverter |
static class |
PropertyManagement.DoubleConverter |
static class |
PropertyManagement.IntegerConverter |
static class |
PropertyManagement.PathConverter |
static class |
PropertyManagement.PersistableConverter |
static class |
PropertyManagement.QueryConverter |
Modifier and Type | Method and Description |
---|---|
void |
PropertyManagement.addConverter(PropertyManagement.PropertyConverter<?> converter)
Add to the set of converters used to take a String representation of a value and convert it
into another serializable form.
|
<T> T |
PropertyManagement.getProperty(ParameterEnum<?> property,
PropertyManagement.PropertyConverter<T> converter)
Returns the value after conversion.
|
<T> void |
PropertyManagement.store(ParameterEnum<?> property,
T value,
PropertyManagement.PropertyConverter<T> converter) |
Constructor and Description |
---|
PropertyManagement(PropertyManagement.PropertyConverter<?>[] converters,
ParameterEnum<?>[] names,
Object[] values) |
Copyright © 2013–2020. All rights reserved.