Uses of Class
org.openstreetmap.josm.data.coor.conversion.LatLonParser.LatLonHolder
-
Packages that use LatLonParser.LatLonHolder Package Description org.openstreetmap.josm.data.coor.conversion Provides the classes for geographiccoordinates
conversion. -
-
Uses of LatLonParser.LatLonHolder in org.openstreetmap.josm.data.coor.conversion
Methods in org.openstreetmap.josm.data.coor.conversion with parameters of type LatLonParser.LatLonHolder Modifier and Type Method Description private static void
LatLonParser. setLatLon(LatLonParser.LatLonHolder latLon, double coordDeg, double coordMin, double coordSec, String card)
private static void
LatLonParser. setLatLon(LatLonParser.LatLonHolder latLon, double coord1deg, double coord1min, double coord1sec, String card1, double coord2deg, double coord2min, double coord2sec, String card2)
private static void
LatLonParser. setLatLonObj(LatLonParser.LatLonHolder latLon, Object coord1deg, Object coord1min, Object coord1sec, Object card1, Object coord2deg, Object coord2min, Object coord2sec, Object card2)
-