public class ExplicitCQLQuery extends Object implements QueryConstraints, TypeConstraintQuery
| Constructor and Description |
|---|
ExplicitCQLQuery() |
ExplicitCQLQuery(QueryConstraints baseQuery,
org.opengis.filter.Filter filter,
InternalGeotoolsFeatureDataAdapter<?> adapter,
AdapterToIndexMapping indexMapping) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryFilter> |
createFilters(Index index) |
void |
fromBinary(byte[] bytes) |
List<MultiDimensionalNumericData> |
getIndexConstraints(Index index) |
String |
getTypeName() |
byte[] |
toBinary() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindexMustBeSpecifiedpublic ExplicitCQLQuery()
public ExplicitCQLQuery(QueryConstraints baseQuery, org.opengis.filter.Filter filter, InternalGeotoolsFeatureDataAdapter<?> adapter, AdapterToIndexMapping indexMapping)
public List<QueryFilter> createFilters(Index index)
createFilters in interface QueryConstraintspublic List<MultiDimensionalNumericData> getIndexConstraints(Index index)
getIndexConstraints in interface QueryConstraintspublic byte[] toBinary()
toBinary in interface Persistablepublic void fromBinary(byte[] bytes)
fromBinary in interface Persistablepublic String getTypeName()
getTypeName in interface TypeConstraintQueryCopyright © 2013–2021. All rights reserved.