Method: RGeo::Geographic::ProjectedGeometryMethods#contains?
- Defined in:
- lib/rgeo/geographic/projected_feature_methods.rb
#contains?(rhs) ⇒ Boolean
91 92 93 |
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 91 def contains?(rhs) projection.unsafe_contains?(Feature.cast(rhs, factory).projection) end |