Uses of Class
org.apache.sis.setup.OptionKey
Packages that use OptionKey
Package
Description
Provides information and some controls about SIS configuration.
Data store base types for retrieving and saving geospatial data
in various storage formats.
A data store that can read and write GeoTIFF files as grid coverages.
-
Uses of OptionKey in org.apache.sis.setup
Fields in org.apache.sis.setup declared as OptionKeyModifier and TypeFieldDescriptionstatic final OptionKey<ByteBuffer> OptionKey.BYTE_BUFFERDeprecated.This option forces unconditional allocation of byte buffer, even if the data store does not use it.static final OptionKey<CoordinateReferenceSystem> OptionKey.DEFAULT_CRSThe coordinate reference system (CRS) of data to use if not explicitly defined.OptionKey.ENCODINGThe character encoding of document content.static final OptionKey<GeometryLibrary> OptionKey.GEOMETRY_LIBRARYThe library to use for creating geometric objects at reading time.OptionKey.INDENTATIONThe number of spaces to use for indentation when formatting text files in WKT or XML formats.OptionKey.LOCALEThe locale to use for locale-sensitive data.static final OptionKey<OpenOption[]> OptionKey.OPEN_OPTIONSWhether a storage object shall be opened in read, write, append or other modes.OptionKey.TIMEZONEThe timezone to use when parsing or formatting dates and times without explicit timezone.OptionKey.URL_ENCODINGThe 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, ornullif 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 classKeys 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<CoverageModifier> DataOptionKey.COVERAGE_MODIFIERCallback methods invoked for modifying some aspects of the grid coverages created by resources.static final OptionKey<FoliationRepresentation> DataOptionKey.FOLIATION_REPRESENTATIONWhether to assemble trajectory fragments (distinct CSV lines) into a singleFeatureinstance forming a foliation.DataOptionKey.METADATA_PATHPath to an auxiliary file containing metadata encoded in an ISO 19115-3 XML document.static final OptionKey<StoreListeners> DataOptionKey.PARENT_LISTENERSThe listeners to declare as the parent of the data store listeners.Methods in org.apache.sis.storage with parameters of type OptionKey -
Uses of OptionKey in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as OptionKeyModifier and TypeFieldDescriptionstatic final OptionKey<Compression> Compression.OPTION_KEYThe key for declaring the compression at store creation time.static final OptionKey<FormatModifier[]> FormatModifier.OPTION_KEYThe key for declaring GeoTIFF format modifiers at store creation time.