module ToWkt

Constants

VERSION

Public Instance Methods

to_wkt(type) click to toggle source
# File lib/to_wkt_.rb, line 5
def to_wkt(type)
  adapter = Adapter.new
  adapter.array_to_wkt(self, type)
end