public class GeoBoundsAggregation extends MetricAggregation
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
jsonRoot, name| Constructor and Description |
|---|
GeoBoundsAggregation(String name,
com.google.gson.JsonObject geoBoundsAggregation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Double |
getBottomRightLat() |
Double |
getBottomRightLon() |
Double |
getTopLeftLat() |
Double |
getTopLeftLon() |
int |
hashCode() |
getAggregation, getAggregations, getAvgAggregation, getCardinalityAggregation, getDateHistogramAggregation, getDateRangeAggregation, getExtendedStatsAggregation, getFilterAggregation, getFiltersAggregation, getGeoBoundsAggregation, getGeoDistanceAggregation, getGeohashGridAggregation, getHistogramAggregation, getIpv4RangeAggregation, getMaxAggregation, getMinAggregation, getMissingAggregation, getPercentileRanksAggregation, getPercentilesAggregation, getRangeAggregation, getScriptedMetricAggregation, getSignificantTermsAggregation, getStatsAggregation, getSumAggregation, getTermsAggregation, getTopHitsAggregation, getValueCountAggregationgetNamepublic static final String TYPE
public GeoBoundsAggregation(String name, com.google.gson.JsonObject geoBoundsAggregation)
public Double getTopLeftLat()
public Double getTopLeftLon()
public Double getBottomRightLat()
public Double getBottomRightLon()
public boolean equals(Object obj)
equals in class Aggregationpublic int hashCode()
hashCode in class AggregationCopyright © 2017. All rights reserved.