public interface SpatialTemporalStatisticQueryBuilder
| Modifier and Type | Method and Description |
|---|---|
static FieldStatisticQueryBuilder<BoundingBoxStatistic.BoundingBoxValue,org.locationtech.jts.geom.Envelope> |
bbox()
Create a new field statistic query builder for a bounding box statistic.
|
static FieldStatisticQueryBuilder<TimeRangeStatistic.TimeRangeValue,org.threeten.extra.Interval> |
timeRange()
Create a new field statistic query builder for a time range statistic.
|
static FieldStatisticQueryBuilder<BoundingBoxStatistic.BoundingBoxValue,org.locationtech.jts.geom.Envelope> bbox()
static FieldStatisticQueryBuilder<TimeRangeStatistic.TimeRangeValue,org.threeten.extra.Interval> timeRange()
Copyright © 2013–2021. All rights reserved.