Returns:
75 76 77
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 75 def intersects?(rhs) projection.unsafe_intersects?(Feature.cast(rhs, factory).projection) end