Enum Class PointFormatter

java.lang.Object
java.lang.Enum<PointFormatter>
org.springframework.data.geo.format.PointFormatter
All Implemented Interfaces:
Serializable, Comparable<PointFormatter>, Constable, Converter<String,Point>, Formatter<Point>, Parser<Point>, Printer<Point>

public enum PointFormatter extends Enum<PointFormatter> implements Converter<String,Point>, Formatter<Point>
Converter to parse two comma-separated doubles into a Point.
Author:
Oliver Gierke