Uses of Interface
net.opengis.wfs20.StoredQueryDescriptionType
- 
- 
Uses of StoredQueryDescriptionType in net.opengis.wfs20Methods in net.opengis.wfs20 that return StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionTypeWfs20Factory. 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.implClasses in net.opengis.wfs20.impl that implement StoredQueryDescriptionType Modifier and Type Class Description classStoredQueryDescriptionTypeImplAn 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. storedQueryDefinitionThe cached value of the 'Stored Query Definition' containment reference list.protected EList<StoredQueryDescriptionType>DescribeStoredQueriesResponseTypeImpl. storedQueryDescriptionThe cached value of the 'Stored Query Description' containment reference list.Methods in net.opengis.wfs20.impl that return StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionTypeWfs20FactoryImpl. 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.utilMethods in net.opengis.wfs20.util with parameters of type StoredQueryDescriptionType Modifier and Type Method Description TWfs20Switch. caseStoredQueryDescriptionType(StoredQueryDescriptionType object)Returns the result of interpreting the object as an instance of 'Stored Query Description Type'.booleanWfs20Validator. validateStoredQueryDescriptionType(StoredQueryDescriptionType storedQueryDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of StoredQueryDescriptionType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type StoredQueryDescriptionType Modifier and Type Method Description booleanCreateStoredQueryTypeValidator. validateStoredQueryDefinition(EList<StoredQueryDescriptionType> value)booleanDescribeStoredQueriesResponseTypeValidator. validateStoredQueryDescription(EList<StoredQueryDescriptionType> value)
- 
Uses of StoredQueryDescriptionType in org.geotools.data.wfsMethods in org.geotools.data.wfs that return StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionTypeWFSDataStore. 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.internalMethods in org.geotools.data.wfs.internal that return StoredQueryDescriptionType Modifier and Type Method Description StoredQueryDescriptionTypeGetFeatureRequest. 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 voidGetFeatureRequest. setStoredQueryDescriptionType(StoredQueryDescriptionType desc)
- 
Uses of StoredQueryDescriptionType in org.geotools.data.wfs.internal.v2_0.storedqueryConstructors in org.geotools.data.wfs.internal.v2_0.storedquery with parameters of type StoredQueryDescriptionType Constructor Description ParameterTypeFactory(StoredQueryConfiguration config, StoredQueryDescriptionType desc, FeatureTypeInfo featureTypeInfo)
 
-