Method: RGeo::ImplHelper::BasicGeometryMethods#init_with

Defined in:
lib/rgeo/impl_helper/basic_geometry_methods.rb

#init_with(coder) ⇒ Object

:nodoc:



45
46
47
# File 'lib/rgeo/impl_helper/basic_geometry_methods.rb', line 45

def init_with(coder) # :nodoc:
  copy_state_from(coder["factory"].psych_wkt_parser.parse(coder["wkt"]))
end