Class: Mercator::Sweref992015
- Inherits:
-
Sweref99
- Object
- Projection
- Sweref99
- Mercator::Sweref992015
- Defined in:
- lib/mercator/projection.rb
Instance Attribute Summary
Attributes inherited from Projection
#central_meridian, #false_easting, #false_northing, #scale
Instance Method Summary collapse
-
#initialize ⇒ Sweref992015
constructor
A new instance of Sweref992015.
Constructor Details
#initialize ⇒ Sweref992015
Returns a new instance of Sweref992015.
93 94 95 96 |
# File 'lib/mercator/projection.rb', line 93 def initialize super self.central_meridian = 20.25 end |