class NSWTopo::GeoJSON::LineString
Public Instance Methods
bounds()
click to toggle source
# File lib/nswtopo/gis/geojson/line_string.rb, line 6 def bounds @coordinates.transpose.map(&:minmax) end
# File lib/nswtopo/gis/geojson/line_string.rb, line 6 def bounds @coordinates.transpose.map(&:minmax) end