Uses of Class
org.apache.sis.storage.event.StoreListeners
Packages that use StoreListeners
Package
Description
Build
DefaultFeatureTypes by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.Utility classes for the implementation of SIS storage classes.
Utility classes for the implementation of raster readers.
Utility classes for the implementation of SIS storage classes.
DataStore implementation for Well Known Text.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.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as StoreListenersMethods in org.apache.sis.internal.sql.feature with parameters of type StoreListenersModifier and TypeMethodDescriptionstatic Database<?> Database.create(SQLStore store, DataSource source, Connection connection, GeometryLibrary geomLibrary, org.opengis.util.GenericName[] tableNames, ResourceDefinition[] queries, SchemaModifier customizer, StoreListeners listeners) Creates a new handler for a spatial database.Constructors in org.apache.sis.internal.sql.feature with parameters of type StoreListenersModifierConstructorDescriptionprotectedDatabase(DataSource source, DatabaseMetaData metadata, Geometries<G> geomLibrary, StoreListeners listeners) Creates a new handler for a spatial database. -
Uses of StoreListeners in org.apache.sis.internal.sql.postgis
Constructors in org.apache.sis.internal.sql.postgis with parameters of type StoreListenersModifierConstructorDescriptionPostgres(DataSource source, Connection connection, DatabaseMetaData metadata, Geometries<G> geomLibrary, StoreListeners listeners) Creates a new session for a PostGIS database. -
Uses of StoreListeners in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage with parameters of type StoreListenersModifier and TypeMethodDescriptionfinal voidMetadataBuilder.addDefaultMetadata(AbstractFeatureSet resource, StoreListeners listeners) Adds default metadata for the specified resource.final voidMetadataBuilder.addDefaultMetadata(AbstractGridCoverageResource resource, StoreListeners listeners) Adds default metadata for the specified resource.final voidMetadataBuilder.addDefaultMetadata(AbstractResource resource, StoreListeners listeners) Adds default metadata for the specified resource.final org.opengis.metadata.distribution.FormatDocumentedStoreProvider.getFormat(StoreListeners listeners) Returns a more complete description of the format, sending warnings to the given listeners if non-null.Constructors in org.apache.sis.internal.storage with parameters of type StoreListenersModifierConstructorDescriptionMemoryFeatureSet(StoreListeners parent, DefaultFeatureType type, Collection<AbstractFeature> features) Creates a new set of features stored in memory.MemoryGridResource(StoreListeners parent, GridCoverage coverage) Creates a new coverage stored in memory.protectedTiledGridResource(StoreListeners parent) Creates a new resource. -
Uses of StoreListeners in org.apache.sis.internal.storage.inflater
Methods in org.apache.sis.internal.storage.inflater with parameters of type StoreListenersModifier and TypeMethodDescriptionstatic InflaterInflater.create(StoreListeners listeners, ChannelDataInput input, Compression compression, Predictor predictor, int sourcePixelStride, int sourceWidth, int chunksPerRow, int samplesPerChunk, int[] skipAfterChunks, int pixelsPerElement, DataType dataType) Creates a new instance for the given compression. -
Uses of StoreListeners in org.apache.sis.internal.storage.io
Methods in org.apache.sis.internal.storage.io with parameters of type StoreListenersModifier and TypeMethodDescriptionChannelFactory.inputStream(String filename, StoreListeners listeners) Returns the readable channel as an input stream.ChannelFactory.outputStream(String filename, StoreListeners listeners) Returns the writable channel as an output stream.abstract ReadableByteChannelChannelFactory.readable(String filename, StoreListeners listeners) Returns a byte channel from the input given to theprepare(…)method.abstract WritableByteChannelChannelFactory.writable(String filename, StoreListeners listeners) Returns a byte channel from the output given to theprepare(…)method. -
Uses of StoreListeners in org.apache.sis.internal.storage.wkt
Constructors in org.apache.sis.internal.storage.wkt with parameters of type StoreListenersModifierConstructorDescriptionStoreFormat(Locale locale, TimeZone timezone, GeometryLibrary library, StoreListeners listeners) Creates a new WKT parser and encoder. -
Uses of StoreListeners in org.apache.sis.storage
Fields in org.apache.sis.storage declared as StoreListenersModifier and TypeFieldDescriptionprotected final StoreListenersAbstractResource.listenersThe set of registeredStoreListeners for this resources.protected final StoreListenersDataStore.listenersThe set of registeredStoreListeners for this data store.Fields in org.apache.sis.storage with type parameters of type StoreListenersModifier and TypeFieldDescriptionstatic final OptionKey<StoreListeners> DataOptionKey.PARENT_LISTENERSThe listeners to declare as the parent of the data store listeners.Constructors in org.apache.sis.storage with parameters of type StoreListenersModifierConstructorDescriptionprotectedAbstractFeatureSet(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protectedAbstractGridCoverageResource(StoreListeners parentListeners, boolean hidden) Creates a new resource which can send notifications to the given set of listeners.protectedAbstractResource(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 StoreListenersModifierConstructorDescriptionprotectedConcatenatedFeatureSet(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.