Uses of Interface
org.locationtech.spatial4j.shape.Circle
Packages that use Circle
Package
Description
SpatialContext implementations are the facade to the Spatial4j API.
Ways to calculate distance.
Reading & writing shapes in various forms.
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of Circle in org.locationtech.spatial4j.context
Methods in org.locationtech.spatial4j.context that return CircleModifier and TypeMethodDescriptionSpatialContext.makeCircle
(double x, double y, double distance) Deprecated.SpatialContext.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 -
Uses of Circle in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return CircleModifier and TypeMethodDescriptionBinaryCodec.readCircle
(DataInput dataInput) protected Circle
GeoJSONReader.readCircle
(org.noggit.JSONParser parser) Methods in org.locationtech.spatial4j.io with parameters of type Circle -
Uses of Circle in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return Circle -
Uses of Circle in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement CircleModifier and TypeClassDescriptionclass
A circle, also known as a point-radius, based on aDistanceCalculator
which does all the work.class
A circle as it exists on the surface of a sphere.Methods in org.locationtech.spatial4j.shape.impl that return CircleModifier and TypeMethodDescriptionShapeFactoryImpl.circle
(double x, double y, double distance) CircleImpl.getBuffered
(double distance, SpatialContext ctx) PointImpl.getBuffered
(double distance, SpatialContext ctx) Methods in org.locationtech.spatial4j.shape.impl with parameters of type CircleModifier and TypeMethodDescriptionstatic boolean
AllCircle
implementations should use this definition ofObject.equals(Object)
.static int
AllCircle
implementations should use this definition ofObject.hashCode()
. -
Uses of Circle in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return CircleMethods in org.locationtech.spatial4j.shape.jts with parameters of type Circle