| Package | Description |
|---|---|
| org.elasticsearch.common.geo.builders | |
| org.elasticsearch.index.mapper.geo |
| Modifier and Type | Method and Description |
|---|---|
static ShapeBuilder |
ShapeBuilder.parse(XContentParser parser,
GeoShapeFieldMapper geoDocMapper)
Create a new
ShapeBuilder from XContent |
static ShapeBuilder |
ShapeBuilder.GeoShapeType.parse(XContentParser parser,
GeoShapeFieldMapper shapeMapper)
Parse the geometry specified by the source document and return a ShapeBuilder instance used to
build the actual geometry
|
protected static GeometryCollectionBuilder |
ShapeBuilder.GeoShapeType.parseGeometries(XContentParser parser,
GeoShapeFieldMapper mapper)
Parse the geometries array of a GeometryCollection
|
| Modifier and Type | Method and Description |
|---|---|
GeoShapeFieldMapper |
GeoShapeFieldMapper.Builder.build(Mapper.BuilderContext context) |
Copyright © 2009–2017. All rights reserved.