Class DataOptionKey<T>
- Type Parameters:
T
- the type of option values.
- All Implemented Interfaces:
Serializable
Keys in a map of options for configuring the way data are read or written to a storage.
DataOptionKey
extends OptionKey
with options about features, coverages
or other kinds of structure that are specific to some data formats.- Since:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OptionKey
<CoverageModifier> Callback methods invoked for modifying some aspects of the grid coverages created by resources.static final OptionKey
<FoliationRepresentation> Whether to assemble trajectory fragments (distinct CSV lines) into a singleFeature
instance forming a foliation.static final OptionKey
<Path> Path to an auxiliary file containing metadata encoded in an ISO 19115-3 XML document.static final OptionKey
<StoreListeners> The listeners to declare as the parent of the data store listeners.Fields inherited from class OptionKey
BYTE_BUFFER, DEFAULT_CRS, ENCODING, GEOMETRY_LIBRARY, INDENTATION, LOCALE, OPEN_OPTIONS, TIMEZONE, URL_ENCODING
-
Method Summary
Methods inherited from class OptionKey
equals, getElementType, getName, getValueFrom, hashCode, setValueInto, toString
-
Field Details
-
METADATA_PATH
Path to an auxiliary file containing metadata encoded in an ISO 19115-3 XML document. The given path, if not absolute, is relative to the path of the main storage file. If the file exists, it is parsed and its content is merged or appended after the metadata read by the storage. If the file does not exist, then it is ignored.Wildcard
It the'*'
character is present in the path, then it is replaced by the name of the main file without its extension. For example if the main file is"city-center.tiff"
, then"*.xml"
will become"city-center.xml"
.- Since:
- 1.5
-
FOLIATION_REPRESENTATION
Whether to assemble trajectory fragments (distinct CSV lines) into a singleFeature
instance forming a foliation. This is ignored if the file does not seem to contain moving features.- Since:
- 1.0
-
PARENT_LISTENERS
The listeners to declare as the parent of the data store listeners. This option can be used when theDataStore
to open is itself a child of anAggregate
.- Since:
- 1.3
-
COVERAGE_MODIFIER
Callback methods invoked for modifying some aspects of the grid coverages created by resources.- Since:
- 1.5
-