Uses of Interface
com.metsci.glimpse.util.geo.format.LatLonFormat
-
Packages that use LatLonFormat Package Description com.metsci.glimpse.util.geo Utilities for performing latitude/longitude calculations and projections using spherical or WGS 84 coordinate systems.com.metsci.glimpse.util.geo.format -
-
Uses of LatLonFormat in com.metsci.glimpse.util.geo
Fields in com.metsci.glimpse.util.geo declared as LatLonFormat Modifier and Type Field Description static LatLonFormatLatLonGeo. defaultFormatMethods in com.metsci.glimpse.util.geo with parameters of type LatLonFormat Modifier and Type Method Description StringLatLonGeo. toString(LatLonFormat latLonFormat) -
Uses of LatLonFormat in com.metsci.glimpse.util.geo.format
Classes in com.metsci.glimpse.util.geo.format that implement LatLonFormat Modifier and Type Class Description classLatLonFormatCompactLatLonFormat which formats a LatLonGeo as a String containing lat and lon as degrees in decimal form separated by a comma.classLatLonFormatDegreesMinutesSeconds
-