class NSWTopo::GeoJSON::Polygon

def rings

def rings
  MultiLineString.new @coordinates, @properties
end