Package | Description |
---|---|
org.apache.sis.setup |
Provides information and some controls about SIS configuration.
|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
Modifier and Type | Field and Description |
---|---|
static OptionKey<ByteBuffer> |
OptionKey.BYTE_BUFFER
The byte buffer to use for input/output operations.
|
static OptionKey<Charset> |
OptionKey.ENCODING
The character encoding of document content.
|
static OptionKey<Object[]> |
OptionKey.OPEN_OPTIONS
Whether a storage object (e.g. a
DataStore ) shall be opened in read,
write, append or other modes. |
static OptionKey<String> |
OptionKey.URL_ENCODING
The encoding of a URL (not the encoding of the document content).
|
Modifier and Type | Method and Description |
---|---|
Map<OptionKey<?>,Object> |
OptionKey.setValueInto(Map<OptionKey<?>,Object> options,
T value)
Sets a value for this option key in the given map, or in a new map if the given map is
null . |
Modifier and Type | Method and Description |
---|---|
T |
OptionKey.getValueFrom(Map<OptionKey<?>,?> options)
Returns the option value in the given map for this key, or
null if none. |
Map<OptionKey<?>,Object> |
OptionKey.setValueInto(Map<OptionKey<?>,Object> options,
T value)
Sets a value for this option key in the given map, or in a new map if the given map is
null . |
Modifier and Type | Method and Description |
---|---|
<T> T |
StorageConnector.getOption(OptionKey<T> key)
Returns the option value for the given key, or
null if none. |
<T> void |
StorageConnector.setOption(OptionKey<T> key,
T value)
Sets the option value for the given key.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.