public class VectorBoundingBoxAggregation<T> extends BoundingBoxAggregation<FieldNameParam,T>
maxX, maxY, minX, minY| Constructor and Description |
|---|
VectorBoundingBoxAggregation() |
VectorBoundingBoxAggregation(FieldNameParam fieldNameParam) |
| Modifier and Type | Method and Description |
|---|---|
protected org.locationtech.jts.geom.Envelope |
getEnvelope(DataTypeAdapter<T> adapter,
T entry) |
FieldNameParam |
getParameters() |
void |
setParameters(FieldNameParam fieldNameParam) |
aggregate, aggregate, clearResult, getResult, isSet, merge, resultFromBinary, resultToBinaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromBinary, toBinarypublic VectorBoundingBoxAggregation()
public VectorBoundingBoxAggregation(FieldNameParam fieldNameParam)
public FieldNameParam getParameters()
getParameters in interface Aggregation<FieldNameParam,org.locationtech.jts.geom.Envelope,T>getParameters in class BoundingBoxAggregation<FieldNameParam,T>public void setParameters(FieldNameParam fieldNameParam)
setParameters in interface Aggregation<FieldNameParam,org.locationtech.jts.geom.Envelope,T>setParameters in class BoundingBoxAggregation<FieldNameParam,T>protected org.locationtech.jts.geom.Envelope getEnvelope(DataTypeAdapter<T> adapter, T entry)
getEnvelope in class BoundingBoxAggregation<FieldNameParam,T>Copyright © 2013–2021. All rights reserved.