public class InternalGeoBounds extends InternalAggregation implements GeoBounds
InternalAggregation.ReduceContext
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
metaData, name
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Constructor and Description |
---|
InternalGeoBounds(StreamInput in)
Read from a stream.
|
Modifier and Type | Method and Description |
---|---|
GeoPoint |
bottomRight()
Get the bottom-right location of the bounding box.
|
InternalAggregation |
doReduce(java.util.List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
protected void |
doWriteTo(StreamOutput out) |
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
java.lang.Object |
getProperty(java.util.List<java.lang.String> path) |
java.lang.String |
getWriteableName()
Returns the name of the writeable object
|
GeoPoint |
topLeft()
Get the top-left location of the bounding box.
|
getMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toXContent, writeSize, writeTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetaData, getName, getType
isFragment, toXContent
public InternalGeoBounds(StreamInput in) throws java.io.IOException
java.io.IOException
protected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo
in class InternalAggregation
java.io.IOException
public java.lang.String getWriteableName()
NamedWriteable
getWriteableName
in interface NamedWriteable
public InternalAggregation doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce
in class InternalAggregation
public java.lang.Object getProperty(java.util.List<java.lang.String> path)
getProperty
in class InternalAggregation
public XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody
in class InternalAggregation
java.io.IOException
public GeoPoint topLeft()
GeoBounds
public GeoPoint bottomRight()
GeoBounds
bottomRight
in interface GeoBounds