Name |
Description |
CircleImpl |
A circle, also known as a point-radius, based on a {@link com.spatial4j.core.distance.DistanceCalculator} which does all the work. This implementation implementation should work for both cartesian 2D and geodetic sphere surfaces. |
GeoCircle |
A circle as it exists on the surface of a sphere. |
PointImpl |
A basic 2D implementation of a Point. |
RectangleImpl |
A simple Rectangle implementation that also supports a longitudinal wrap-around. When minX > maxX, this will assume it is world coordinates that cross the date line using degrees. Immutable & threadsafe. |