Uses of Class
org.episteme.natural.earth.coordinates.UTMCoordinate
Packages that use UTMCoordinate
-
Uses of UTMCoordinate in org.episteme.natural.earth.coordinates
Methods in org.episteme.natural.earth.coordinates that return UTMCoordinateModifier and TypeMethodDescriptionstatic UTMCoordinateUTMCoordinate.fromGeodetic(GeodeticCoordinate geodetic) Static factory to convert Geodetic to UTM.static UTMCoordinateCoordinateConverter.toUTM(GeodeticCoordinate geodetic) Converts a geodetic point to UTM.MGRSCoordinate.toUTM()Converts MGRS back to UTM.Methods in org.episteme.natural.earth.coordinates with parameters of type UTMCoordinateModifier and TypeMethodDescriptionstatic GeodeticCoordinateCoordinateConverter.fromUTM(UTMCoordinate utm) Converts UTM back to Geodetic.static MGRSCoordinateMGRSCoordinate.fromUTM(UTMCoordinate utm) Converts UTM to MGRS.