Module org.elasticsearch.server
Package org.elasticsearch.common.geo
Class BoundingBox.BoundsParser<T extends BoundingBox<? extends SpatialPoint>>
java.lang.Object
org.elasticsearch.common.geo.BoundingBox.BoundsParser<T>
- Direct Known Subclasses:
GeoBoundingBox.GeoBoundsParser
- Enclosing class:
- BoundingBox<T extends SpatialPoint>
protected abstract static class BoundingBox.BoundsParser<T extends BoundingBox<? extends SpatialPoint>>
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
protected abstract T
protected abstract SpatialPoint
parsePointWith
(XContentParser parser, GeoUtils.EffectivePoint effectivePoint)
-
Field Details
-
top
protected double top -
bottom
protected double bottom -
left
protected double left -
right
protected double right -
envelope
-
-
Constructor Details
-
BoundsParser
-
-
Method Details
-
parseBoundingBox
-
createWithEnvelope
-
createWithBounds
-
parsePointWith
protected abstract SpatialPoint parsePointWith(XContentParser parser, GeoUtils.EffectivePoint effectivePoint) throws IOException - Throws:
IOException
-