class Silva::System::Wgs84

Location system representing WGS84 co-ordinates.

Private Instance Methods

to_en(options = nil) click to toggle source
# File lib/silva/system/wgs84.rb, line 19
def to_en(options = nil)
  to_osgb36.to(:en)
end
to_gridref(options = nil) click to toggle source
# File lib/silva/system/wgs84.rb, line 23
def to_gridref(options = nil)
  to_en.to(:gridref, options)
end
to_osgb36(options = nil) click to toggle source
# File lib/silva/system/wgs84.rb, line 15
def to_osgb36(options = nil)
  Silva::Transform.wgs84_to_osgb36(self)
end