Uses of Class
org.elasticsearch.geometry.Polygon
-
Packages that use Polygon Package Description org.elasticsearch.common.geo.builders org.elasticsearch.geometry org.elasticsearch.index.mapper -
-
Uses of Polygon in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return Polygon Modifier and Type Method Description PolygonPolygonBuilder. toPolygonGeometry() -
Uses of Polygon in org.elasticsearch.geometry
Fields in org.elasticsearch.geometry declared as Polygon Modifier and Type Field Description static PolygonPolygon. EMPTYMethods in org.elasticsearch.geometry with parameters of type Polygon Modifier and Type Method Description TGeometryVisitor. visit(Polygon polygon)Constructor parameters in org.elasticsearch.geometry with type arguments of type Polygon Constructor Description MultiPolygon(List<Polygon> polygons) -
Uses of Polygon in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type Polygon Modifier and Type Method Description static PolygonGeoShapeIndexer. toLucenePolygon(Polygon polygon)
-