Method: RGeo::Geos::CAPIGeometryMethods#as_text

Defined in:
lib/rgeo/geos/capi_feature_classes.rb

#as_textObject Also known as: to_s



66
67
68
69
70
# File 'lib/rgeo/geos/capi_feature_classes.rb', line 66

def as_text
  str = _as_text
  str.force_encoding("US-ASCII") if str.respond_to?(:force_encoding)
  str
end