Uses of Class
org.apache.sis.storage.AbstractResource
Packages that use AbstractResource
Package
Description
Build
DefaultFeatureTypes 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 classDescription 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 TypeClassDescriptionclassSet of features stored in memory.classAGridCoverageResourcein memory.classBase class of grid coverage resource storing data in tiles.Methods in org.apache.sis.internal.storage with parameters of type AbstractResourceModifier and TypeMethodDescriptionfinal voidMetadataBuilder.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) classA single image in aWorldFileStore.(package private) final classAn image which can be replaced or updated. -
Uses of AbstractResource in org.apache.sis.storage
Subclasses of AbstractResource in org.apache.sis.storageModifier 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.(package private) final classThe result ofCoverageQuery.execute(GridCoverageResource).(package private) final classThe result ofFeatureQuery.execute(FeatureSet)executed using JavaStreammethods. -
Uses of AbstractResource in org.apache.sis.storage.aggregate
Subclasses of AbstractResource in org.apache.sis.storage.aggregateModifier and TypeClassDescription(package private) classA feature set made from the aggregation of other feature sets.classExposes a sequence ofFeatureSets as a single one.(package private) final classA grid coverage resource where a single dimension is the concatenation of many grid coverage resources.(package private) final classAn aggregate created when, after grouping resources by CRS and other attributes, more than one group still exist.classFeatures containing association to features from two different sources, joined by a SQL-likeJOINcondition. -
Uses of AbstractResource in org.apache.sis.storage.geotiff
Subclasses of AbstractResource in org.apache.sis.storage.geotiffModifier and TypeClassDescription(package private) classOne or many GeoTIFF images packaged as a single resource.(package private) final classAn 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