Uses of Interface
org.apache.sis.storage.Resource
-
Packages that use Resource Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.storage.event Provides interfaces and classes for dealing with different types of events fired by resources. -
-
Uses of Resource in org.apache.sis.storage
Subinterfaces of Resource in org.apache.sis.storage Modifier and Type Interface Description interfaceAggregateA collection of resources.interfaceDataSetCollection of features that share a common set of attributes or properties.interfaceFeatureSetA dataset providing access to a stream of features.interfaceGridCoverageResourceAccess to data values in a n-dimensional grid.interfaceWritableAggregateAnAggregatewith writing capabilities.interfaceWritableFeatureSetAFeatureSetwith writing capabilities.Classes in org.apache.sis.storage that implement Resource Modifier and Type Class Description classDataStoreManages a series of features, coverages or sensor data.Methods in org.apache.sis.storage that return Resource Modifier and Type Method Description ResourceWritableAggregate. add(Resource resource)Adds a newResourcein thisAggregate.ResourceDataStore. 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 Resource Modifier and Type Method Description Collection<? extends Resource>Aggregate. components()Returns the children resources of this aggregate.Methods in org.apache.sis.storage with parameters of type Resource Modifier and Type Method Description ResourceWritableAggregate. add(Resource resource)Adds a newResourcein thisAggregate.voidWritableAggregate. remove(Resource resource)Removes aResourcefrom thisAggregate. -
Uses of Resource in org.apache.sis.storage.event
Methods in org.apache.sis.storage.event that return Resource Modifier and Type Method Description ResourceStoreEvent. getSource()Returns the resource where the event occurred.ResourceStoreListeners. getSource()Returns the source of events.Constructors in org.apache.sis.storage.event with parameters of type Resource Constructor Description 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.
-