- 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
Modifier and TypeFieldDescriptionstatic final OptionKey
<CoordinateReferenceSystem> The coordinate reference system (CRS) of data to use if not explicitly defined.static final OptionKey
<FoliationRepresentation> Whether to assemble trajectory fragments (distinct CSV lines) into a singleFeature
instance forming a foliation.static final OptionKey
<StoreListeners> The listeners to declare as the parent of the data store listeners.Fields inherited from class OptionKey
BYTE_BUFFER, 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
-
DEFAULT_CRS
The coordinate reference system (CRS) of data to use if not explicitly defined. This option can be used when the file to read does not describe itself the data CRS. For example, this option can be used when reading ASCII Grid without CRS information, but is ignored if the ASCII Grid file is accompanied by a*.prj
file giving the CRS.- Since:
- 1.2
-
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
-