Uses of Class
org.apache.sis.storage.FeatureQuery.NamedExpression
Packages that use FeatureQuery.NamedExpression
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of FeatureQuery.NamedExpression in org.apache.sis.storage
Methods in org.apache.sis.storage that return FeatureQuery.NamedExpressionModifier and TypeMethodDescriptionFeatureQuery.getProjection()
Returns the properties to retrieve, ornull
if all properties shall be included in the query.Methods in org.apache.sis.storage with parameters of type FeatureQuery.NamedExpressionModifier and TypeMethodDescriptionvoid
FeatureQuery.setProjection
(FeatureQuery.NamedExpression... properties) Sets the properties to retrieve, ornull
if all properties shall be included in the query.