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 SummaryConstructors Constructor Description ParameterMappingContext(Filter filter, Map<String,String> viewParams, FeatureTypeInfo featureTypeInfo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopegetBBOX()FeatureTypeInfogetFeatureTypeInfo()FiltergetFilter()Map<String,String>getViewParams()
 
- 
- 
- 
Constructor Detail- 
ParameterMappingContextpublic ParameterMappingContext(Filter filter, Map<String,String> viewParams, FeatureTypeInfo featureTypeInfo) 
 
- 
 
-