Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrmultisurface.cpp272 OGRMultiPolygon* OGRMultiSurface::CastToMultiPolygon(OGRMultiSurface* poMS) in CastToMultiPolygon() argument
274 for(int i=0;i<poMS->nGeomCount;i++) in CastToMultiPolygon()
276 poMS->papoGeoms[i] = OGRSurface::CastToPolygon( (OGRSurface*)poMS->papoGeoms[i] ); in CastToMultiPolygon()
277 if( poMS->papoGeoms[i] == NULL ) in CastToMultiPolygon()
279 delete poMS; in CastToMultiPolygon()
283 return (OGRMultiPolygon*) TransferMembersAndDestroy(poMS, new OGRMultiPolygon()); in CastToMultiPolygon()
H A Dgml2ogrgeometry.cpp1887 OGRMultiSurface* poMS; in GML2OGRGeometry_XMLNode_Internal() local
1889 poMS = new OGRMultiPolygon(); in GML2OGRGeometry_XMLNode_Internal()
1891 poMS = new OGRMultiSurface(); in GML2OGRGeometry_XMLNode_Internal()
1968 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
1997 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
2036 return poMS; in GML2OGRGeometry_XMLNode_Internal()
3097 OGRMultiSurface* poMS = NULL; in GML2OGRGeometry_XMLNode_Internal() local
3122 if( poMS == NULL ) in GML2OGRGeometry_XMLNode_Internal()
3134 poResult = poMS; in GML2OGRGeometry_XMLNode_Internal()
3139 poMS = OGRMultiPolygon::CastToMultiSurface((OGRMultiPolygon*)poMS); in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogr_geometry.h1079 static OGRMultiPolygon* CastToMultiPolygon(OGRMultiSurface* poMS);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrmultisurface.cpp332 OGRMultiPolygon* OGRMultiSurface::CastToMultiPolygon( OGRMultiSurface* poMS ) in CastToMultiPolygon() argument
334 for( auto&& poSubGeom: *poMS ) in CastToMultiPolygon()
339 delete poMS; in CastToMultiPolygon()
345 TransferMembersAndDestroy(poMS, poMP); in CastToMultiPolygon()
H A Dogrmultipolygon.cpp173 OGRMultiSurface* poMS = new OGRMultiSurface(); in CastToMultiSurface() local
174 TransferMembersAndDestroy(poMP, poMS); in CastToMultiSurface()
175 return poMS; in CastToMultiSurface()
H A Dgml2ogrgeometry.cpp2132 OGRMultiSurface* poMS = in GML2OGRGeometry_XMLNode_Internal() local
2225 poMS, poGeom, in GML2OGRGeometry_XMLNode_Internal()
2230 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
2254 poMS, poGeom, in GML2OGRGeometry_XMLNode_Internal()
2259 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
2272 : poMS->toMultiPolygon(); in GML2OGRGeometry_XMLNode_Internal()
2296 return poMS; in GML2OGRGeometry_XMLNode_Internal()
3426 OGRMultiSurface* poMS = nullptr; in GML2OGRGeometry_XMLNode_Internal() local
3454 if( poMS == nullptr ) in GML2OGRGeometry_XMLNode_Internal()
3466 poResultPoly = poMS; in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogrgeometryfactory.cpp884 OGRMultiSurface* poMS = poGeom->toMultiSurface(); in forceToMultiPolygon() local
885 if( !poMS->hasCurveGeometry(TRUE) ) in forceToMultiPolygon()
887 return OGRMultiSurface::CastToMultiPolygon(poMS); in forceToMultiPolygon()
H A Dogr_geometry.h2567 static OGRMultiPolygon* CastToMultiPolygon( OGRMultiSurface* poMS );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrmultisurface.cpp332 OGRMultiPolygon* OGRMultiSurface::CastToMultiPolygon( OGRMultiSurface* poMS ) in CastToMultiPolygon() argument
334 for( auto&& poSubGeom: *poMS ) in CastToMultiPolygon()
339 delete poMS; in CastToMultiPolygon()
345 TransferMembersAndDestroy(poMS, poMP); in CastToMultiPolygon()
H A Dogrmultipolygon.cpp173 OGRMultiSurface* poMS = new OGRMultiSurface(); in CastToMultiSurface() local
174 TransferMembersAndDestroy(poMP, poMS); in CastToMultiSurface()
175 return poMS; in CastToMultiSurface()
H A Dgml2ogrgeometry.cpp2132 OGRMultiSurface* poMS = in GML2OGRGeometry_XMLNode_Internal() local
2225 poMS, poGeom, in GML2OGRGeometry_XMLNode_Internal()
2230 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
2254 poMS, poGeom, in GML2OGRGeometry_XMLNode_Internal()
2259 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
2272 : poMS->toMultiPolygon(); in GML2OGRGeometry_XMLNode_Internal()
2296 return poMS; in GML2OGRGeometry_XMLNode_Internal()
3426 OGRMultiSurface* poMS = nullptr; in GML2OGRGeometry_XMLNode_Internal() local
3454 if( poMS == nullptr ) in GML2OGRGeometry_XMLNode_Internal()
3466 poResultPoly = poMS; in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogrgeometryfactory.cpp884 OGRMultiSurface* poMS = poGeom->toMultiSurface(); in forceToMultiPolygon() local
885 if( !poMS->hasCurveGeometry(TRUE) ) in forceToMultiPolygon()
887 return OGRMultiSurface::CastToMultiPolygon(poMS); in forceToMultiPolygon()
H A Dogr_geometry.h2567 static OGRMultiPolygon* CastToMultiPolygon( OGRMultiSurface* poMS );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrmultisurface.cpp332 OGRMultiPolygon* OGRMultiSurface::CastToMultiPolygon( OGRMultiSurface* poMS ) in CastToMultiPolygon() argument
334 for( auto&& poSubGeom: *poMS ) in CastToMultiPolygon()
339 delete poMS; in CastToMultiPolygon()
345 TransferMembersAndDestroy(poMS, poMP); in CastToMultiPolygon()
H A Dogrmultipolygon.cpp173 OGRMultiSurface* poMS = new OGRMultiSurface(); in CastToMultiSurface() local
174 TransferMembersAndDestroy(poMP, poMS); in CastToMultiSurface()
175 return poMS; in CastToMultiSurface()
H A Dgml2ogrgeometry.cpp2132 OGRMultiSurface* poMS = in GML2OGRGeometry_XMLNode_Internal() local
2225 poMS, poGeom, in GML2OGRGeometry_XMLNode_Internal()
2230 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
2254 poMS, poGeom, in GML2OGRGeometry_XMLNode_Internal()
2259 delete poMS; in GML2OGRGeometry_XMLNode_Internal()
2272 : poMS->toMultiPolygon(); in GML2OGRGeometry_XMLNode_Internal()
2296 return poMS; in GML2OGRGeometry_XMLNode_Internal()
3426 OGRMultiSurface* poMS = nullptr; in GML2OGRGeometry_XMLNode_Internal() local
3454 if( poMS == nullptr ) in GML2OGRGeometry_XMLNode_Internal()
3466 poResultPoly = poMS; in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogrgeometryfactory.cpp884 OGRMultiSurface* poMS = poGeom->toMultiSurface(); in forceToMultiPolygon() local
885 if( !poMS->hasCurveGeometry(TRUE) ) in forceToMultiPolygon()
887 return OGRMultiSurface::CastToMultiPolygon(poMS); in forceToMultiPolygon()
H A Dogr_geometry.h2567 static OGRMultiPolygon* CastToMultiPolygon( OGRMultiSurface* poMS );
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbUtils.cpp362 OGRMultiSurface* poMS = new OGRMultiSurface(); in GDBGeometryToOGRGeometry() local
363 poMS->addGeometryDirectly( pOGRGeometry ); in GDBGeometryToOGRGeometry()
364 pOGRGeometry = poMS; in GDBGeometryToOGRGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbUtils.cpp362 OGRMultiSurface* poMS = new OGRMultiSurface(); in GDBGeometryToOGRGeometry() local
363 poMS->addGeometryDirectly( pOGRGeometry ); in GDBGeometryToOGRGeometry()
364 pOGRGeometry = poMS; in GDBGeometryToOGRGeometry()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbUtils.cpp362 OGRMultiSurface* poMS = new OGRMultiSurface(); in GDBGeometryToOGRGeometry() local
363 poMS->addGeometryDirectly( pOGRGeometry ); in GDBGeometryToOGRGeometry()
364 pOGRGeometry = poMS; in GDBGeometryToOGRGeometry()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdblayer.cpp1587 OGRMultiSurface* poMS = new OGRMultiSurface(); in GetCurrentFeature() local
1588 poMS->addGeometryDirectly( poGeom ); in GetCurrentFeature()
1589 poGeom = poMS; in GetCurrentFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdblayer.cpp1587 OGRMultiSurface* poMS = new OGRMultiSurface(); in GetCurrentFeature() local
1588 poMS->addGeometryDirectly( poGeom ); in GetCurrentFeature()
1589 poGeom = poMS; in GetCurrentFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dogropenfilegdblayer.cpp1587 OGRMultiSurface* poMS = new OGRMultiSurface(); in GetCurrentFeature() local
1588 poMS->addGeometryDirectly( poGeom ); in GetCurrentFeature()
1589 poGeom = poMS; in GetCurrentFeature()