Module: BlueGeo
- Defined in:
- lib/blue_geo.rb,
lib/blue_geo/version.rb,
lib/blue_geo/easting_northing_to_latitude_longitude_converter.rb
Defined Under Namespace
Classes: EastingNorthingToLatitudeLongitudeConverter
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.easting_northing_to_lat_lon(easting, northing) ⇒ Object
5 6 7 |
# File 'lib/blue_geo.rb', line 5 def self.easting_northing_to_lat_lon(easting, northing) EastingNorthingToLatitudeLongitudeConverter.new.convert(easting, northing) end |