public class VectorAggregationQueryBuilderImpl<P extends Persistable,R> extends AggregationQueryBuilderImpl<P,R,org.opengis.feature.simple.SimpleFeature,VectorAggregationQueryBuilder<P,R>> implements VectorAggregationQueryBuilder<P,R>
optionsauthorizations, constraints, hints, indexName, limit| Constructor and Description |
|---|
VectorAggregationQueryBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
VectorAggregationQueryBuilder<P,R> |
bboxOfResults(String... typeNames)
Convenience method for getting a bounding box of the results of a query.
|
VectorAggregationQueryBuilder<P,R> |
bboxOfResultsForGeometryField(String typeName,
String geomFieldName)
Convenience method for getting a bounding box of the results of a query.
|
VectorAggregationQueryBuilder<P,R> |
timeRangeOfResults(String... typeNames)
Convenience method for getting a time range of the results of a query.
|
VectorAggregationQueryBuilder<P,R> |
timeRangeOfResultsForTimeField(String typeName,
String timeFieldName)
Convenience method for getting a time range of the results of a query.
|
aggregate, build, buildWithBinningStrategy, countaddAuthorization, addHint, allIndices, constraints, filter, indexName, limit, newCommonQueryOptions, newIndexQueryOptions, noAuthorizations, noHints, noLimit, setAuthorizationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconstraintsFactory, newBuilderaggregate, buildWithBinningStrategy, countaddAuthorization, addHint, allIndices, build, constraints, filter, indexName, limit, noAuthorizations, noHints, noLimit, setAuthorizationspublic VectorAggregationQueryBuilder<P,R> bboxOfResults(String... typeNames)
VectorAggregationQueryBuilderbboxOfResults in interface VectorAggregationQueryBuilder<P extends Persistable,R>typeNames - the type names to constrain bypublic VectorAggregationQueryBuilder<P,R> bboxOfResultsForGeometryField(String typeName, String geomFieldName)
VectorAggregationQueryBuilderbboxOfResultsForGeometryField in interface VectorAggregationQueryBuilder<P extends Persistable,R>typeName - the type namegeomFieldName - the geometry attribute namepublic VectorAggregationQueryBuilder<P,R> timeRangeOfResults(String... typeNames)
VectorAggregationQueryBuildertimeRangeOfResults in interface VectorAggregationQueryBuilder<P extends Persistable,R>typeNames - the type names to constrain bypublic VectorAggregationQueryBuilder<P,R> timeRangeOfResultsForTimeField(String typeName, String timeFieldName)
VectorAggregationQueryBuildertimeRangeOfResultsForTimeField in interface VectorAggregationQueryBuilder<P extends Persistable,R>typeName - the type names to constrain bytimeFieldName - the time attribute nameCopyright © 2013–2021. All rights reserved.