Class: Geom::LatLong

Inherits:
Object show all
Defined in:
lib/latlong.rb

Instance Method Summary collapse

Instance Method Details

#latitudeObject



3
4
# File 'lib/latlong.rb', line 3

def latitude
end

#longitudeObject



5
6
# File 'lib/latlong.rb', line 5

def longitude
end

#newObject



7
8
# File 'lib/latlong.rb', line 7

def new
end

#to_aObject



9
10
# File 'lib/latlong.rb', line 9

def to_a
end

#to_sObject



11
12
# File 'lib/latlong.rb', line 11

def to_s
end

#to_utmObject



13
14
# File 'lib/latlong.rb', line 13

def to_utm
end