Method: RGeo::Geos::CAPIGeometryMethods#init_with
- Defined in:
- lib/rgeo/geos/capi_feature_classes.rb
#init_with(coder) ⇒ Object
:nodoc:
61 62 63 64 |
# File 'lib/rgeo/geos/capi_feature_classes.rb', line 61 def init_with(coder) # :nodoc: obj = coder["factory"].read_for_psych(coder["wkt"]) _steal(obj) end |