Object
Parses GeoRSS strings You can also use directly the static method Geometry.from_georss
Parses the georss geometry passed as argument and notifies the factory of events The parser assumes
# File lib/geo_ruby/simple_features/georss_parser.rb, line 29 def parse(georss,with_tags = false) @geometry = nil @georss_tags = GeorssTags.new parse_geometry(georss,with_tags) end
Generated with the Darkfish Rdoc Generator 2.