Uses of Interface
org.apache.sis.storage.DataSet
Packages that use DataSet
Package
Description
Build
DefaultFeatureTypes 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 classDescription 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 TypeClassDescriptionclassA grid coverage resource which is a wrapper around another grid coverage resource.classSet of features stored in memory.classAGridCoverageResourcein memory.classBase 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 classA 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) classData store implementation for ESRI ASCII grid format.(package private) classBase class for the implementation of ASCII Grid or raw binary store.(package private) final classData store implementation for BIL, BIP, and BSQ raster files.(package private) final classAn 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 TypeClassDescriptionclassA data store backed by GPX files.final classA 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) classA world file store which is expected to contain exactly one image.(package private) static final classThe writable variant ofMultiImageStore.(package private) classA single image in aWorldFileStore.(package private) final classAn image which can be replaced or updated. -
Uses of DataSet in org.apache.sis.storage
Subinterfaces of DataSet in org.apache.sis.storageModifier and TypeInterfaceDescriptioninterfaceA dataset providing access to a stream of features.interfaceAccess to data values in a n-dimensional grid.interfaceAFeatureSetwith writing capabilities.interfaceAGridCoverageResourcewith writing capabilities.Classes in org.apache.sis.storage that implement DataSetModifier 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 DataSet in org.apache.sis.storage.aggregate
Classes in org.apache.sis.storage.aggregate that implement DataSetModifier 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.classFeatures containing association to features from two different sources, joined by a SQL-likeJOINcondition. -
Uses of DataSet in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement DataSetModifier 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.(package private) final classA 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 classA band in a Landsat data set.