Uses of Class
org.apache.sis.storage.UnsupportedQueryException
-
Packages that use UnsupportedQueryException Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats. -
-
Uses of UnsupportedQueryException in org.apache.sis.storage
Methods in org.apache.sis.storage that throw UnsupportedQueryException Modifier and Type Method Description default FeatureSet
FeatureSet. subset(Query query)
Requests a subset of features and/or feature properties from this resource.
-