class Mercator::Sweref99

Base SWEREF 99 class that sets some common SWEREF 99 properties.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mercator/projection.rb, line 16
def initialize
  super
  self.scale = 1.0
  self.false_northing = 0.0
  self.false_easting = 150000.0
end