Uses of Interface
net.opengis.wfs20.StoredQueryDescriptionType
Packages that use StoredQueryDescriptionType
Package
Description
-
Uses of StoredQueryDescriptionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return StoredQueryDescriptionTypeModifier and TypeMethodDescriptionWfs20Factory.createStoredQueryDescriptionType()
Returns a new object of class 'Stored Query Description Type'.Methods in net.opengis.wfs20 that return types with arguments of type StoredQueryDescriptionTypeModifier and TypeMethodDescriptionEList<StoredQueryDescriptionType>
CreateStoredQueryType.getStoredQueryDefinition()
Returns the value of the 'Stored Query Definition' containment reference list.EList<StoredQueryDescriptionType>
DescribeStoredQueriesResponseType.getStoredQueryDescription()
Returns the value of the 'Stored Query Description' containment reference list. -
Uses of StoredQueryDescriptionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement StoredQueryDescriptionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Stored Query Description Type'.Fields in net.opengis.wfs20.impl with type parameters of type StoredQueryDescriptionTypeModifier and TypeFieldDescriptionprotected EList<StoredQueryDescriptionType>
CreateStoredQueryTypeImpl.storedQueryDefinition
The cached value of the 'Stored Query Definition
' containment reference list.protected EList<StoredQueryDescriptionType>
DescribeStoredQueriesResponseTypeImpl.storedQueryDescription
The cached value of the 'Stored Query Description
' containment reference list.Methods in net.opengis.wfs20.impl that return StoredQueryDescriptionTypeMethods in net.opengis.wfs20.impl that return types with arguments of type StoredQueryDescriptionTypeModifier and TypeMethodDescriptionEList<StoredQueryDescriptionType>
CreateStoredQueryTypeImpl.getStoredQueryDefinition()
EList<StoredQueryDescriptionType>
DescribeStoredQueriesResponseTypeImpl.getStoredQueryDescription()
-
Uses of StoredQueryDescriptionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type StoredQueryDescriptionTypeModifier and TypeMethodDescriptionWfs20Switch.caseStoredQueryDescriptionType
(StoredQueryDescriptionType object) Returns the result of interpreting the object as an instance of 'Stored Query Description Type'.boolean
Wfs20Validator.validateStoredQueryDescriptionType
(StoredQueryDescriptionType storedQueryDescriptionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of StoredQueryDescriptionType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type StoredQueryDescriptionTypeModifier and TypeMethodDescriptionboolean
CreateStoredQueryTypeValidator.validateStoredQueryDefinition
(EList<StoredQueryDescriptionType> value) boolean
DescribeStoredQueriesResponseTypeValidator.validateStoredQueryDescription
(EList<StoredQueryDescriptionType> value) -
Uses of StoredQueryDescriptionType in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return StoredQueryDescriptionTypeModifier and TypeMethodDescriptionWFSDataStore.getStoredQueryDescriptionType
(String storedQueryId) Constructors in org.geotools.data.wfs with parameters of type StoredQueryDescriptionTypeModifierConstructorDescriptionWFSStoredQueryFeatureSource
(ContentEntry entry, WFSClient client, StoredQueryDescriptionType desc) -
Uses of StoredQueryDescriptionType in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return StoredQueryDescriptionTypeMethods in org.geotools.data.wfs.internal that return types with arguments of type StoredQueryDescriptionTypeMethods in org.geotools.data.wfs.internal with parameters of type StoredQueryDescriptionTypeModifier and TypeMethodDescriptionvoid
GetFeatureRequest.setStoredQueryDescriptionType
(StoredQueryDescriptionType desc) -
Uses of StoredQueryDescriptionType in org.geotools.data.wfs.internal.v2_0.storedquery
Constructors in org.geotools.data.wfs.internal.v2_0.storedquery with parameters of type StoredQueryDescriptionTypeModifierConstructorDescriptionParameterTypeFactory
(StoredQueryConfiguration config, StoredQueryDescriptionType desc, FeatureTypeInfo featureTypeInfo)