Spatial4n.Core.Context.Nts |
Name | Description |
---|---|
SpatialContext | This is a facade to most of Spatial4j, holding things like {@link DistanceUnits}, {@link DistanceCalculator}, and the coordinate world boundaries, and acting as a factory for the {@link Shape}s. A SpatialContext has public constructors, but note the convenience instance {@link #GEO}. Also, if you wish to construct one based on configuration information then consider using {@link SpatialContextFactory}. Thread-safe & immutable. |
SpatialContextFactory | Factory for a SpatialContext. |