Method: RGeo::Geographic::ProjectedGeometryMethods#convex_hull
- Defined in:
- lib/rgeo/geographic/projected_feature_methods.rb
#convex_hull ⇒ Object
123 124 125 |
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 123 def convex_hull factory.unproject(projection.unsafe_convex_hull) end |