public class BboxFunction extends Object implements AggregationFunction<org.locationtech.jts.geom.Envelope>
| Constructor and Description |
|---|
BboxFunction() |
| Modifier and Type | Method and Description |
|---|---|
<T> Aggregation<?,org.locationtech.jts.geom.Envelope,T> |
getAggregation(DataTypeAdapter<T> adapter,
String[] functionArgs) |
String |
getName() |
Class<org.locationtech.jts.geom.Envelope> |
getReturnType() |
public String getName()
getName in interface QLFunction<org.locationtech.jts.geom.Envelope>public Class<org.locationtech.jts.geom.Envelope> getReturnType()
getReturnType in interface QLFunction<org.locationtech.jts.geom.Envelope>public <T> Aggregation<?,org.locationtech.jts.geom.Envelope,T> getAggregation(DataTypeAdapter<T> adapter, String[] functionArgs)
getAggregation in interface AggregationFunction<org.locationtech.jts.geom.Envelope>Copyright © 2013–2021. All rights reserved.