Package org.springframework.data.geo
@NonNullApi
package org.springframework.data.geo
Value types representing geo-spatial concepts.
- Since:
- 1.8
- Author:
- Thomas Darimont, Oliver Gierke
-
ClassDescriptionRepresents a geospatial box valueRepresents a geospatial circle valueValue object to create custom
Metric
s on the fly.Value object to represent distances in a given metric.Custom module to deserialize the geo-spatial value objects using Jackson 2.GeoPage<T>GeoResult<T>Value object capturing some arbitrary object plus a distance.GeoResults<T>Value object to captureGeoResult
s as well as the average distance they have.Interface forMetric
s that can be applied to a base scale.Commonly usedMetric
s.Represents a geospatial point value.Simple value object to represent aPolygon
.Common interface for all shapes.