|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectQuery
DefaultQuery
public class DefaultQuery
A Query class allowing content to be requested from a Datastore or FeatureSource.
Query
Field Summary |
---|
Fields inherited from class Query |
---|
alias, ALL, ALL_NAMES, ALL_PROPERTIES, coordinateSystem, coordinateSystemReproject, DEFAULT_MAX, FIDS, filter, handle, hints, INCLUDE_MANDATORY_PROPS, joins, maxFeatures, namespace, NO_NAMES, NO_NAMESPACE, NO_PROPERTIES, properties, sortBy, startIndex, typeName, version |
Constructor Summary | |
---|---|
DefaultQuery()
Deprecated. No argument constructor. |
|
DefaultQuery(Query query)
Deprecated. Copy contructor, clones the state of a generic Query into a DefaultQuery |
|
DefaultQuery(String typeName)
Deprecated. Query with typeName. |
|
DefaultQuery(String typeName,
Filter filter)
Deprecated. Constructor with typeName and filter. |
|
DefaultQuery(String typeName,
Filter filter,
int maxFeatures,
String[] propNames,
String handle)
Deprecated. Constructor that sets all fields. |
|
DefaultQuery(String typeName,
Filter filter,
String[] properties)
Deprecated. Constructor that sets the filter and properties |
|
DefaultQuery(String typeName,
URI namespace,
Filter filter,
int maxFeatures,
List<PropertyName> propNames,
String handle)
Deprecated. Constructor that sets all fields. |
|
DefaultQuery(String typeName,
URI namespace,
Filter filter,
int maxFeatures,
String[] propNames,
String handle)
Deprecated. Constructor that sets all fields. |
Method Summary |
---|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultQuery()
public DefaultQuery(String typeName)
typeName
- the name of the featureType to retrievepublic DefaultQuery(String typeName, Filter filter)
typeName
- the name of the featureType to retrieve.filter
- the OGC filter to constrain the request.public DefaultQuery(String typeName, Filter filter, String[] properties)
typeName
- filter
- the OGC filter to constrain the request.properties
- an array of the properties to fetch.public DefaultQuery(String typeName, Filter filter, int maxFeatures, String[] propNames, String handle)
typeName
- the name of the featureType to retrieve.filter
- the OGC filter to constrain the request.maxFeatures
- the maximum number of features to be returned.propNames
- an array of the properties to fetch.handle
- the name to associate with the query.public DefaultQuery(String typeName, URI namespace, Filter filter, int maxFeatures, String[] propNames, String handle)
typeName
- the name of the featureType to retrieve.namespace
- Namespace for provided typeName, or null if unspecifiedfilter
- the OGC filter to constrain the request.maxFeatures
- the maximum number of features to be returned.propNames
- an array of the properties to fetch.handle
- the name to associate with the query.public DefaultQuery(String typeName, URI namespace, Filter filter, int maxFeatures, List<PropertyName> propNames, String handle)
typeName
- the name of the featureType to retrieve.namespace
- Namespace for provided typeName, or null if unspecifiedfilter
- the OGC filter to constrain the request.maxFeatures
- the maximum number of features to be returned.propNames
- a list of the properties to fetch.handle
- the name to associate with the query.public DefaultQuery(Query query)
query
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |