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.featuresPropertyThe data shown in this table.Methods in org.apache.sis.gui.dataset that return FeatureSetModifier and TypeMethodDescriptionfinal FeatureSetFeatureTable.getFeatures()Returns the source of features for this table.Methods in org.apache.sis.gui.dataset with parameters of type FeatureSetModifier and TypeMethodDescriptionfinal voidFeatureTable.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 TypeClassDescriptionclassDefault implementations of several methods for classes that want to implement theFeatureSetinterface.Methods in org.apache.sis.storage that return FeatureSetModifier and TypeMethodDescriptionprotected FeatureSetFeatureQuery.execute(FeatureSet source) Applies this query on the given feature set.default FeatureSetRequests a subset of features and/or feature properties from this resource.Methods in org.apache.sis.storage with parameters of type FeatureSetModifier and TypeMethodDescriptionprotected FeatureSetFeatureQuery.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.