Uses of Interface
org.apache.sis.storage.FeatureSet
Packages that use FeatureSet
Package
Description
Build
DefaultFeatureTypes by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
Reads and writes data in GPS Exchange Format (GPX).
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Data store base types for retrieving and saving geospatial data
in various storage formats.
Resources which are aggregations or concatenations of other resources.
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of FeatureSet in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return FeatureSetMethods in org.apache.sis.internal.sql.feature that return types with arguments of type FeatureSetModifier and TypeMethodDescriptionfinal List<FeatureSet> Database.tables()Returns all tables in declaration order. -
Uses of FeatureSet in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement FeatureSetMethods in org.apache.sis.internal.storage with parameters of type FeatureSetModifier and TypeMethodDescriptionstatic voidStoreUtilities.copy(FeatureSet source, WritableFeatureSet target) Copies all feature from the given source to the given target. -
Uses of FeatureSet in org.apache.sis.internal.storage.gpx
Classes in org.apache.sis.internal.storage.gpx that implement FeatureSetModifier and TypeClassDescriptionclassA data store backed by GPX files.final classA GPX store capable to write GPX file. -
Uses of FeatureSet in org.apache.sis.internal.storage.xml.stream
Fields in org.apache.sis.internal.storage.xml.stream declared as FeatureSetModifier and TypeFieldDescriptionprotected final FeatureSetRewriteOnUpdate.sourceThe set of features to update.Constructors in org.apache.sis.internal.storage.xml.stream with parameters of type FeatureSetModifierConstructorDescriptionRewriteOnUpdate(FeatureSet source, Path location) Creates an updater for the given source of features. -
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.aggregate
Classes in org.apache.sis.storage.aggregate that implement FeatureSetModifier and TypeClassDescriptionclassExposes a sequence ofFeatureSets as a single one.classFeatures containing association to features from two different sources, joined by a SQL-likeJOINcondition.Fields in org.apache.sis.storage.aggregate declared as FeatureSetModifier and TypeFieldDescriptionfinal FeatureSetJoinFeatureSet.leftThe first source of features.final FeatureSetJoinFeatureSet.rightThe second source of features.Methods in org.apache.sis.storage.aggregate that return FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetConcatenatedFeatureSet.create(Collection<? extends FeatureSet> sources) Creates a new feature set as a concatenation of the sequence of features given by thesources.static FeatureSetConcatenatedFeatureSet.create(FeatureSet... sources) Creates a new feature set as a concatenation of the sequence of features given by thesources.Requests a subset of features and/or feature properties from this resource.Methods in org.apache.sis.storage.aggregate with parameters of type FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetConcatenatedFeatureSet.create(FeatureSet... sources) Creates a new feature set as a concatenation of the sequence of features given by thesources.Method parameters in org.apache.sis.storage.aggregate with type arguments of type FeatureSetModifier and TypeMethodDescriptionstatic FeatureSetConcatenatedFeatureSet.create(Collection<? extends FeatureSet> sources) Creates a new feature set as a concatenation of the sequence of features given by thesources.Constructors in org.apache.sis.storage.aggregate with parameters of type FeatureSetModifierConstructorDescriptionprotectedConcatenatedFeatureSet(StoreListeners parent, FeatureSet[] sources) Creates a new feature set as a concatenation of the sequence of features given by thesources.JoinFeatureSet(StoreListeners parent, FeatureSet left, String leftAlias, FeatureSet right, String rightAlias, JoinFeatureSet.Type joinType, BinaryComparisonOperator<? super AbstractFeature> condition, Map<String, ?> featureInfo) Creates a new feature set joining the two given sets. -
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.