JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.springframework.data.geo.format
@NonNullApi
package
org.springframework.data.geo.format
Formatters for geo-spatial types.
Since:
1.8
Author:
Oliver Gierke
Related Packages
Package
Description
org.springframework.data.geo
Value types representing geo-spatial concepts.
Enum Classes
Class
Description
DistanceFormatter
Converter to create
Distance
instances from
String
representations.
PointFormatter
Converter to parse two comma-separated doubles into a
Point
.