Uses of Interface
org.apache.sis.storage.Resource
Packages that use Resource
Package
Description
Utility classes for the implementation of SIS storage classes.
DataStore implementation for a folder containing an arbitrary number of data files.Reads and writes data in GPS Exchange Format (GPX).
Bridges between Apache SIS data stores and Java Image I/O.
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
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.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Data store capable to read and create features from a JDBC connection to a database.
Base types for retrieving and saving tiles in resources.
-
Uses of Resource in org.apache.sis.internal.storage
Subinterfaces of Resource in org.apache.sis.internal.storageModifier and TypeInterfaceDescriptioninterfaceA resource which is loaded from one or many files on an arbitrary file system.interfaceA writable resource containing data (features or coverages) that can be changed in a all-or-nothing way.interfaceA resource produced directly by a data store.interfaceIdentifies resources capable to create transactions.Classes in org.apache.sis.internal.storage that implement ResourceModifier and TypeClassDescriptionclassA grid coverage resource which is a wrapper around another grid coverage resource.classSet of features stored in memory.classAGridCoverageResourcein memory.classA data store for a file or URI accompanied by an auxiliary file of the same name with.prjextension.classBase class of grid coverage resource storing data in tiles.classA data store for a storage that may be represented by aURI.Methods in org.apache.sis.internal.storage that return types with arguments of type ResourceModifier and TypeMethodDescriptionStoreUtilities.getInterface(Class<? extends Resource> implementation) Returns the most specific interface implemented by the given class.Methods in org.apache.sis.internal.storage with parameters of type ResourceModifier and TypeMethodDescriptionstatic StringReturns a short label for the given resource.static ObjectReturns the location (path, URL, URI, etc.) of the given resource.Method parameters in org.apache.sis.internal.storage with type arguments of type ResourceModifier and TypeMethodDescriptionStoreUtilities.getInterface(Class<? extends Resource> implementation) Returns the most specific interface implemented by the given class. -
Uses of Resource in org.apache.sis.internal.storage.folder
Subinterfaces of Resource in org.apache.sis.internal.storage.folderModifier and TypeInterfaceDescriptioninterfaceA data store which may provide a more structured view of its components.Methods in org.apache.sis.internal.storage.folder that return ResourceModifier and TypeMethodDescriptionUnstructuredAggregate.getStructuredView()Returns a more structured (if possible) view of this resource. -
Uses of Resource in org.apache.sis.internal.storage.gpx
Classes in org.apache.sis.internal.storage.gpx that implement ResourceModifier and TypeClassDescriptionclassA data store backed by GPX files.final classA GPX store capable to write GPX file. -
Uses of Resource in org.apache.sis.internal.storage.image
Classes in org.apache.sis.internal.storage.image that implement ResourceModifier and TypeClassDescriptionclassA data store which creates grid coverages from Image I/O readers using World File convention. -
Uses of Resource in org.apache.sis.internal.storage.xml.stream
Classes in org.apache.sis.internal.storage.xml.stream that implement ResourceModifier and TypeClassDescriptionclassBase class of XML data stores based on the StAX framework. -
Uses of Resource in org.apache.sis.storage
Subinterfaces of Resource in org.apache.sis.storageModifier and TypeInterfaceDescriptioninterfaceA collection of resources.interfaceCollection of features that share a common set of attributes or properties.interfaceA dataset providing access to a stream of features.interfaceAccess to data values in a n-dimensional grid.interfaceAnAggregatewith writing capabilities.interfaceAFeatureSetwith writing capabilities.interfaceAGridCoverageResourcewith writing capabilities.Classes in org.apache.sis.storage that implement ResourceModifier and TypeClassDescriptionclassDefault implementations of several methods for classes that want to implement theFeatureSetinterface.classDefault implementations of several methods for classes that want to implement theGridCoverageResourceinterface.classDefault implementations of several methods for classes that want to implement theResourceinterface.classManages a series of features, coverages or sensor data.Methods in org.apache.sis.storage that return ResourceModifier and TypeMethodDescriptionAdds a newResourcein thisAggregate.DataStore.findResource(String identifier) Searches for a resource identified by the given identifier.Methods in org.apache.sis.storage that return types with arguments of type ResourceModifier and TypeMethodDescriptionCollection<? extends Resource> Aggregate.components()Returns the children resources of this aggregate.Methods in org.apache.sis.storage with parameters of type Resource -
Uses of Resource in org.apache.sis.storage.aggregate
Classes in org.apache.sis.storage.aggregate that implement ResourceModifier and TypeClassDescriptionclassExposes a sequence ofFeatureSets as a single one.classFeatures containing association to features from two different sources, joined by a SQL-likeJOINcondition.Methods in org.apache.sis.storage.aggregate that return ResourceModifier and TypeMethodDescriptionReturns a resource with same data than specified resource but using this merge strategy.CoverageAggregator.build()Builds a resource which is the aggregation or concatenation of all components added to this aggregator.Methods in org.apache.sis.storage.aggregate with parameters of type Resource -
Uses of Resource in org.apache.sis.storage.event
Methods in org.apache.sis.storage.event that return ResourceModifier and TypeMethodDescriptionStoreEvent.getSource()Returns the resource where the event occurred.StoreListeners.getSource()Returns the source of events.Methods in org.apache.sis.storage.event with parameters of type ResourceModifier and TypeMethodDescriptionprotected abstract ECreates a new event of the same type than this event but with a different source.protected CloseEventCreates a new event of the same type than this event but with a different source.Constructors in org.apache.sis.storage.event with parameters of type ResourceModifierConstructorDescriptionprotectedCascadedStoreEvent(Resource source) Constructs an event that occurred in the given resource.CloseEvent(Resource source) Constructs an event for a resource that has been closed.protectedStoreEvent(Resource source) Constructs an event that occurred in the given resource.StoreListeners(StoreListeners parent, Resource source) Creates a new instance with the given parent and initially no listener.WarningEvent(Resource source, LogRecord description) Constructs an event for a warning that occurred in the given resource. -
Uses of Resource in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement Resource -
Uses of Resource in org.apache.sis.storage.landsat
Classes in org.apache.sis.storage.landsat that implement Resource -
Uses of Resource in org.apache.sis.storage.sql
Classes in org.apache.sis.storage.sql that implement ResourceModifier and TypeClassDescriptionclassA data store capable to read and create features from a spatial database. -
Uses of Resource in org.apache.sis.storage.tiling
Subinterfaces of Resource in org.apache.sis.storage.tilingModifier and TypeInterfaceDescriptioninterfaceA resource which content can be accessed by smaller chunks called tiles.interfaceATiledResourcethat can write and delete tile matrix sets.Methods in org.apache.sis.storage.tiling that return Resource