class Mercator::Sweref99TM
SWEREF 99 TM class, one of the most common projection used by Swedish applications.
Public Class Methods
new()
click to toggle source
Calls superclass method
Mercator::Sweref99::new
# File lib/mercator/projection.rb, line 28 def initialize super self.central_meridian = 15.0 self.scale = 0.9996 self.false_easting = 500000.0 end