Uses of Enum Class
org.apache.sis.storage.FeatureQuery.ProjectionType
Packages that use FeatureQuery.ProjectionType
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of FeatureQuery.ProjectionType in org.apache.sis.storage
Subclasses with type arguments of type FeatureQuery.ProjectionType in org.apache.sis.storageModifier and TypeClassDescriptionstatic enumWhether a property evaluated by a query is computed on the fly or stored.Fields in org.apache.sis.storage declared as FeatureQuery.ProjectionTypeMethods in org.apache.sis.storage that return FeatureQuery.ProjectionTypeModifier and TypeMethodDescriptionFeatureQuery.NamedExpression.type()Whether the expression result should be stored or evaluated every times that it is requested.static FeatureQuery.ProjectionTypeReturns the enum constant of this class with the specified name.static FeatureQuery.ProjectionType[]FeatureQuery.ProjectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sis.storage with parameters of type FeatureQuery.ProjectionTypeModifierConstructorDescriptionNamedExpression(Expression<? super AbstractFeature, ?> expression, GenericName alias, FeatureQuery.ProjectionType type) Creates a new column with the given expression, the given name and the given projection type.
FeatureQuery.NamedExpression.type()in preparation for makingNamedExpressiona record.