| java.lang.Object org.geotools.data.ALLQuery
ALLQuery | class ALLQuery implements Query(Code) | | Implementation of Query.ALL.
This query is used to retrive all Features. Query.ALL is the only instance
of this class.
Example:
featureSource.getFeatures( Query.FIDS );
|
equals | public boolean equals(Object obj)(Code) | | Equality based on propertyNames, maxFeatures, filter, typeName and
version.
Changing the handle does not change the meaning of the Query.
Parameters: obj - Other object to compare against true if obj matches this filter |
getFilter | final public Filter getFilter()(Code) | | |
getHints | public Hints getHints()(Code) | | Returns an empty Hints set
|
getMaxFeatures | final public int getMaxFeatures()(Code) | | |
getPropertyNames | final public String[] getPropertyNames()(Code) | | |
getSortBy | public SortBy[] getSortBy()(Code) | | SortBy.UNSORTED. |
hashCode | public int hashCode()(Code) | | Hashcode based on propertyName, maxFeatures and filter.
hascode for filter |
retrieveAllProperties | final public boolean retrieveAllProperties()(Code) | | |
|
|