Uses of Class
org.apache.sis.setup.OptionKey
Packages that use OptionKey
Package
Description
Utility classes for the implementation of GeoTIFF reader and writer.
Build
DefaultFeatureType
s by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
Provides information and some controls about SIS configuration.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of OptionKey in org.apache.sis.internal.geotiff
Fields in org.apache.sis.internal.geotiff declared as OptionKeyModifier and TypeFieldDescriptionstatic final OptionKey<SchemaModifier>
SchemaModifier.OPTION
The option for declaring a schema modifier atGeoTiffStore
creation time. -
Uses of OptionKey in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as OptionKeyModifier and TypeFieldDescriptionstatic final OptionKey<SchemaModifier>
SchemaModifier.OPTION
The option for declaring a schema modifier atSQLStore
creation time. -
Uses of OptionKey in org.apache.sis.internal.storage.io
Subclasses of OptionKey in org.apache.sis.internal.storage.io -
Uses of OptionKey in org.apache.sis.setup
Fields in org.apache.sis.setup declared as OptionKeyModifier and TypeFieldDescriptionstatic final OptionKey<ByteBuffer>
OptionKey.BYTE_BUFFER
The byte buffer to use for input/output operations.OptionKey.ENCODING
The character encoding of document content.static final OptionKey<GeometryLibrary>
OptionKey.GEOMETRY_LIBRARY
The library to use for creating geometric objects at reading time.OptionKey.INDENTATION
The number of spaces to use for indentation when formatting text files in WKT or XML formats.OptionKey.LOCALE
The locale to use for locale-sensitive data.static final OptionKey<OpenOption[]>
OptionKey.OPEN_OPTIONS
Whether a storage object (e.g.OptionKey.TIMEZONE
The timezone to use when parsing or formatting dates and times without explicit timezone.OptionKey.URL_ENCODING
The encoding of a URL (not the encoding of the document content).Methods in org.apache.sis.setup that return types with arguments of type OptionKeyModifier and TypeMethodDescriptionOptionKey.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 isnull
.Method parameters in org.apache.sis.setup with type arguments of type OptionKeyModifier and TypeMethodDescriptionOptionKey.getValueFrom
(Map<OptionKey<?>, ?> options) Returns the option value in the given map for this key, ornull
if none.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 isnull
. -
Uses of OptionKey in org.apache.sis.storage
Subclasses of OptionKey in org.apache.sis.storageModifier and TypeClassDescriptionfinal class
Keys in a map of options for configuring the way data are read or written to a storage.Fields in org.apache.sis.storage declared as OptionKeyModifier and TypeFieldDescriptionstatic final OptionKey<org.opengis.referencing.crs.CoordinateReferenceSystem>
DataOptionKey.DEFAULT_CRS
The coordinate reference system (CRS) of data to use if not explicitly defined.static final OptionKey<FoliationRepresentation>
DataOptionKey.FOLIATION_REPRESENTATION
Whether to assemble trajectory fragments (distinct CSV lines) into a singleFeature
instance forming a foliation.static final OptionKey<StoreListeners>
DataOptionKey.PARENT_LISTENERS
The listeners to declare as the parent of the data store listeners.Fields in org.apache.sis.storage with type parameters of type OptionKeyModifier and TypeFieldDescriptionStorageConnector.options
The options, created only when first needed.Methods in org.apache.sis.storage with parameters of type OptionKey