Uses of Enum Class
org.springframework.data.geo.format.PointFormatter
Packages that use PointFormatter
-
Uses of PointFormatter in org.springframework.data.geo.format
Subclasses with type arguments of type PointFormatter in org.springframework.data.geo.formatModifier and TypeClassDescriptionenumConverter to parse two comma-separated doubles into aPoint.Methods in org.springframework.data.geo.format that return PointFormatterModifier and TypeMethodDescriptionstatic PointFormatterReturns the enum constant of this class with the specified name.static PointFormatter[]PointFormatter.values()Returns an array containing the constants of this enum class, in the order they are declared.