Uses of Class
org.apache.sis.storage.event.StoreListeners
Packages that use StoreListeners
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Resources which are aggregations or concatenations of other resources.
Provides interfaces and classes for dealing with different types of events fired by resources.
-
Uses of StoreListeners in org.apache.sis.storage
Fields in org.apache.sis.storage declared as StoreListenersModifier and TypeFieldDescriptionprotected final StoreListeners
AbstractResource.listeners
The set of registeredStoreListener
s for this resources.protected final StoreListeners
DataStore.listeners
The set of registeredStoreListener
s for this data store.Fields in org.apache.sis.storage with type parameters of type StoreListenersModifier and TypeFieldDescriptionstatic final OptionKey<StoreListeners>
DataOptionKey.PARENT_LISTENERS
The listeners to declare as the parent of the data store listeners.Constructors in org.apache.sis.storage with parameters of type StoreListenersModifierConstructorDescriptionprotected
AbstractFeatureSet
(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protected
AbstractGridCoverageResource
(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protected
AbstractResource
(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners. -
Uses of StoreListeners in org.apache.sis.storage.aggregate
Constructors in org.apache.sis.storage.aggregate with parameters of type StoreListenersModifierConstructorDescriptionprotected
ConcatenatedFeatureSet
(StoreListeners parent, FeatureSet[] sources) Creates a new feature set as a concatenation of the sequence of features given by thesources
.CoverageAggregator
(StoreListeners listeners) Creates an initially empty aggregator.JoinFeatureSet
(StoreListeners parent, FeatureSet left, String leftAlias, FeatureSet right, String rightAlias, JoinFeatureSet.Type joinType, BinaryComparisonOperator<? super AbstractFeature> condition, Map<String, ?> featureInfo) Creates a new feature set joining the two given sets. -
Uses of StoreListeners in org.apache.sis.storage.event
Methods in org.apache.sis.storage.event that return types with arguments of type StoreListenersModifier and TypeMethodDescriptionStoreListeners.getParent()
Returns the parent set of listeners that are notified in addition to this set of listeners.Constructors in org.apache.sis.storage.event with parameters of type StoreListenersModifierConstructorDescriptionStoreListeners
(StoreListeners parent, Resource source) Creates a new instance with the given parent and initially no listener.