Uses of Interface
org.apache.sis.storage.Aggregate
Packages that use Aggregate
Package
Description
DataStore
implementation for a folder containing an arbitrary number of data files.Bridges between Apache SIS data stores and Java Image I/O.
Data store base types for retrieving and saving geospatial data
in various storage formats.
Resources which are aggregations or concatenations of other 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.
-
Uses of Aggregate in org.apache.sis.internal.storage.folder
Subinterfaces of Aggregate in org.apache.sis.internal.storage.folderModifier and TypeInterfaceDescriptioninterface
A data store which may provide a more structured view of its components.Classes in org.apache.sis.internal.storage.folder that implement AggregateModifier and TypeClassDescription(package private) class
A folder store acts as an aggregate of multiple files in a single store.(package private) final class
Writable version of the store which rely on given datastore provider to create new types. -
Uses of Aggregate in org.apache.sis.internal.storage.image
Classes in org.apache.sis.internal.storage.image that implement AggregateModifier and TypeClassDescription(package private) final class
A world file store exposing in the public API the fact that it is an aggregate.(package private) static final class
The writable variant ofMultiImageStore
. -
Uses of Aggregate in org.apache.sis.storage
Subinterfaces of Aggregate in org.apache.sis.storage -
Uses of Aggregate in org.apache.sis.storage.aggregate
Classes in org.apache.sis.storage.aggregate that implement AggregateModifier and TypeClassDescription(package private) final class
An aggregate created when, after grouping resources by CRS and other attributes, more than one group still exist.Fields in org.apache.sis.storage.aggregate with type parameters of type AggregateModifier and TypeFieldDescriptionCoverageAggregator.aggregates
The aggregates which where the sources of components added during a call toCoverageAggregator.addComponents(Aggregate)
.Methods in org.apache.sis.storage.aggregate that return types with arguments of type AggregateModifier and TypeMethodDescriptionCoverageAggregator.existingAggregate
(Resource[] components) If a user supplied aggregate exists for all the given components, returns that aggregate.Methods in org.apache.sis.storage.aggregate with parameters of type AggregateModifier and TypeMethodDescriptionvoid
CoverageAggregator.addComponents
(Aggregate resource) Adds all components of the given aggregate. -
Uses of Aggregate in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement Aggregate -
Uses of Aggregate in org.apache.sis.storage.landsat
Classes in org.apache.sis.storage.landsat that implement AggregateModifier and TypeClassDescription(package private) final class
An aggregate ofBand
.class
Reads Landsat metadata and bands.Methods in org.apache.sis.storage.landsat that return types with arguments of type AggregateModifier and TypeMethodDescriptionLandsatStore.components()
Returns the resources for each group of Landsat bands. -
Uses of Aggregate in org.apache.sis.storage.sql
Classes in org.apache.sis.storage.sql that implement AggregateModifier and TypeClassDescriptionclass
A data store capable to read and create features from a spatial database.