Home
last modified time | relevance | path

Searched refs:OGRply (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/R-cran-rgdal/rgdal/src/
H A DOGR_write.cpp695 OGRPolygon OGRply; local
707 OGRply.addRing( &OGRlr );
719 OGRply.addRing( &OGRlr ); // first is Ering, others Iring(s)
723 if( poFeature->SetGeometry( &OGRply ) != OGRERR_NONE ) {
808 OGRPolygon OGRply = OGRPolygon(); local
823 OGRply.addRing( &OGRlr );
825 poRet.addGeometry(&OGRply);
826 OGRply.empty();