Class: GeoWeb::Projection::Linear

Inherits:
Base
  • Object
show all
Defined in:
lib/geoweb/projection/linear.rb

Instance Attribute Summary

Attributes inherited from Base

#transformation, #zoom

Instance Method Summary collapse

Methods inherited from Base

#coordinate_location, #initialize, #location_coordinate, #project, #unproject

Constructor Details

This class inherits a constructor from GeoWeb::Projection::Base

Instance Method Details

#raw_project(point) ⇒ Object



5
6
7
# File 'lib/geoweb/projection/linear.rb', line 5

def raw_project(point)
  point.clone
end

#raw_unproject(point) ⇒ Object



9
10
11
# File 'lib/geoweb/projection/linear.rb', line 9

def raw_unproject(point)
  point.clone
end