Module: Silva::System::OsEn

Included in:
En, Gridref
Defined in:
lib/silva/system/osen.rb

Constant Summary collapse

EASTING_RANGE =

Allowed range of eastings

(0..700000)
NORTHING_RANGE =

Allowed range of northings

(0..1300000)
REQUIRED_PARAMS =
[:easting, :northing]

Instance Attribute Summary collapse

Instance Attribute Details

#eastingObject (readonly)

Returns the value of attribute easting.



15
16
17
# File 'lib/silva/system/osen.rb', line 15

def easting
  @easting
end

#northingObject (readonly)

Returns the value of attribute northing.



15
16
17
# File 'lib/silva/system/osen.rb', line 15

def northing
  @northing
end