Uses of Interface
org.apache.sis.storage.DataSet
Packages that use DataSet
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
DataStore
implementation for Coma Separated Values (CSV) files.Simple data store implementations for some ESRI grid formats (ASCII and binary).
Reads and writes data in GPS Exchange Format (GPX).
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 DataSet in org.apache.sis.internal.sql.feature
Classes in org.apache.sis.internal.sql.feature that implement DataSetModifier and TypeClassDescription(package private) final class
Description of a table in the database, including columns, primary keys and foreigner keys. -
Uses of DataSet in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement DataSetModifier and TypeClassDescriptionclass
A grid coverage resource which is a wrapper around another grid coverage resource.class
Set of features stored in memory.class
AGridCoverageResource
in memory.class
Base class of grid coverage resource storing data in tiles. -
Uses of DataSet in org.apache.sis.internal.storage.csv
Classes in org.apache.sis.internal.storage.csv that implement DataSetModifier and TypeClassDescription(package private) final class
A data store which creates feature instances from a CSV file using the OGC Moving Features specification. -
Uses of DataSet in org.apache.sis.internal.storage.esri
Classes in org.apache.sis.internal.storage.esri that implement DataSetModifier and TypeClassDescription(package private) class
Data store implementation for ESRI ASCII grid format.(package private) class
Base class for the implementation of ASCII Grid or raw binary store.(package private) final class
Data store implementation for BIL, BIP, and BSQ raster files.(package private) final class
An ASCII Grid store with writing capabilities. -
Uses of DataSet in org.apache.sis.internal.storage.gpx
Classes in org.apache.sis.internal.storage.gpx that implement DataSetModifier and TypeClassDescriptionclass
A data store backed by GPX files.final class
A GPX store capable to write GPX file. -
Uses of DataSet in org.apache.sis.internal.storage.image
Classes in org.apache.sis.internal.storage.image that implement DataSetModifier and TypeClassDescription(package private) class
A world file store which is expected to contain exactly one image.(package private) static final class
The writable variant ofMultiImageStore
.(package private) class
A single image in aWorldFileStore
.(package private) final class
An image which can be replaced or updated. -
Uses of DataSet in org.apache.sis.storage
Subinterfaces of DataSet in org.apache.sis.storageModifier and TypeInterfaceDescriptioninterface
A dataset providing access to a stream of features.interface
Access to data values in a n-dimensional grid.interface
AFeatureSet
with writing capabilities.interface
AGridCoverageResource
with writing capabilities.Classes in org.apache.sis.storage that implement DataSetModifier 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 DataSet in org.apache.sis.storage.aggregate
Classes in org.apache.sis.storage.aggregate that implement DataSetModifier 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.class
Features containing association to features from two different sources, joined by a SQL-likeJOIN
condition. -
Uses of DataSet in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement DataSetModifier 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.(package private) final class
A list of Image File Directory (FID) where the first entry is the image at finest resolution and following entries are images at finer resolutions. -
Uses of DataSet in org.apache.sis.storage.landsat
Classes in org.apache.sis.storage.landsat that implement DataSetModifier and TypeClassDescription(package private) final class
A band in a Landsat data set.