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 GeoBoundingBoxprotected GeoBoundingBoxprotected SpatialPointparsePointWith(XContentParser parser, GeoUtils.EffectivePoint effectivePoint) Methods inherited from class org.elasticsearch.common.geo.BoundingBox.BoundsParser
parseBoundingBox
-
Method Details
-
createWithEnvelope
- Specified by:
createWithEnvelopein classBoundingBox.BoundsParser<GeoBoundingBox>
-
createWithBounds
- Specified by:
createWithBoundsin classBoundingBox.BoundsParser<GeoBoundingBox>
-
parsePointWith
protected SpatialPoint parsePointWith(XContentParser parser, GeoUtils.EffectivePoint effectivePoint) throws IOException - Specified by:
parsePointWithin classBoundingBox.BoundsParser<GeoBoundingBox>- Throws:
IOException
-