Uses of Interface
net.opengis.wfs.QueryType
-
Packages that use QueryType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of QueryType in net.opengis.wfs
Methods in net.opengis.wfs that return QueryType Modifier and Type Method Description QueryType
WfsFactory. createQueryType()
Returns a new object of class 'Query Type'.QueryType
DocumentRoot. getQuery()
Returns the value of the 'Query' containment reference.Methods in net.opengis.wfs with parameters of type QueryType Modifier and Type Method Description void
DocumentRoot. setQuery(QueryType value)
Sets the value of the 'Query
' containment reference. -
Uses of QueryType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement QueryType Modifier and Type Class Description class
QueryTypeImpl
An implementation of the model object 'Query Type'.Methods in net.opengis.wfs.impl that return QueryType Modifier and Type Method Description QueryType
WfsFactoryImpl. createQueryType()
QueryType
DocumentRootImpl. getQuery()
Methods in net.opengis.wfs.impl with parameters of type QueryType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetQuery(QueryType newQuery, NotificationChain msgs)
void
DocumentRootImpl. setQuery(QueryType newQuery)
-
Uses of QueryType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type QueryType Modifier and Type Method Description boolean
DocumentRootValidator. validateQuery(QueryType value)
-