A B C D E F G H I L N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Iterator<? extends AbstractFeature>) - Method in interface WritableFeatureSet
-
Inserts new feature instances in this
FeatureSet. - add(DataStore, GenericName, E) - Method in class FeatureNaming
-
Adds a value for the given name if none exist.
- add(Resource) - Method in interface WritableAggregate
-
Adds a new
Resourcein thisAggregate. - addListener(Class<T>, StoreListener<? super T>) - Method in class DataStore
-
Registers a listener to notify when the specified kind of event occurs in this data store or in a resource.
- addListener(Class<T>, StoreListener<? super T>) - Method in class StoreListeners
-
Registers a listener to notify when the specified kind of event occurs.
- addListener(Class<T>, StoreListener<? super T>) - Method in interface Resource
-
Registers a listener to notify when the specified kind of event occurs in this resource or in children.
- addWarningListener(WarningListener) - Method in class StoreListeners
-
Deprecated.Replaced by
addListener(listener, WarningEvent.class). - addWarningListener(WarningListener<? super DataStore>) - Method in class DataStore
-
Deprecated.Replaced by
addListener(listener, WarningEvent.class). - Aggregate - Interface in org.apache.sis.storage
-
A collection of resources.
B
C
- close() - Method in class DataStore
-
Closes this data store and releases any underlying resources.
- closeAllExcept(Object) - Method in class StorageConnector
-
Closes all streams and connections created by this
StorageConnectorexcept the given view. - components() - Method in interface Aggregate
-
Returns the children resources of this aggregate.
- ConcurrentReadException - Exception in org.apache.sis.storage
-
Thrown when an operation can not be performed while a read operation is in progress.
- ConcurrentReadException() - Constructor for exception ConcurrentReadException
-
Creates an exception with no cause and no details message.
- ConcurrentReadException(String) - Constructor for exception ConcurrentReadException
-
Creates an exception with the specified details message.
- ConcurrentReadException(String, Throwable) - Constructor for exception ConcurrentReadException
-
Creates an exception with the specified details message and cause.
- ConcurrentReadException(Locale, String) - Constructor for exception ConcurrentReadException
-
Creates a localized exception for an operation that can not be executed while a read operation is in progress.
- ConcurrentWriteException - Exception in org.apache.sis.storage
-
Thrown when an operation can not be performed while a write operation is in progress.
- ConcurrentWriteException() - Constructor for exception ConcurrentWriteException
-
Creates an exception with no cause and no details message.
- ConcurrentWriteException(String) - Constructor for exception ConcurrentWriteException
-
Creates an exception with the specified details message.
- ConcurrentWriteException(String, Throwable) - Constructor for exception ConcurrentWriteException
-
Creates an exception with the specified details message and cause.
- ConcurrentWriteException(Locale, String) - Constructor for exception ConcurrentWriteException
-
Creates a localized exception for an operation that can not be executed while a write operation is in progress.
- CREATE - Static variable in class DataStoreProvider
-
Name of the parameter that specifies whether to allow creation of a new
DataStoreif none exist at the given location.
D
- DataOptionKey<T> - Class in org.apache.sis.storage
-
Keys in a map of options for configuring the way data are read or written to a storage.
- DataSet - Interface in org.apache.sis.storage
-
Collection of features that share a common set of attributes or properties.
- DataStore - Class in org.apache.sis.storage
-
Manages a series of features, coverages or sensor data.
- DataStore() - Constructor for class DataStore
-
Creates a new instance with no provider and initially no listener.
- DataStore(DataStoreProvider, StorageConnector) - Constructor for class DataStore
-
Creates a new instance for the given storage (typically file or database).
- DataStore(DataStore, StorageConnector) - Constructor for class DataStore
-
Creates a new instance as a child of another data store instance.
- DataStoreClosedException - Exception in org.apache.sis.storage
-
Thrown when a data store is closed and can no more return data.
- DataStoreClosedException(String) - Constructor for exception DataStoreClosedException
-
Creates an exception with the specified details message.
- DataStoreClosedException(String, Throwable) - Constructor for exception DataStoreClosedException
-
Creates an exception with the specified details message and cause.
- DataStoreClosedException(Locale, String, OpenOption...) - Constructor for exception DataStoreClosedException
-
Creates a localized exception for a reader or writer which has been closed.
- DataStoreContentException - Exception in org.apache.sis.storage
-
Thrown when a store can not be read because the stream contains invalid data.
- DataStoreContentException(String) - Constructor for exception DataStoreContentException
-
Creates an exception with the specified details message.
- DataStoreContentException(String, Throwable) - Constructor for exception DataStoreContentException
-
Creates an exception with the specified details message and cause.
- DataStoreContentException(Throwable) - Constructor for exception DataStoreContentException
-
Creates an exception with the specified cause and no details message.
- DataStoreContentException(Locale, String, String, Object) - Constructor for exception DataStoreContentException
-
Creates a localized exception with a message saying that the given store can not be read.
- DataStoreException - Exception in org.apache.sis.storage
-
Thrown when a
DataStorecan not complete a read or write operation. - DataStoreException() - Constructor for exception DataStoreException
-
Creates an exception with no cause and no details message.
- DataStoreException(String) - Constructor for exception DataStoreException
-
Creates an exception with the specified details message.
- DataStoreException(String, Throwable) - Constructor for exception DataStoreException
-
Creates an exception with the specified details message and cause.
- DataStoreException(Throwable) - Constructor for exception DataStoreException
-
Creates an exception with the specified cause and no details message.
- DataStoreException(Locale, String, String, Object) - Constructor for exception DataStoreException
-
Creates a localized exception with a message saying that the given store can not be processed.
- DataStoreProvider - Class in org.apache.sis.storage
-
Provides information about a specific
DataStoreimplementation. - DataStoreProvider() - Constructor for class DataStoreProvider
-
Creates a new provider.
- DataStoreReferencingException - Exception in org.apache.sis.storage
-
Thrown when a data store failed to construct the coordinate reference system (CRS) or other positioning information.
- DataStoreReferencingException(String) - Constructor for exception DataStoreReferencingException
-
Creates an exception with the specified details message.
- DataStoreReferencingException(String, Throwable) - Constructor for exception DataStoreReferencingException
-
Creates an exception with the specified details message and cause.
- DataStoreReferencingException(Throwable) - Constructor for exception DataStoreReferencingException
-
Creates an exception with the specified cause and no details message.
- DataStoreReferencingException(Locale, String, String, Object) - Constructor for exception DataStoreReferencingException
-
Creates a localized exception with a message saying that the given store can not be read.
- DataStores - Class in org.apache.sis.storage
-
Static convenience methods creating
DataStoreinstances from a given storage object.
E
- equals(Object) - Method in class ProbeResult
-
Compares this
ProbeResultwith the given object for equality. - eventOccured(T) - Method in interface StoreListener
-
Invoked after a warning or a change occurred in a resource.
F
- FeatureNaming<E> - Class in org.apache.sis.storage
-
Helper class for mapping
GenericNameinstances and their shortened names to features. - FeatureNaming() - Constructor for class FeatureNaming
-
Creates a new "
GenericNameto object" mapping. - features(boolean) - Method in interface FeatureSet
-
Returns a stream of all features contained in this dataset.
- FeatureSet - Interface in org.apache.sis.storage
-
A dataset providing access to a stream of features.
- findResource(String) - Method in class DataStore
-
Searches for a resource identified by the given identifier.
- fire(T, Class<T>) - Method in class StoreListeners
-
Sends the given event to all listeners registered for the given type or for a super-type.
- FOLIATION_REPRESENTATION - Static variable in class DataOptionKey
-
Whether to assemble trajectory fragments (distinct CSV lines) into a single
Featureinstance forming a foliation. - ForwardOnlyStorageException - Exception in org.apache.sis.storage
-
Thrown when an operation would require to move the cursor back, but the underlying storage does not allow that.
- ForwardOnlyStorageException() - Constructor for exception ForwardOnlyStorageException
-
Creates an exception with no cause and no details message.
- ForwardOnlyStorageException(String) - Constructor for exception ForwardOnlyStorageException
-
Creates an exception with the specified details message.
- ForwardOnlyStorageException(String, Throwable) - Constructor for exception ForwardOnlyStorageException
-
Creates an exception with the specified details message and cause.
- ForwardOnlyStorageException(Locale, String, OpenOption...) - Constructor for exception ForwardOnlyStorageException
-
Creates a localized exception with a default message saying that the stream is read-once or write-once.
G
- get(DataStore, String) - Method in class FeatureNaming
-
Returns the value associated to the given name.
- getCapacity() - Method in class QuadTree
-
Returns the capacity of node in the quad tree.
- getDepth() - Method in class QuadTree
-
Returns the maximum depth of the quad tree.
- getDescription() - Method in class WarningEvent
-
Returns the warning message together with stack trace (if any) and other information.
- getDisplayName() - Method in class DataStore
-
Returns a short name or label for this data store.
- getEnvelope() - Method in interface DataSet
-
Returns the spatiotemporal extent of this resource in its most natural coordinate reference system.
- getFileExtension() - Method in class StorageConnector
-
Returns the filename extension of the input/output object.
- getFileName() - Method in interface QuadTreeData
-
Returns the name of the file where the entry's info is saved.
- getFormat() - Method in class DataStoreProvider
-
Returns a description of the data format.
- getGridGeometry() - Method in interface GridCoverageResource
-
Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.
- getIdentifier() - Method in class DataStore
-
Returns an identifier for the root resource of this data store, or
nullif none. - getIdentifier() - Method in interface Resource
-
Returns the resource persistent identifier.
- getInternationalMessage() - Method in exception DataStoreException
-
If this exception is capable to return the message in various locales, returns that message.
- getLatLon() - Method in interface QuadTreeData
-
Returns the latitude/longitude pair.
- getLocale() - Method in class DataStore
-
The locale to use for formatting warnings and other messages.
- getLocale() - Method in class StoreEvent
-
Returns the locale associated to this event, or
nullif unspecified. - getLocale() - Method in class StoreListeners
-
Returns the locale used by this manager, or
nullif unspecified. - getLocalizedMessage() - Method in exception DataStoreException
-
Returns a localized version of the exception message, typically for final user.
- getLogger() - Method in class DataStoreProvider
-
Returns the logger where to report warnings.
- getMessage() - Method in exception DataStoreException
-
Returns the exception message in the default locale, typically for system administrator.
- getMetadata() - Method in class DataStore
-
Returns information about the data store as a whole.
- getMetadata() - Method in interface Resource
-
Returns information about this resource.
- getMimeType() - Method in class ProbeResult
-
Returns the MIME type of the storage file format, or
nullif unknown or not applicable. - getNodeSize() - Method in class QuadTree
-
Returns the node size of the quad tree.
- getOpenParameters() - Method in class DataStore
-
Returns the parameters used to open this data store.
- getOpenParameters() - Method in class DataStoreProvider
-
Returns a description of all parameters accepted by this provider for opening a data store.
- getOption(OptionKey<T>) - Method in class StorageConnector
-
Returns the option value for the given key, or
nullif none. - getProvider() - Method in class DataStore
-
Returns the factory that created this
DataStoreinstance. - getSampleDimensions() - Method in interface GridCoverageResource
-
Returns the ranges of sample values together with the conversion from samples to real values.
- getShortName() - Method in class DataStoreProvider
-
Returns a short name or abbreviation for the data format.
- getSize() - Method in class QuadTree
-
Returns the size of the quad tree.
- getSource() - Method in class StoreEvent
-
Returns the resource where the event occurred.
- getSource() - Method in class StoreListeners
-
Returns the source of events.
- getSourceName() - Method in class StoreListeners
-
Returns a short name or label for the source.
- getStorage() - Method in class StorageConnector
-
Returns the input/output object given at construction time.
- getStorageAs(Class<T>) - Method in class StorageConnector
-
Returns the storage as a view of the given type if possible, or
nullotherwise. - getStorageName() - Method in class StorageConnector
-
Returns a short name of the input/output object.
- getSupportedVersions() - Method in class DataStoreProvider
-
Returns the range of versions supported by the data store, or
nullif unspecified. - getType() - Method in interface FeatureSet
-
Returns a description of properties that are common to all features in this dataset.
- getVersion() - Method in class ProbeResult
-
Returns the version of file format or database schema used by the storage, or
nullif unknown or not applicable. - getX() - Method in interface QuadTreeData
-
Returns the Java 2D x-coordinate for the longitude.
- getY() - Method in interface QuadTreeData
-
Returns the Java 2D y-coordinate for the latitude.
- GRAY - NodeType
- GridCoverageResource - Interface in org.apache.sis.storage
-
Access to data values in a n-dimensional grid.
H
- hashCode() - Method in class ProbeResult
-
Returns a hash code value for this instance.
- hasListeners() - Method in class StoreListeners
-
Deprecated.
- hasListeners(Class<? extends StoreEvent>) - Method in class StoreListeners
-
Returns
trueif this object or its parent contains at least one listener for the given type of event.
I
- IllegalFeatureTypeException - Exception in org.apache.sis.storage
-
Thrown when a store can not write the given feature because its type is not one of the supported types.
- IllegalFeatureTypeException(String) - Constructor for exception IllegalFeatureTypeException
-
Creates an exception with the specified details message.
- IllegalFeatureTypeException(String, Throwable) - Constructor for exception IllegalFeatureTypeException
-
Creates an exception with the specified details message and cause.
- IllegalFeatureTypeException(Throwable) - Constructor for exception IllegalFeatureTypeException
-
Creates an exception with the specified cause and no details message.
- IllegalFeatureTypeException(Locale, String, GenericName) - Constructor for exception IllegalFeatureTypeException
-
Creates an exception with a default message in the given locale.
- IllegalNameException - Exception in org.apache.sis.storage
-
Thrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.
- IllegalNameException() - Constructor for exception IllegalNameException
-
Creates an exception with no cause and no details message.
- IllegalNameException(String) - Constructor for exception IllegalNameException
-
Creates an exception with the specified details message.
- IllegalNameException(String, Throwable) - Constructor for exception IllegalNameException
-
Creates an exception with the specified details message and cause.
- IllegalNameException(Throwable) - Constructor for exception IllegalNameException
-
Creates an exception with the specified cause and no details message.
- IllegalNameException(Locale, String, String) - Constructor for exception IllegalNameException
-
Creates a new exception with a message saying that the feature of the given name has not been found.
- IllegalOpenParameterException - Exception in org.apache.sis.storage
-
Thrown when a
DataStorecan not be opened because of invalid parameters. - IllegalOpenParameterException() - Constructor for exception IllegalOpenParameterException
-
Creates an exception with no cause and no details message.
- IllegalOpenParameterException(String) - Constructor for exception IllegalOpenParameterException
-
Creates an exception with the specified details message.
- IllegalOpenParameterException(String, Throwable) - Constructor for exception IllegalOpenParameterException
-
Creates an exception with the specified details message and cause.
- IllegalOpenParameterException(Throwable) - Constructor for exception IllegalOpenParameterException
-
Creates an exception with the specified cause and no details message.
- initCause(Throwable) - Method in exception DataStoreException
-
Initializes the cause of this throwable to the specified value.
- insert(QuadTreeData) - Method in class QuadTree
-
Inserts the specified data into the quad tree.
- INSUFFICIENT_BYTES - Static variable in class ProbeResult
-
The open capability can not be determined because the
ByteBuffercontains an insufficient amount of bytes. - InternalDataStoreException - Exception in org.apache.sis.storage
-
Thrown when an internal error occurred in a
DataStoreimplementation. - InternalDataStoreException() - Constructor for exception InternalDataStoreException
-
Creates an exception with no details message.
- InternalDataStoreException(String) - Constructor for exception InternalDataStoreException
-
Creates an exception with the specified details message.
- InternalDataStoreException(String, Throwable) - Constructor for exception InternalDataStoreException
-
Creates an exception with the specified details message and cause.
- InternalDataStoreException(Throwable) - Constructor for exception InternalDataStoreException
-
Creates an exception with the specified cause and no details message.
- isSupported() - Method in class ProbeResult
-
Returns
trueif the storage is supported by theDataStoreProvider.
L
- listeners - Variable in class DataStore
-
The set of registered
StoreListeners for this data store. - LOCATION - Static variable in class DataStoreProvider
-
Name of the parameter that specifies the data store location.
N
- NodeType - Enum in org.apache.sis.index.tree
-
Enum to represent node type of quad tree.
O
- open(Object) - Static method in class DataStores
-
Creates a
DataStorefor the given storage. - open(StorageConnector) - Method in class DataStoreProvider
-
Returns a data store implementation associated with this provider.
- open(ParameterValueGroup) - Method in class DataStoreProvider
-
Returns a data store implementation associated with this provider for the given parameters.
- org.apache.sis.index.tree - package org.apache.sis.index.tree
-
A simple quadtree implementation.
- org.apache.sis.storage - package org.apache.sis.storage
-
Data store base types for retrieving and saving geospatial data in various storage formats.
- org.apache.sis.storage.event - package org.apache.sis.storage.event
-
Provides interfaces and classes for dealing with different types of events fired by resources.
P
- probeContent(StorageConnector) - Method in class DataStoreProvider
-
Indicates if the given storage appears to be supported by the
DataStores created by this provider. - probeContentType(Object) - Static method in class DataStores
-
Returns the MIME type of the storage file format, or
nullif unknown or not applicable. - ProbeResult - Class in org.apache.sis.storage
-
Tells whether a storage (file, database) appears to be supported by a
DataStore. - ProbeResult(boolean, String, Version) - Constructor for class ProbeResult
-
Creates a new
ProbeResultwith the given support status, MIME type and version number. - provider - Variable in class DataStore
-
The factory that created this
DataStoreinstance, ornullif unspecified. - providers() - Static method in class DataStores
-
Returns the set of data store providers available at this method invocation time.
Q
- QuadTree - Class in org.apache.sis.index.tree
-
Implementation of Quad Tree Index.
- QuadTree() - Constructor for class QuadTree
-
Creates a quad tree with 0 capacity and depth.
- QuadTree(int, int) - Constructor for class QuadTree
-
Creates a quad tree.
- QuadTreeData - Interface in org.apache.sis.index.tree
-
Interface representing data stored in quad tree.
- QuadTreeWriter - Class in org.apache.sis.index.tree
-
Class to save the quad tree index from file.
- Query - Class in org.apache.sis.storage
-
Definition of filtering to apply for fetching a resource subset.
- Query() - Constructor for class Query
-
Creates a new, initially empty, query.
- queryByBoundingBox(Envelope2D) - Method in class QuadTree
-
Performs bounding box search.
- queryByPointRadius(DirectPosition2D, double) - Method in class QuadTree
-
Performs point radius search.
R
- read(GridGeometry, int...) - Method in interface GridCoverageResource
-
Loads a subset of the grid coverage represented by this resource.
- ReadOnlyStorageException - Exception in org.apache.sis.storage
-
Thrown when a
DataStorecan not perform a write operations. - ReadOnlyStorageException() - Constructor for exception ReadOnlyStorageException
-
Creates an exception with no cause and no details message.
- ReadOnlyStorageException(String) - Constructor for exception ReadOnlyStorageException
-
Creates an exception with the specified details message.
- ReadOnlyStorageException(String, Throwable) - Constructor for exception ReadOnlyStorageException
-
Creates an exception with the specified details message and cause.
- ReadOnlyStorageException(Throwable) - Constructor for exception ReadOnlyStorageException
-
Creates an exception with the specified cause and no details message.
- remove(DataStore, GenericName) - Method in class FeatureNaming
-
Removes the value associated to the given name.
- remove(Resource) - Method in interface WritableAggregate
-
Removes a
Resourcefrom thisAggregate. - removeIf(Predicate<? super AbstractFeature>) - Method in interface WritableFeatureSet
-
Removes all feature instances from this
FeatureSetwhich matches the given predicate. - removeListener(Class<T>, StoreListener<? super T>) - Method in class DataStore
-
Unregisters a listener previously added to this data store for the given type of events.
- removeListener(Class<T>, StoreListener<? super T>) - Method in class StoreListeners
-
Unregisters a listener previously added for the given type of events.
- removeListener(Class<T>, StoreListener<? super T>) - Method in interface Resource
-
Unregisters a listener previously added to this resource for the given type of events.
- removeWarningListener(WarningListener) - Method in class StoreListeners
-
Deprecated.Replaced by
removeListener(listener, WarningEvent.class). - removeWarningListener(WarningListener<? super DataStore>) - Method in class DataStore
-
Deprecated.Replaced by
removeListener(listener, WarningEvent.class). - replaceIf(Predicate<? super AbstractFeature>, UnaryOperator<AbstractFeature>) - Method in interface WritableFeatureSet
-
Updates all feature instances from this
FeatureSetwhich match the given predicate. - Resource - Interface in org.apache.sis.storage
-
Provides access to geospatial data in a
DataStore.
S
- setCapacity(int) - Method in class QuadTree
-
Sets the capacity of node in the quad tree.
- setDepth(int) - Method in class QuadTree
-
Sets the maximum depth of the quad tree.
- setLocale(Locale) - Method in class DataStore
-
Sets the locale to use for formatting warnings and other messages.
- setNodeSize(int) - Method in class QuadTree
-
Sets the node size of the quad tree.
- setOption(OptionKey<T>, T) - Method in class StorageConnector
-
Sets the option value for the given key.
- setSize(int) - Method in class QuadTree
-
Sets the size of the quad tree.
- size() - Method in class QuadTree
-
Returns the size of the quad tree.
- StorageConnector - Class in org.apache.sis.storage
-
Information for creating a connection to a
DataStorein read and/or write mode. - StorageConnector(Object) - Constructor for class StorageConnector
-
Creates a new data store connection wrapping the given input/output object.
- StoreEvent - Class in org.apache.sis.storage.event
-
Parent class of events happening in a data store resource.
- StoreEvent(Resource) - Constructor for class StoreEvent
-
Constructs an event that occurred in the given resource.
- StoreListener<T extends StoreEvent> - Interface in org.apache.sis.storage.event
-
An object which listens for events (typically changes or warnings) occurring in a resource or one of its children.
- StoreListeners - Class in org.apache.sis.storage.event
-
Holds a list of
StoreListenerinstances and provides convenience methods for sending events. - StoreListeners(StoreListeners, Resource) - Constructor for class StoreListeners
-
Creates a new instance with the given parent and initially no listener.
- subset(Query) - Method in interface FeatureSet
-
Requests a subset of features and/or feature properties from this resource.
- SUPPORTED - Static variable in class ProbeResult
-
The
DataStoreProviderrecognizes the given storage, but has no additional information.
T
- toString() - Method in class DataStore
-
Returns a string representation of this data store for debugging purpose.
- toString() - Method in class WarningEvent
-
Returns a string representation of this warning for debugging purpose.
- toString() - Method in class ProbeResult
-
Returns a string representation of this
ProbeResultfor debugging purpose. - toString() - Method in class StorageConnector
-
Returns a string representation of this
StorageConnectorfor debugging purpose.
U
- UNDETERMINED - Static variable in class ProbeResult
-
The open capability can not be determined.
- UNSUPPORTED_STORAGE - Static variable in class ProbeResult
-
The
DataStoreProviderdoes not recognize the given storage object, file format or database schema. - UnsupportedQueryException - Exception in org.apache.sis.storage
-
Thrown when a resources can not be filtered with a given query.
- UnsupportedQueryException() - Constructor for exception UnsupportedQueryException
-
Creates an exception with no cause and no details message.
- UnsupportedQueryException(String) - Constructor for exception UnsupportedQueryException
-
Creates an exception with the specified details message.
- UnsupportedQueryException(String, Throwable) - Constructor for exception UnsupportedQueryException
-
Creates an exception with the specified details message and cause.
- UnsupportedQueryException(Throwable) - Constructor for exception UnsupportedQueryException
-
Creates an exception with the specified cause and no details message.
- UnsupportedStorageException - Exception in org.apache.sis.storage
-
Thrown when no
DataStoreProvideris found for a given storage object. - UnsupportedStorageException() - Constructor for exception UnsupportedStorageException
-
Creates an exception with no cause and no details message.
- UnsupportedStorageException(String) - Constructor for exception UnsupportedStorageException
-
Creates an exception with the specified details message.
- UnsupportedStorageException(String, Throwable) - Constructor for exception UnsupportedStorageException
-
Creates an exception with the specified details message and cause.
- UnsupportedStorageException(Throwable) - Constructor for exception UnsupportedStorageException
-
Creates an exception with the specified cause and no details message.
- UnsupportedStorageException(Locale, String, Object, OpenOption...) - Constructor for exception UnsupportedStorageException
-
Creates a localized exception for an invalid input or output object given to a data store.
- updateType(DefaultFeatureType) - Method in interface WritableFeatureSet
-
Declares or redefines the type of all feature instances in this feature set.
V
- valueOf(String) - Static method in enum NodeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum NodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warning(Exception) - Method in class StoreListeners
-
Reports a warning described by the given exception.
- warning(String) - Method in class StoreListeners
-
Reports a warning described by the given message.
- warning(String, Exception) - Method in class StoreListeners
-
Reports a warning described by the given message and exception.
- warning(Level, String, Exception) - Method in class StoreListeners
-
Reports a warning at the given level represented by the given message and exception.
- warning(LogRecord) - Method in class StoreListeners
-
Reports a warning described by the given log record.
- WarningEvent - Class in org.apache.sis.storage.event
-
Describes non-fatal errors that occurred in a resource or a data store.
- WarningEvent(Resource, LogRecord) - Constructor for class WarningEvent
-
Constructs an event for a warning that occurred in the given resource.
- WHITE - NodeType
- WritableAggregate - Interface in org.apache.sis.storage
-
An
Aggregatewith writing capabilities. - WritableFeatureSet - Interface in org.apache.sis.storage
-
A
FeatureSetwith writing capabilities. - writeTreeToFile(QuadTree, String) - Static method in class QuadTreeWriter
-
Writes the entire quad tree index to file with each node in saved in a separate file.
All Classes All Packages