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 and Description |
---|
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.
|
equals, getAlias, getCoordinateSystem, getCoordinateSystemReproject, getFilter, getHandle, getHints, getJoins, getMaxFeatures, getNamespace, getProperties, getPropertyNames, getSortBy, getStartIndex, getTypeName, getVersion, hashCode, isMaxFeaturesUnlimited, retrieveAllProperties, setAlias, setCoordinateSystem, setCoordinateSystemReproject, setFilter, setHandle, setHints, setMaxFeatures, setNamespace, setProperties, setPropertyNames, setPropertyNames, setSortBy, setStartIndex, setTypeName, setVersion, setVersion, setVersion, setVersion, setVersion, setVersion, toString
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
- Copyright © 1996–2019 Geotools. All rights reserved.