Class: NSWTopo::GeoJSON::LineString

Inherits:
Object
  • Object
show all
Defined in:
lib/nswtopo/gis/geojson/line_string.rb

Instance Method Summary collapse

Instance Method Details

#boundsObject



6
7
8
# File 'lib/nswtopo/gis/geojson/line_string.rb', line 6

def bounds
  @coordinates.transpose.map(&:minmax)
end