Class: RGeo::CoordSys::CRSStore
- Inherits:
-
Object
- Object
- RGeo::CoordSys::CRSStore
- Includes:
- Singleton
- Defined in:
- lib/rgeo/coord_sys/crs_to_crs.rb
Overview
Store of all the created CRSToCRS
Defined Under Namespace
Classes: Key
Class Method Summary collapse
Instance Method Summary collapse
- #get(from, to) ⇒ Object
-
#initialize ⇒ CRSStore
constructor
A new instance of CRSStore.
Constructor Details
Class Method Details
.get(from, to) ⇒ Object
116 117 118 |
# File 'lib/rgeo/coord_sys/crs_to_crs.rb', line 116 def get(from, to) instance.get(from, to) end |