test_length_data(): geom_(nullptr), pm_(1), factory_(GeometryFactory::create(&pm_, 0)), reader_(factory_.get()) { assert(nullptr == geom_); }
test_preparedgeometrytouches_data() : factory(GeometryFactory::create()) , reader(factory.get()) , g1(nullptr) , g2(nullptr) , pg1(nullptr) , pg2(nullptr) {}
test_linestring_data() : pm_(1000) , factory_(geos::geom::GeometryFactory::create(&pm_, 0)) , reader_(factory_.get()) , empty_line_(factory_->createLineString(new geos::geom::CoordinateArraySequence())) { assert(nullptr != empty_line_); }
test_geometryfilter_data() : gf(geos::geom::GeometryFactory::create()) , reader(gf.get()) { }