public class InternalGeoBounds extends InternalMetricsAggregation implements GeoBounds
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.TypeToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static AggregationStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
nameEMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
bottomRight()
Get the bottom-right location of the bounding box.
|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
void |
readFrom(StreamInput in) |
InternalAggregation |
reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
static void |
registerStream() |
GeoPoint |
topLeft()
Get the top-left location of the bounding box.
|
InternalAggregation.Type |
type() |
void |
writeTo(StreamOutput out) |
getName, readSize, toXContent, writeSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final InternalAggregation.Type TYPE
public static final AggregationStreams.Stream STREAM
public InternalAggregation.Type type()
type in class InternalAggregationInternalAggregation.Type of this aggregationpublic InternalAggregation reduce(InternalAggregation.ReduceContext reduceContext)
InternalAggregationreduce in class InternalAggregationpublic XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody in class InternalAggregationIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic static void registerStream()
public GeoPoint topLeft()
GeoBoundspublic GeoPoint bottomRight()
GeoBoundsbottomRight in interface GeoBoundsCopyright © 2009–2016. All rights reserved.