Method: RGeo::Geographic::ProjectedGeometryMethods#difference
- Defined in:
- lib/rgeo/geographic/projected_feature_methods.rb
#difference(rhs) ⇒ Object
135 136 137 |
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 135 def difference(rhs) factory.unproject(projection.unsafe_difference(Feature.cast(rhs, factory).projection)) end |