org.deegree.protocol.wfs.query
Class Query
java.lang.Object
org.deegree.protocol.wfs.query.Query
- Direct Known Subclasses:
- AdHocQuery, StoredQuery
public abstract class Query
- extends Object
Represents a Query
operation as a part of a GetFeature
/GetFeatureWithLock
/
GetPropertyValue
request.
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, last edited by: $Author: schneider $
- See Also:
GetFeature
,
GetFeatureWithLock
,
GetPropertyValue
Constructor Summary |
protected |
Query(String handle)
Creates a new Query instance. |
Method Summary |
String |
getHandle()
Returns the client-generated identifier supplied with the query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Query
protected Query(String handle)
- Creates a new
Query
instance.
- Parameters:
handle
- client-generated query identifier, may be null
getHandle
public String getHandle()
- Returns the client-generated identifier supplied with the query.
- Returns:
- the client-generated identifier, may be
null
Copyright © 2011. All Rights Reserved.