Method: RGeo::Geos::CAPIGeometryMethods#factory=
- Defined in:
- ext/geos_c_impl/geometry.c
#factory=(factory) ⇒ Object
117 118 119 120 121 122 |
# File 'ext/geos_c_impl/geometry.c', line 117 static VALUE method_geometry_set_factory(VALUE self, VALUE factory) { RGEO_GEOMETRY_DATA_PTR(self)->factory = factory; return factory; } |