Uses of Interface
org.apache.sis.storage.Resource
Packages that use Resource
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Provides interfaces and classes for dealing with different types of events fired by resources.
Base types for retrieving and saving tiles in resources.
-
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.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.Constructors in org.apache.sis.storage.event with parameters of type ResourceModifierConstructorDescriptionprotectedStoreEvent(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.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