Method: RGeo::Feature::Geometry#as_text

Defined in:
lib/rgeo/feature/geometry.rb

#as_textObject

SFS 1.1 Description

Exports this geometric object to a specific Well-known Text Representation of Geometry.

Notes

Returns an ASCII string.



195
196
197
# File 'lib/rgeo/feature/geometry.rb', line 195

def as_text
  raise Error::UnsupportedOperation, "Method #{self.class}#as_text not defined."
end