Class ParameterTypeFactory
Object
ParameterTypeFactory
Builds parameters to pass to the stored query. It selects a value for each parameter in the stored query. The value
is primarily the one passed in as a view parameter and secondarily the value of the mapping configured for the
feature type.
- Author:
- Sampo Savolainen (Spatineo)
-
Constructor Summary
ConstructorsConstructorDescriptionParameterTypeFactory
(StoredQueryConfiguration config, StoredQueryDescriptionType desc, FeatureTypeInfo featureTypeInfo) -
Method Summary
Modifier and TypeMethodDescriptionbuildStoredQueryParameters
(Map<String, String> viewParams, Filter filter) protected String
evaluateMapping
(ParameterMappingContext mappingContext, ParameterMapping mapping) getStoredQueryParameterMapping
(String parameterName)
-
Constructor Details
-
ParameterTypeFactory
public ParameterTypeFactory(StoredQueryConfiguration config, StoredQueryDescriptionType desc, FeatureTypeInfo featureTypeInfo)
-
-
Method Details
-
getStoredQueryParameterMapping
-
buildStoredQueryParameters
-
evaluateMapping
-