Class ParameterMappingContext
- Object
-
- ParameterMappingContext
-
public class ParameterMappingContext extends Object
The property expression evaluation context for stored query parameter mappings. To see how these are mapped as properties in the expression, @seeParameterCQLExpressionFilterFactoryImpl
.- Author:
- Sampo Savolainen (Spatineo)
-
-
Constructor Summary
Constructors Constructor Description ParameterMappingContext(Filter filter, Map<String,String> viewParams, FeatureTypeInfo featureTypeInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Envelope
getBBOX()
FeatureTypeInfo
getFeatureTypeInfo()
Filter
getFilter()
Map<String,String>
getViewParams()
-
-
-
Constructor Detail
-
ParameterMappingContext
public ParameterMappingContext(Filter filter, Map<String,String> viewParams, FeatureTypeInfo featureTypeInfo)
-
-