Module: Silva::System::OsEn
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
-
#easting ⇒ Object
readonly
Returns the value of attribute easting.
-
#northing ⇒ Object
readonly
Returns the value of attribute northing.
Instance Attribute Details
#easting ⇒ Object (readonly)
Returns the value of attribute easting.
15 16 17 |
# File 'lib/silva/system/osen.rb', line 15 def easting @easting end |
#northing ⇒ Object (readonly)
Returns the value of attribute northing.
15 16 17 |
# File 'lib/silva/system/osen.rb', line 15 def northing @northing end |