Sha256: 59c184b4b5276dbdefd90b7651bd60d7af598c261cd816fdd45c154b81a4c107

Contents?: true

Size: 238 Bytes

Versions: 4

Compression:

Stored size: 238 Bytes

Contents

class GeoRuby::SimpleFeatures::EWKTParser

  private

  def parse_linear_ring_with_close_support
    parse_linear_ring_without_close_support 
    @factory.geometry.close!
  end
  alias_method_chain :parse_linear_ring, :close_support

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
georuby-ext-0.0.5 lib/georuby-ext/georuby/ewkt_parser.rb
georuby-ext-0.0.4 lib/georuby-ext/georuby/ewkt_parser.rb
georuby-ext-0.0.3 lib/georuby-ext/georuby/ewkt_parser.rb
georuby-ext-0.0.2 lib/georuby-ext/georuby/ewkt_parser.rb