Class: Geom::UTM

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

Instance Method Summary collapse

Instance Method Details

#to_aObject



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

def to_a
end

#to_latlongObject



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

def to_latlong
end

#to_sObject



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

def to_s
end

#xObject



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

def x
end

#yObject



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

def y
end

#zone_letterObject



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

def zone_letter
end

#zone_numerObject



15
16
# File 'lib/utm.rb', line 15

def zone_numer
end