Uses of Interface
org.locationtech.spatial4j.shape.Circle
-
-
Uses of Circle in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return Circle Modifier and Type Method Description CircleCircleBuilder. buildS4J() -
Uses of Circle in org.locationtech.spatial4j.context
Methods in org.locationtech.spatial4j.context that return Circle Modifier and Type Method Description CircleSpatialContext. makeCircle(double x, double y, double distance)Deprecated.CircleSpatialContext. makeCircle(Point point, double distance)Deprecated. -
Uses of Circle in org.locationtech.spatial4j.distance
Methods in org.locationtech.spatial4j.distance with parameters of type Circle Modifier and Type Method Description doubleCartesianDistCalc. area(Circle circle)doubleDistanceCalculator. area(Circle circle)doubleGeodesicSphereDistCalc. area(Circle circle) -
Uses of Circle in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return Circle Modifier and Type Method Description CircleBinaryCodec. readCircle(DataInput dataInput)protected CircleGeoJSONReader. readCircle(JSONParser parser)Methods in org.locationtech.spatial4j.io with parameters of type Circle Modifier and Type Method Description voidBinaryCodec. writeCircle(DataOutput dataOutput, Circle c) -
Uses of Circle in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return Circle Modifier and Type Method Description CircleShapeFactory. circle(double x, double y, double distance)Construct a circle.CircleShapeFactory. circle(Point point, double distance)Construct a circle. -
Uses of Circle in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement Circle Modifier and Type Class Description classCircleImplA circle, also known as a point-radius, based on aDistanceCalculatorwhich does all the work.classGeoCircleA circle as it exists on the surface of a sphere.Methods in org.locationtech.spatial4j.shape.impl that return Circle Modifier and Type Method Description CircleShapeFactoryImpl. circle(double x, double y, double distance)CircleShapeFactoryImpl. circle(Point point, double distance)CircleCircleImpl. getBuffered(double distance, SpatialContext ctx)CirclePointImpl. getBuffered(double distance, SpatialContext ctx)Methods in org.locationtech.spatial4j.shape.impl with parameters of type Circle Modifier and Type Method Description static booleanCircleImpl. equals(Circle thiz, Object o)AllCircleimplementations should use this definition ofObject.equals(Object).static intCircleImpl. hashCode(Circle thiz)AllCircleimplementations should use this definition ofObject.hashCode().SpatialRelationCircleImpl. relate(Circle circle) -
Uses of Circle in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return Circle Modifier and Type Method Description CircleJtsPoint. getBuffered(double distance, SpatialContext ctx)Methods in org.locationtech.spatial4j.shape.jts with parameters of type Circle Modifier and Type Method Description SpatialRelationJtsGeometry. relate(Circle circle)
-