Method: RGeo::Geos::CAPIGeometryMethods#initialized?

Defined in:
ext/geos_c_impl/geometry.c

#initialized?Boolean

** RUBY METHOD DEFINITIONS ***

Returns:

  • (Boolean)


105
106
107
108
109
# File 'ext/geos_c_impl/geometry.c', line 105

static VALUE
method_geometry_initialized_p(VALUE self)
{
  return RGEO_GEOMETRY_DATA_PTR(self)->geom ? Qtrue : Qfalse;
}