|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CASQuery | |
org.deegree_impl.services.wcas.protocol | |
org.deegree.services.wcas.protocol |
Uses of CASQuery in org.deegree_impl.services.wcas.protocol |
Classes in org.deegree_impl.services.wcas.protocol that implement CASQuery | |
class |
CASQuery_Impl
|
Methods in org.deegree_impl.services.wcas.protocol that return CASQuery | |
private static CASQuery[] |
CASProtocolFactory.getQuery(org.w3c.dom.Element element)
The query defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties. |
CASQuery |
CASProtocolFactory.createQuery(org.w3c.dom.Element element)
creates a CAS Query object from a dom element. |
CASQuery[] |
CASGetRecordRequest_Impl.getQuery()
returns the query objects of the getRecord request that specifies the query in detail |
Methods in org.deegree_impl.services.wcas.protocol with parameters of type CASQuery | |
static CASGetRecordRequest |
CASProtocolFactory.createCASGetRecordRequest(java.lang.String id,
java.util.HashMap vendorSpecificParameter,
int maxRecords,
int startPosition,
java.lang.String outputFormat,
java.lang.String outputRecType,
CASQuery[] queries,
int queryScope,
Filter filter)
creates a CASGetRecordRequest object. |
void |
CASGetRecordRequest_Impl.setQuery(CASQuery[] queries)
|
void |
CASGetRecordRequest_Impl.addQuery(CASQuery query)
|
Constructors in org.deegree_impl.services.wcas.protocol with parameters of type CASQuery | |
CASGetRecordRequest_Impl(java.lang.String version,
java.lang.String id,
java.util.HashMap vendorSpecificParameter,
int maxRecords,
int startPosition,
java.lang.String outputFormat,
java.lang.String outputRecType,
CASQuery[] queries,
int queryScope,
Filter filter)
Creates a new CASGetRecordRequest_Impl object. |
Uses of CASQuery in org.deegree.services.wcas.protocol |
Methods in org.deegree.services.wcas.protocol that return CASQuery | |
CASQuery[] |
CASGetRecordRequest.getQuery()
returns the query objects of the getRecord request that specifies the query in detail |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |