Uses of Class
org.elasticsearch.common.geo.builders.ShapeBuilder
-
Packages that use ShapeBuilder Package Description org.elasticsearch.common.geo org.elasticsearch.common.geo.builders org.elasticsearch.common.geo.parsers org.elasticsearch.index.mapper org.elasticsearch.index.query -
-
Uses of ShapeBuilder in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return ShapeBuilder Modifier and Type Method Description abstract ShapeBuilder<?,?,?>GeoShapeType. getBuilder(CoordinateNode coordinates, DistanceUnit.Distance radius, ShapeBuilder.Orientation orientation, boolean coerce) -
Uses of ShapeBuilder in org.elasticsearch.common.geo.builders
Classes in org.elasticsearch.common.geo.builders with type parameters of type ShapeBuilder Modifier and Type Class Description classShapeBuilder<T extends Shape,G extends Geometry,E extends ShapeBuilder<T,G,E>>Basic class for building GeoJSON shapes like Polygons, Linestrings, etcSubclasses of ShapeBuilder in org.elasticsearch.common.geo.builders Modifier and Type Class Description classCircleBuilderclassEnvelopeBuilderclassGeometryCollectionBuilderclassLineStringBuilderclassMultiLineStringBuilderclassMultiPointBuilderclassMultiPolygonBuilderclassPointBuilderclassPolygonBuilderThePolygonBuilderimplements the groundwork to create polygons.Methods in org.elasticsearch.common.geo.builders that return ShapeBuilder Modifier and Type Method Description ShapeBuilderGeometryCollectionBuilder. getShapeAt(int i)Methods in org.elasticsearch.common.geo.builders with parameters of type ShapeBuilder Modifier and Type Method Description GeometryCollectionBuilderGeometryCollectionBuilder. shape(ShapeBuilder shape) -
Uses of ShapeBuilder in org.elasticsearch.common.geo.parsers
Methods in org.elasticsearch.common.geo.parsers that return ShapeBuilder Modifier and Type Method Description static ShapeBuilderGeoWKTParser. parse(XContentParser parser, AbstractGeometryFieldMapper shapeMapper)static ShapeBuilderShapeParser. parse(Object value)static ShapeBuilderShapeParser. parse(XContentParser parser)Create a newShapeBuilderfromXContentstatic ShapeBuilderShapeParser. parse(XContentParser parser, AbstractGeometryFieldMapper shapeMapper)Create a newShapeBuilderfromXContentstatic ShapeBuilderGeoWKTParser. parseExpectedType(XContentParser parser, GeoShapeType shapeType)static ShapeBuilderGeoWKTParser. parseExpectedType(XContentParser parser, GeoShapeType shapeType, AbstractGeometryFieldMapper shapeMapper)throws an exception if the parsed geometry type does not match the expected shape type -
Uses of ShapeBuilder in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type ShapeBuilder Modifier and Type Method Description ShapeLegacyGeoShapeIndexer. prepareForIndexing(ShapeBuilder<?,?,?> shapeBuilder) -
Uses of ShapeBuilder in org.elasticsearch.index.query
Fields in org.elasticsearch.index.query declared as ShapeBuilder Modifier and Type Field Description ShapeBuilderAbstractGeometryQueryBuilder.ParsedGeometryQueryParams. shapeMethods in org.elasticsearch.index.query that return ShapeBuilder Modifier and Type Method Description static ShapeBuilder<?,?,?>LegacyGeoShapeQueryProcessor. geometryToShapeBuilder(Geometry geometry)Constructors in org.elasticsearch.index.query with parameters of type ShapeBuilder Constructor Description AbstractGeometryQueryBuilder(String fieldName, ShapeBuilder shape)Deprecated.useAbstractGeometryQueryBuilder(String, Geometry)insteadGeoShapeQueryBuilder(String fieldName, ShapeBuilder shape)Deprecated.useGeoShapeQueryBuilder(String, Geometry)instead
-