Method: RGeo::Geographic::ProjectedGeometryMethods#touches?
- Defined in:
- lib/rgeo/geographic/projected_feature_methods.rb
#touches?(rhs) ⇒ Boolean
79 80 81 |
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 79 def touches?(rhs) projection.unsafe_touches?(Feature.cast(rhs, factory).projection) end |