Method: RGeo::Geographic::ProjectedWindow#factory
- Defined in:
- lib/rgeo/geographic/projected_window.rb
#factory ⇒ Object (readonly)
Returns the Geographic::Factory associated with this window. Note that this factory is the overall geography factory, not the projected factory (which can be obtained by calling Geographic::Factory#projection_factory on this factory).
81 82 83 |
# File 'lib/rgeo/geographic/projected_window.rb', line 81 def factory @factory end |