public interface VectorQueryConstraintsFactory extends QueryConstraintsFactory
| Modifier and Type | Method and Description |
|---|---|
QueryConstraints |
cqlConstraints(String cqlExpression)
create query constraints representing this CQL expression (see Geoserver's syntax guide:
https://docs.geoserver.org/latest/en/user/filter/ecql_reference.html)
|
QueryConstraints |
filterConstraints(org.opengis.filter.Filter filter)
create query constraints representing an OGC filter on vector data
|
SpatialTemporalConstraintsBuilder |
spatialTemporalConstraints()
get a builder for spatiotemporal constraints
|
constraints, constraints, coordinateRanges, customConstraints, dataIds, dataIdsByRange, dataIdsByRangeReverse, noConstraints, prefixSpatialTemporalConstraintsBuilder spatialTemporalConstraints()
QueryConstraints filterConstraints(org.opengis.filter.Filter filter)
filter - the OGC filterQueryConstraints cqlConstraints(String cqlExpression)
cqlExpression - the CQL expressionCopyright © 2013–2021. All rights reserved.