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.wfs20
Methods in net.opengis.wfs20 that return ParameterType Modifier and Type Method Description ParameterType
Wfs20Factory. 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.impl
Classes in net.opengis.wfs20.impl that implement ParameterType Modifier and Type Class Description class
ParameterTypeImpl
An 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. parameter
The cached value of the 'Parameter
' containment reference list.Methods in net.opengis.wfs20.impl that return ParameterType Modifier and Type Method Description ParameterType
Wfs20FactoryImpl. 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.util
Methods in net.opengis.wfs20.util with parameters of type ParameterType Modifier and Type Method Description T
Wfs20Switch. caseParameterType(ParameterType object)
Returns the result of interpreting the object as an instance of 'Parameter Type'.boolean
Wfs20Validator. validateParameterType(ParameterType parameterType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ParameterType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type ParameterType Modifier and Type Method Description boolean
StoredQueryTypeValidator. validateParameter(EList<ParameterType> value)
-
Uses of ParameterType in org.geotools.data.wfs.internal.v2_0.storedquery
Methods 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)
-