| java.lang.Object org.geotools.data.FIDSQuery
FIDSQuery | class FIDSQuery implements Query(Code) | | Implementation for Query.FIDS.
This query is used to retrive FeatureIds. Query.FIDS 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 retrieves only FIDS |
getFilter | public Filter getFilter()(Code) | | |
getMaxFeatures | public int getMaxFeatures()(Code) | | |
getSortBy | public SortBy[] getSortBy()(Code) | | SortBy.UNSORTED. |
hashCode | public int hashCode()(Code) | | Hashcode based on propertyName, maxFeatures and filter.
hascode for filter |
retrieveAllProperties | public boolean retrieveAllProperties()(Code) | | |
|
|