JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.geo.format
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.springframework.data.geo.format
@NullMarked
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
.