Uses of Interface
net.opengis.wfs20.StoredQueryDescriptionType
-
-
Uses of StoredQueryDescriptionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionType
Wfs20Factory. createStoredQueryDescriptionType()
Returns a new object of class 'Stored Query Description Type'.Methods in net.opengis.wfs20 that return types with arguments of type StoredQueryDescriptionType Modifier and Type Method Description EList<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 StoredQueryDescriptionType Modifier and Type Class Description class
StoredQueryDescriptionTypeImpl
An implementation of the model object 'Stored Query Description Type'.Fields in net.opengis.wfs20.impl with type parameters of type StoredQueryDescriptionType Modifier and Type Field Description protected 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 StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionType
Wfs20FactoryImpl. createStoredQueryDescriptionType()
Methods in net.opengis.wfs20.impl that return types with arguments of type StoredQueryDescriptionType Modifier and Type Method Description EList<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 StoredQueryDescriptionType Modifier and Type Method Description T
Wfs20Switch. 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 StoredQueryDescriptionType Modifier and Type Method Description boolean
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 StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionType
WFSDataStore. getStoredQueryDescriptionType(String storedQueryId)
Constructors in org.geotools.data.wfs with parameters of type StoredQueryDescriptionType Constructor Description WFSStoredQueryFeatureSource(ContentEntry entry, WFSClient client, StoredQueryDescriptionType desc)
-
Uses of StoredQueryDescriptionType in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionType
GetFeatureRequest. getStoredQueryDescriptionType()
Methods in org.geotools.data.wfs.internal that return types with arguments of type StoredQueryDescriptionType Modifier and Type Method Description List<StoredQueryDescriptionType>
DescribeStoredQueriesResponse. getStoredQueryDescriptions()
Methods in org.geotools.data.wfs.internal with parameters of type StoredQueryDescriptionType Modifier and Type Method Description void
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 StoredQueryDescriptionType Constructor Description ParameterTypeFactory(StoredQueryConfiguration config, StoredQueryDescriptionType desc, FeatureTypeInfo featureTypeInfo)
-