Uses of Class
org.apache.sis.storage.AbstractFeatureSet
Packages that use AbstractFeatureSet
Package
Description
Build
DefaultFeatureTypes 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 classDescription 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 voidMetadataBuilder.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 classThe result ofFeatureQuery.execute(FeatureSet)executed using JavaStreammethods. -
Uses of AbstractFeatureSet in org.apache.sis.storage.aggregate
Subclasses of AbstractFeatureSet 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.classFeatures containing association to features from two different sources, joined by a SQL-likeJOINcondition.