Returns:
95 96 97
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 95 def overlaps?(rhs) projection.unsafe_overlaps?(Feature.cast(rhs, factory).projection) end