public abstract class AbstractBoundingBoxValue extends StatisticValue<org.locationtech.jts.geom.Envelope> implements StatisticsIngestCallback
| Modifier and Type | Field and Description |
|---|---|
protected double |
maxX |
protected double |
maxY |
protected double |
minX |
protected double |
minY |
bin, NO_BIN, statistic| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBoundingBoxValue(Statistic<?> statistic) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
entryIngested(DataTypeAdapter<T> adapter,
T entry,
GeoWaveRow... rows) |
void |
fromBinary(byte[] bytes) |
abstract <T> org.locationtech.jts.geom.Envelope |
getEnvelope(DataTypeAdapter<T> adapter,
T entry,
GeoWaveRow... rows) |
double |
getHeight() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
org.locationtech.jts.geom.Envelope |
getValue() |
double |
getWidth() |
boolean |
isSet() |
void |
merge(Mergeable merge) |
byte[] |
toBinary() |
getBin, getStatistic, getValueId, getValueId, setBin, toStringprotected double minX
protected double minY
protected double maxX
protected double maxY
protected AbstractBoundingBoxValue(Statistic<?> statistic)
public boolean isSet()
public double getMinX()
public double getMinY()
public double getMaxX()
public double getMaxY()
public double getWidth()
public double getHeight()
public void merge(Mergeable merge)
merge in interface Mergeablemerge in class StatisticValue<org.locationtech.jts.geom.Envelope>public <T> void entryIngested(DataTypeAdapter<T> adapter, T entry, GeoWaveRow... rows)
entryIngested in interface StatisticsIngestCallbackpublic abstract <T> org.locationtech.jts.geom.Envelope getEnvelope(DataTypeAdapter<T> adapter, T entry, GeoWaveRow... rows)
public org.locationtech.jts.geom.Envelope getValue()
getValue in class StatisticValue<org.locationtech.jts.geom.Envelope>public byte[] toBinary()
toBinary in interface Persistablepublic void fromBinary(byte[] bytes)
fromBinary in interface PersistableCopyright © 2013–2021. All rights reserved.