module NSWTopo::GeoJSON
Constants
- CLASSES
- Error
- TYPES
Public Instance Methods
bounds()
click to toggle source
# File lib/nswtopo/gis/geojson.rb, line 72 def bounds explode.map(&:bounds).transpose.map(&:flatten).map(&:minmax) end
explode()
click to toggle source
# File lib/nswtopo/gis/geojson.rb, line 54 def explode [self] end