class Silva::System::Osgb36

Location system representing OSGB36 co-ordinates.

Private Instance Methods

to_en(options = nil) click to toggle source
# File lib/silva/system/osgb36.rb, line 15
def to_en(options = nil)
  Silva::Transform.osgb36_to_en(self)
end
to_gridref(options = nil) click to toggle source
# File lib/silva/system/osgb36.rb, line 19
def to_gridref(options = nil)
  to_en.to(:gridref, options)
end
to_wgs84(options = nil) click to toggle source
# File lib/silva/system/osgb36.rb, line 23
def to_wgs84(options = nil)
  Silva::Transform.osgb36_to_wgs84(self)
end