Uses of Interface
org.locationtech.spatial4j.shape.Circle
-
Packages that use Circle Package Description org.locationtech.spatial4j.context SpatialContext implementations are the facade to the Spatial4j API.org.locationtech.spatial4j.distance Ways to calculate distance.org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.shape Shapes are the core geometry objects that Spatial4j provides.org.locationtech.spatial4j.shape.impl org.locationtech.spatial4j.shape.jts -
-
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(java.io.DataInput dataInput)protected CircleGeoJSONReader. readCircle(org.noggit.JSONParser parser)Methods in org.locationtech.spatial4j.io with parameters of type Circle Modifier and Type Method Description voidBinaryCodec. writeCircle(java.io.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, java.lang.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)
-