@Override public String toString() { return defaultFormat.format(this); }
public String toString(LatLonFormat latLonFormat) { return latLonFormat.format(this); }