Method: RGeo::Geographic::ProjectedGeometryMethods#union

Defined in:
lib/rgeo/geographic/projected_feature_methods.rb

#union(rhs) ⇒ Object



131
132
133
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 131

def union(rhs)
  factory.unproject(projection.unsafe_union(Feature.cast(rhs, factory).projection))
end