Parent

Methods

Files

GeoRuby::SimpleFeatures::GeorssParser

Parses GeoRSS strings You can also use directly the static method Geometry.from_georss

Attributes

geometry[R]
georss_tags[R]

Public Instance Methods

parse(georss,with_tags = false) click to toggle source

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.