Method: RGeo::Geos::CAPIGeometryMethods#factory
- Defined in:
- ext/geos_c_impl/geometry.c
#factory ⇒ Object
111 112 113 114 115 |
# File 'ext/geos_c_impl/geometry.c', line 111
static VALUE
method_geometry_factory(VALUE self)
{
return RGEO_GEOMETRY_DATA_PTR(self)->factory;
}
|