Uses of Interface
org.apache.sis.storage.FeatureSet
-
Packages that use FeatureSet Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats. -
-
Uses of FeatureSet in org.apache.sis.storage
Subinterfaces of FeatureSet in org.apache.sis.storage Modifier and Type Interface Description interface
WritableFeatureSet
AFeatureSet
with writing capabilities.Methods in org.apache.sis.storage that return FeatureSet Modifier and Type Method Description default FeatureSet
FeatureSet. subset(Query query)
Requests a subset of features and/or feature properties from this resource.
-