Class: Geom::LatLong
Instance Method Summary collapse
Instance Method Details
#latitude ⇒ Object
3 4 |
# File 'lib/latlong.rb', line 3 def latitude end |
#longitude ⇒ Object
5 6 |
# File 'lib/latlong.rb', line 5 def longitude end |
#new ⇒ Object
7 8 |
# File 'lib/latlong.rb', line 7 def new end |
#to_a ⇒ Object
9 10 |
# File 'lib/latlong.rb', line 9 def to_a end |
#to_s ⇒ Object
11 12 |
# File 'lib/latlong.rb', line 11 def to_s end |
#to_utm ⇒ Object
13 14 |
# File 'lib/latlong.rb', line 13 def to_utm end |