Module org.elasticsearch.server
Package org.elasticsearch.common.geo
Class GeoBoundingBox.GeoBoundsParser
java.lang.Object
org.elasticsearch.common.geo.BoundingBox.BoundsParser<GeoBoundingBox>
org.elasticsearch.common.geo.GeoBoundingBox.GeoBoundsParser
- Enclosing class:
GeoBoundingBox
protected static class GeoBoundingBox.GeoBoundsParser
extends BoundingBox.BoundsParser<GeoBoundingBox>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected GeoBoundingBox
protected GeoBoundingBox
protected SpatialPoint
parsePointWith
(XContentParser parser, GeoUtils.EffectivePoint effectivePoint) Methods inherited from class org.elasticsearch.common.geo.BoundingBox.BoundsParser
parseBoundingBox
-
Method Details
-
createWithEnvelope
- Specified by:
createWithEnvelope
in classBoundingBox.BoundsParser<GeoBoundingBox>
-
createWithBounds
- Specified by:
createWithBounds
in classBoundingBox.BoundsParser<GeoBoundingBox>
-
parsePointWith
protected SpatialPoint parsePointWith(XContentParser parser, GeoUtils.EffectivePoint effectivePoint) throws IOException - Specified by:
parsePointWith
in classBoundingBox.BoundsParser<GeoBoundingBox>
- Throws:
IOException
-