Uses of Interface
net.opengis.wfs20.ParameterType
- 
Packages that use ParameterType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation org.geotools.data.wfs.internal.v2_0.storedquery 
- 
- 
Uses of ParameterType in net.opengis.wfs20Methods in net.opengis.wfs20 that return ParameterType Modifier and Type Method Description ParameterTypeWfs20Factory. createParameterType()Returns a new object of class 'Parameter Type'.Methods in net.opengis.wfs20 that return types with arguments of type ParameterType Modifier and Type Method Description EList<ParameterType>StoredQueryType. getParameter()Returns the value of the 'Parameter' containment reference list.
- 
Uses of ParameterType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement ParameterType Modifier and Type Class Description classParameterTypeImplAn implementation of the model object 'Parameter Type'.Fields in net.opengis.wfs20.impl with type parameters of type ParameterType Modifier and Type Field Description protected EList<ParameterType>StoredQueryTypeImpl. parameterThe cached value of the 'Parameter' containment reference list.Methods in net.opengis.wfs20.impl that return ParameterType Modifier and Type Method Description ParameterTypeWfs20FactoryImpl. createParameterType()Methods in net.opengis.wfs20.impl that return types with arguments of type ParameterType Modifier and Type Method Description EList<ParameterType>StoredQueryTypeImpl. getParameter()
- 
Uses of ParameterType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ParameterType Modifier and Type Method Description TWfs20Switch. caseParameterType(ParameterType object)Returns the result of interpreting the object as an instance of 'Parameter Type'.booleanWfs20Validator. validateParameterType(ParameterType parameterType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ParameterType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type ParameterType Modifier and Type Method Description booleanStoredQueryTypeValidator. validateParameter(EList<ParameterType> value)
- 
Uses of ParameterType in org.geotools.data.wfs.internal.v2_0.storedqueryMethods in org.geotools.data.wfs.internal.v2_0.storedquery that return types with arguments of type ParameterType Modifier and Type Method Description List<ParameterType>ParameterTypeFactory. buildStoredQueryParameters(Map<String,String> viewParams, Filter filter)
 
-