Uses of Interface
org.geotools.data.wfs.internal.v2_0.storedquery.ParameterMapping
-
Packages that use ParameterMapping Package Description org.geotools.data.wfs.internal.v2_0.storedquery -
-
Uses of ParameterMapping in org.geotools.data.wfs.internal.v2_0.storedquery
Classes in org.geotools.data.wfs.internal.v2_0.storedquery that implement ParameterMapping Modifier and Type Class Description classParameterMappingBlockValueclassParameterMappingDefaultValueclassParameterMappingExpressionValueMethods in org.geotools.data.wfs.internal.v2_0.storedquery that return ParameterMapping Modifier and Type Method Description ParameterMappingParameterTypeFactory. getStoredQueryParameterMapping(String parameterName)Methods in org.geotools.data.wfs.internal.v2_0.storedquery that return types with arguments of type ParameterMapping Modifier and Type Method Description List<ParameterMapping>StoredQueryConfiguration. getStoredQueryParameterMappings()Methods in org.geotools.data.wfs.internal.v2_0.storedquery with parameters of type ParameterMapping Modifier and Type Method Description protected StringParameterTypeFactory. evaluateMapping(ParameterMappingContext mappingContext, ParameterMapping mapping)Method parameters in org.geotools.data.wfs.internal.v2_0.storedquery with type arguments of type ParameterMapping Modifier and Type Method Description voidStoredQueryConfiguration. setStoredQueryParameterMappings(List<ParameterMapping> storedQueryParameterMappings)
-