Uses of Class
org.elasticsearch.geometry.Point
-
Packages that use Point Package Description org.elasticsearch.common.geo.builders org.elasticsearch.geometry org.elasticsearch.geometry.utils org.elasticsearch.index.mapper -
-
Uses of Point in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return Point Modifier and Type Method Description PointPointBuilder. buildGeometry() -
Uses of Point in org.elasticsearch.geometry
Fields in org.elasticsearch.geometry declared as Point Modifier and Type Field Description static PointPoint. EMPTYMethods in org.elasticsearch.geometry with parameters of type Point Modifier and Type Method Description TGeometryVisitor. visit(Point point)Constructor parameters in org.elasticsearch.geometry with type arguments of type Point Constructor Description MultiPoint(List<Point> points) -
Uses of Point in org.elasticsearch.geometry.utils
Methods in org.elasticsearch.geometry.utils that return Point Modifier and Type Method Description static PointGeohash. toPoint(String geohash)Returns aPointinstance from a geohash string -
Uses of Point in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return Point Modifier and Type Method Description protected static PointGeoShapeIndexer. position(Point p1, Point p2, double position)protected static PointGeoShapeIndexer. shift(Point coordinate, double dateline)Methods in org.elasticsearch.index.mapper with parameters of type Point Modifier and Type Method Description protected static PointGeoShapeIndexer. position(Point p1, Point p2, double position)protected static PointGeoShapeIndexer. shift(Point coordinate, double dateline)
-