Class ParameterTypeFactory


  • public class ParameterTypeFactory
    extends Object
    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)
    • Method Detail

      • getStoredQueryParameterMapping

        public ParameterMapping getStoredQueryParameterMapping​(String parameterName)
      • buildStoredQueryParameters

        public List<ParameterType> buildStoredQueryParameters​(Map<String,​String> viewParams,
                                                              Filter filter)