Uses of Class
org.apache.sis.storage.AbstractResource
Packages that use AbstractResource
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
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.
-
Uses of AbstractResource in org.apache.sis.internal.sql.feature
Subclasses of AbstractResource in org.apache.sis.internal.sql.featureModifier and TypeClassDescription(package private) final class
Description of a table in the database, including columns, primary keys and foreigner keys. -
Uses of AbstractResource in org.apache.sis.internal.storage
Subclasses of AbstractResource in org.apache.sis.internal.storageModifier and TypeClassDescriptionclass
Set of features stored in memory.class
AGridCoverageResource
in memory.class
Base class of grid coverage resource storing data in tiles.Methods in org.apache.sis.internal.storage with parameters of type AbstractResourceModifier and TypeMethodDescriptionfinal void
MetadataBuilder.addDefaultMetadata
(AbstractResource resource, StoreListeners listeners) Adds default metadata for the specified resource. -
Uses of AbstractResource in org.apache.sis.internal.storage.image
Subclasses of AbstractResource in org.apache.sis.internal.storage.imageModifier and TypeClassDescription(package private) class
A single image in aWorldFileStore
.(package private) final class
An image which can be replaced or updated. -
Uses of AbstractResource in org.apache.sis.storage
Subclasses of AbstractResource in org.apache.sis.storageModifier 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.(package private) final class
The result ofCoverageQuery.execute(GridCoverageResource)
.(package private) final class
The result ofFeatureQuery.execute(FeatureSet)
executed using JavaStream
methods. -
Uses of AbstractResource in org.apache.sis.storage.aggregate
Subclasses of AbstractResource in org.apache.sis.storage.aggregateModifier and TypeClassDescription(package private) class
A feature set made from the aggregation of other feature sets.class
Exposes a sequence ofFeatureSet
s as a single one.(package private) final class
A grid coverage resource where a single dimension is the concatenation of many grid coverage resources.(package private) final class
An aggregate created when, after grouping resources by CRS and other attributes, more than one group still exist.class
Features containing association to features from two different sources, joined by a SQL-likeJOIN
condition. -
Uses of AbstractResource in org.apache.sis.storage.geotiff
Subclasses of AbstractResource in org.apache.sis.storage.geotiffModifier and TypeClassDescription(package private) class
One or many GeoTIFF images packaged as a single resource.(package private) final class
An Image File Directory (FID) in a TIFF image. -
Uses of AbstractResource in org.apache.sis.storage.landsat
Subclasses of AbstractResource in org.apache.sis.storage.landsat