Class CoordinateFormat
- java.lang.Object
-
- java.text.Format
-
- java.text.NumberFormat
-
- com.openindex.openestate.tool.utils.geo.CoordinateFormat
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CoordinateFormat extends NumberFormat
GeoCoordinatesFormat.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.text.NumberFormat
NumberFormat.Field
-
-
Field Summary
-
Fields inherited from class java.text.NumberFormat
FRACTION_FIELD, INTEGER_FIELD
-
-
Constructor Summary
Constructors Constructor Description CoordinateFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBufferformat(double number, StringBuffer toAppendTo, FieldPosition pos)StringBufferformat(long number, StringBuffer toAppendTo, FieldPosition pos)Numberparse(String source, ParsePosition pos)-
Methods inherited from class java.text.NumberFormat
clone, equals, format, format, format, getAvailableLocales, getCurrency, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, getRoundingMode, hashCode, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setCurrency, setGroupingUsed, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setParseIntegerOnly, setRoundingMode
-
Methods inherited from class java.text.Format
format, formatToCharacterIterator, parseObject
-
-
-
-
Method Detail
-
format
public StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos)
- Specified by:
formatin classNumberFormat
-
format
public StringBuffer format(long number, StringBuffer toAppendTo, FieldPosition pos)
- Specified by:
formatin classNumberFormat
-
parse
public Number parse(String source, ParsePosition pos)
- Specified by:
parsein classNumberFormat
-
-