Uses of Interface
org.apache.sis.storage.DataSet
Packages that use DataSet
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Resources which are aggregations or concatenations of other resources.
-
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. -
Uses of DataSet in org.apache.sis.storage.aggregate
Classes in org.apache.sis.storage.aggregate that implement DataSetModifier and TypeClassDescriptionclass
Exposes a sequence ofFeatureSet
s as a single one.class
Features containing association to features from two different sources, joined by a SQL-likeJOIN
condition.