Uses of Class
org.apache.sis.storage.AbstractFeatureSet
Packages that use AbstractFeatureSet
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
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 AbstractFeatureSet in org.apache.sis.internal.sql.feature
Subclasses of AbstractFeatureSet 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 AbstractFeatureSet in org.apache.sis.internal.storage
Subclasses of AbstractFeatureSet in org.apache.sis.internal.storageMethods in org.apache.sis.internal.storage with parameters of type AbstractFeatureSetModifier and TypeMethodDescriptionfinal void
MetadataBuilder.addDefaultMetadata
(AbstractFeatureSet resource, StoreListeners listeners) Adds default metadata for the specified resource. -
Uses of AbstractFeatureSet in org.apache.sis.storage
Subclasses of AbstractFeatureSet in org.apache.sis.storageModifier and TypeClassDescription(package private) final class
The result ofFeatureQuery.execute(FeatureSet)
executed using JavaStream
methods. -
Uses of AbstractFeatureSet in org.apache.sis.storage.aggregate
Subclasses of AbstractFeatureSet 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.class
Features containing association to features from two different sources, joined by a SQL-likeJOIN
condition.