public class VectorQueryConstraintsFactoryImpl extends QueryConstraintsFactoryImpl implements VectorQueryConstraintsFactory
| Modifier and Type | Field and Description |
|---|---|
static VectorQueryConstraintsFactoryImpl |
SINGLETON_INSTANCE |
| Constructor and Description |
|---|
VectorQueryConstraintsFactoryImpl() |
| 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, prefixclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconstraints, constraints, coordinateRanges, customConstraints, dataIds, dataIdsByRange, dataIdsByRangeReverse, noConstraints, prefixpublic static final VectorQueryConstraintsFactoryImpl SINGLETON_INSTANCE
public SpatialTemporalConstraintsBuilder spatialTemporalConstraints()
VectorQueryConstraintsFactoryspatialTemporalConstraints in interface VectorQueryConstraintsFactorypublic QueryConstraints cqlConstraints(String cqlExpression)
VectorQueryConstraintsFactorycqlConstraints in interface VectorQueryConstraintsFactorycqlExpression - the CQL expressionpublic QueryConstraints filterConstraints(org.opengis.filter.Filter filter)
VectorQueryConstraintsFactoryfilterConstraints in interface VectorQueryConstraintsFactoryfilter - the OGC filterCopyright © 2013–2021. All rights reserved.