Class: NSWTopo::GeoJSON::LineString
- Inherits:
-
Object
- Object
- NSWTopo::GeoJSON::LineString
- Defined in:
- lib/nswtopo/gis/geojson/line_string.rb
Instance Method Summary collapse
Instance Method Details
#bounds ⇒ Object
6 7 8 |
# File 'lib/nswtopo/gis/geojson/line_string.rb', line 6 def bounds @coordinates.transpose.map(&:minmax) end |