Method: RGeo::Geographic::ProjectedGeometryMethods#equals?
- Defined in:
- lib/rgeo/geographic/projected_feature_methods.rb
#equals?(rhs) ⇒ Boolean
67 68 69 |
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 67 def equals?(rhs) projection.equals?(Feature.cast(rhs, factory).projection) end |