Uses of Interface
org.apache.sis.storage.FeatureSet
Packages that use FeatureSet
Package
Description
Widgets about data store resources and their metadata.
Data store base types for retrieving and saving geospatial data
in various storage formats.
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of FeatureSet in org.apache.sis.gui.dataset
Fields in org.apache.sis.gui.dataset with type parameters of type FeatureSetModifier and TypeFieldDescriptionfinal ObjectProperty<FeatureSet>
FeatureTable.featuresProperty
The data shown in this table.Methods in org.apache.sis.gui.dataset that return FeatureSetModifier and TypeMethodDescriptionfinal FeatureSet
FeatureTable.getFeatures()
Returns the source of features for this table.Methods in org.apache.sis.gui.dataset with parameters of type FeatureSetModifier and TypeMethodDescriptionfinal void
FeatureTable.setFeatures
(FeatureSet features) Sets the features to show in this table. -
Uses of FeatureSet in org.apache.sis.storage
Subinterfaces of FeatureSet in org.apache.sis.storageClasses in org.apache.sis.storage that implement FeatureSetModifier and TypeClassDescriptionclass
Default implementations of several methods for classes that want to implement theFeatureSet
interface.Methods in org.apache.sis.storage that return FeatureSetModifier and TypeMethodDescriptionprotected FeatureSet
FeatureQuery.execute
(FeatureSet source) Applies this query on the given feature set.default FeatureSet
Requests a subset of features and/or feature properties from this resource.Methods in org.apache.sis.storage with parameters of type FeatureSetModifier and TypeMethodDescriptionprotected FeatureSet
FeatureQuery.execute
(FeatureSet source) Applies this query on the given feature set. -
Uses of FeatureSet in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return FeatureSetModifier and TypeMethodDescriptionSQLStore.findResource
(String identifier) Searches for a resource identified by the given identifier.Methods in org.apache.sis.storage.sql that return types with arguments of type FeatureSetModifier and TypeMethodDescriptionSQLStore.components()
Returns the tables (feature sets) in this SQL store.