Uses of Interface
com.spatial4j.core.shape.Circle
-
Packages that use Circle Package Description com.spatial4j.core.context SpatialContext implementations are the facade to the Spatial4j API.com.spatial4j.core.distance Ways to calculate distance.com.spatial4j.core.io Reading & writing shapes in various forms.com.spatial4j.core.shape.impl com.spatial4j.core.shape.jts -
-
Uses of Circle in com.spatial4j.core.context
Methods in com.spatial4j.core.context that return Circle Modifier and Type Method Description CircleSpatialContext. makeCircle(double x, double y, double distance)Construct a circle.CircleSpatialContext. makeCircle(Point point, double distance)Construct a circle. -
Uses of Circle in com.spatial4j.core.distance
Methods in com.spatial4j.core.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 com.spatial4j.core.io
Methods in com.spatial4j.core.io that return Circle Modifier and Type Method Description CircleBinaryCodec. readCircle(DataInput dataInput)protected CircleGeoJSONReader. readCircle(org.noggit.JSONParser parser)Methods in com.spatial4j.core.io with parameters of type Circle Modifier and Type Method Description voidBinaryCodec. writeCircle(DataOutput dataOutput, Circle c) -
Uses of Circle in com.spatial4j.core.shape.impl
Classes in com.spatial4j.core.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 com.spatial4j.core.shape.impl that return Circle Modifier and Type Method Description CircleCircleImpl. getBuffered(double distance, SpatialContext ctx)CirclePointImpl. getBuffered(double distance, SpatialContext ctx)Methods in com.spatial4j.core.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 com.spatial4j.core.shape.jts
Methods in com.spatial4j.core.shape.jts that return Circle Modifier and Type Method Description CircleJtsPoint. getBuffered(double distance, SpatialContext ctx)Methods in com.spatial4j.core.shape.jts with parameters of type Circle Modifier and Type Method Description SpatialRelationJtsGeometry. relate(Circle circle)
-