Uses of Interface
org.apache.sis.storage.Resource
Packages that use Resource
Package
Description
Widgets about data store resources and their metadata.
Widgets about metadata.
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.
Reads netCDF files conforming to the Climate and Forecast (CF).
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.gui.dataset
Fields in org.apache.sis.gui.dataset with type parameters of type ResourceModifier and TypeFieldDescriptionfinal ObjectProperty<Resource>
LogViewer.source
The data store or resource for which to show log records.Methods in org.apache.sis.gui.dataset that return ResourceModifier and TypeMethodDescriptionResourceTree.getResource()
Returns the rootResource
of this tree.final Resource
ResourceExplorer.getSelectedResource()
Returns the currently selected resource.Methods in org.apache.sis.gui.dataset that return types with arguments of type ResourceModifier and TypeMethodDescriptionfinal ReadOnlyProperty<Resource>
ResourceExplorer.selectedResourceProperty()
Returns the property for currently selected resource.Methods in org.apache.sis.gui.dataset with parameters of type ResourceModifier and TypeMethodDescriptionboolean
ResourceTree.addResource
(Resource resource) Adds a resource in this tree below previously added resources.void
ResourceExplorer.removeAndClose
(Resource resource) Removes the given resource from the tree and eventually closes it.void
ResourceTree.removeAndClose
(Resource resource) Removes the given resource from this tree and closes the resource if it is aDataStore
instance.void
ResourceTree.setResource
(Resource resource) Sets the rootResource
of this tree. -
Uses of Resource in org.apache.sis.gui.metadata
Methods in org.apache.sis.gui.metadata with parameters of type ResourceModifier and TypeMethodDescriptionvoid
MetadataSummary.setMetadata
(Resource resource) Fetches the metadata in a background thread and delegates toMetadataSummary.setMetadata(Metadata)
when ready. -
Uses of Resource in org.apache.sis.storage
Subinterfaces of Resource in org.apache.sis.storageModifier and TypeInterfaceDescriptioninterface
A collection of resources.interface
Collection of features that share a common set of attributes or properties.interface
A dataset providing access to a stream of features.interface
Access to data values in a n-dimensional grid.interface
AnAggregate
with writing capabilities.interface
AFeatureSet
with writing capabilities.interface
AGridCoverageResource
with writing capabilities.Classes in org.apache.sis.storage that implement ResourceModifier and TypeClassDescriptionclass
Default implementations of several methods for classes that want to implement theFeatureSet
interface.class
Default implementations of several methods for classes that want to implement theGridCoverageResource
interface.class
Default implementations of several methods for classes that want to implement theResource
interface.class
Manages a series of features, coverages or sensor data.Methods in org.apache.sis.storage that return ResourceModifier and TypeMethodDescriptionAdds a newResource
in 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 TypeClassDescriptionclass
Exposes a sequence ofFeatureSet
s as a single one.class
Features containing association to features from two different sources, joined by a SQL-likeJOIN
condition.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 E
Creates a new event of the same type than this event but with a different source.protected CloseEvent
Creates 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 ResourceModifierConstructorDescriptionprotected
CascadedStoreEvent
(Resource source) Constructs an event that occurred in the given resource.CloseEvent
(Resource source) Constructs an event for a resource that has been closed.protected
StoreEvent
(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.netcdf
Classes in org.apache.sis.storage.netcdf that implement ResourceMethods in org.apache.sis.storage.netcdf that return types with arguments of type ResourceModifier and TypeMethodDescriptionNetcdfStore.components()
Returns the resources (features or coverages) in this netCDF store. -
Uses of Resource in org.apache.sis.storage.sql
Classes in org.apache.sis.storage.sql that implement ResourceModifier and TypeClassDescriptionclass
A 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 TypeInterfaceDescriptioninterface
A resource which content can be accessed by smaller chunks called tiles.interface
ATiledResource
that can write and delete tile matrix sets.Methods in org.apache.sis.storage.tiling that return Resource