54 55 56
# File 'lib/charta/gml.rb', line 54 def to_ewkt "SRID=#{@srid};" + self.class.document_to_ewkt(@gml, @srid) end