Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_api.cpp433 OGRGeometryH OGR_G_GetGeometryRef( OGRGeometryH hGeom, int iSubGeom ) in OGR_G_GetGeometryRef() argument
439 if( iSubGeom == 0 ) in OGR_G_GetGeometryRef()
444 ((OGRPolygon *)hGeom)->getInteriorRing(iSubGeom-1); in OGR_G_GetGeometryRef()
451 ((OGRGeometryCollection *)hGeom)->getGeometryRef( iSubGeom ); in OGR_G_GetGeometryRef()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_api.cpp704 OGRGeometryH OGR_G_GetGeometryRef( OGRGeometryH hGeom, int iSubGeom ) in OGR_G_GetGeometryRef() argument
712 if( iSubGeom == 0 ) in OGR_G_GetGeometryRef()
717 ((OGRCurvePolygon *)hGeom)->getInteriorRingCurve(iSubGeom-1); in OGR_G_GetGeometryRef()
720 return (OGRGeometryH) ((OGRCompoundCurve *)hGeom)->getCurve(iSubGeom); in OGR_G_GetGeometryRef()
722 return (OGRGeometryH) ((OGRGeometryCollection *)hGeom)->getGeometryRef( iSubGeom ); in OGR_G_GetGeometryRef()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_api.cpp1308 OGRGeometryH OGR_G_GetGeometryRef( OGRGeometryH hGeom, int iSubGeom ) in OGR_G_GetGeometryRef() argument
1317 if( iSubGeom == 0 ) in OGR_G_GetGeometryRef()
1322 poGeom->toCurvePolygon()->getInteriorRingCurve(iSubGeom - 1)); in OGR_G_GetGeometryRef()
1327 poGeom->toCompoundCurve()->getCurve(iSubGeom)); in OGR_G_GetGeometryRef()
1332 poGeom->toGeometryCollection()->getGeometryRef(iSubGeom)); in OGR_G_GetGeometryRef()
1337 poGeom->toPolyhedralSurface()->getGeometryRef(iSubGeom)); in OGR_G_GetGeometryRef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_api.cpp1308 OGRGeometryH OGR_G_GetGeometryRef( OGRGeometryH hGeom, int iSubGeom )
1317 if( iSubGeom == 0 )
1322 poGeom->toCurvePolygon()->getInteriorRingCurve(iSubGeom - 1));
1327 poGeom->toCompoundCurve()->getCurve(iSubGeom));
1332 poGeom->toGeometryCollection()->getGeometryRef(iSubGeom));
1337 poGeom->toPolyhedralSurface()->getGeometryRef(iSubGeom));
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_api.cpp1308 OGRGeometryH OGR_G_GetGeometryRef( OGRGeometryH hGeom, int iSubGeom ) in OGR_G_GetGeometryRef() argument
1317 if( iSubGeom == 0 ) in OGR_G_GetGeometryRef()
1322 poGeom->toCurvePolygon()->getInteriorRingCurve(iSubGeom - 1)); in OGR_G_GetGeometryRef()
1327 poGeom->toCompoundCurve()->getCurve(iSubGeom)); in OGR_G_GetGeometryRef()
1332 poGeom->toGeometryCollection()->getGeometryRef(iSubGeom)); in OGR_G_GetGeometryRef()
1337 poGeom->toPolyhedralSurface()->getGeometryRef(iSubGeom)); in OGR_G_GetGeometryRef()
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A Dogr.i2880 OGRErr RemoveGeometry( int iSubGeom ) { in RemoveGeometry() argument
2881 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in RemoveGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A Dogr.i2880 OGRErr RemoveGeometry( int iSubGeom ) { in RemoveGeometry() argument
2881 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in RemoveGeometry()
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A Dogr.i2880 OGRErr RemoveGeometry( int iSubGeom ) { in RemoveGeometry() argument
2881 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in RemoveGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/java/
H A Djavadoc.java8808 public class Geometry:public Geometry GetGeometryRef(int iSubGeom)
/dports/graphics/gdal/gdal-3.3.3/swig/java/
H A Djavadoc.java8808 public class Geometry:public Geometry GetGeometryRef(int iSubGeom)
/dports/graphics/py-gdal/gdal-3.3.3/swig/java/
H A Djavadoc.java8808 public class Geometry:public Geometry GetGeometryRef(int iSubGeom)
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/
H A Dogr_wrap.cpp3246 SWIGINTERN OGRErr OGRGeometryShadow_RemoveGeometry(OGRGeometryShadow *self,int iSubGeom){ in OGRGeometryShadow_RemoveGeometry() argument
3247 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in OGRGeometryShadow_RemoveGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/
H A Dogr_wrap.cpp3246 SWIGINTERN OGRErr OGRGeometryShadow_RemoveGeometry(OGRGeometryShadow *self,int iSubGeom){
3247 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE );
/dports/graphics/gdal/gdal-3.3.3/swig/perl/
H A Dogr_wrap.cpp3246 SWIGINTERN OGRErr OGRGeometryShadow_RemoveGeometry(OGRGeometryShadow *self,int iSubGeom){ in OGRGeometryShadow_RemoveGeometry() argument
3247 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in OGRGeometryShadow_RemoveGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/extensions/
H A Dogr_wrap.cpp5377 SWIGINTERN OGRErr OGRGeometryShadow_RemoveGeometry(OGRGeometryShadow *self,int iSubGeom){ in OGRGeometryShadow_RemoveGeometry() argument
5378 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in OGRGeometryShadow_RemoveGeometry()
/dports/graphics/gdal/gdal-3.3.3/swig/python/extensions/
H A Dogr_wrap.cpp5377 SWIGINTERN OGRErr OGRGeometryShadow_RemoveGeometry(OGRGeometryShadow *self,int iSubGeom){ in OGRGeometryShadow_RemoveGeometry() argument
5378 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in OGRGeometryShadow_RemoveGeometry()
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/extensions/
H A Dogr_wrap.cpp5377 SWIGINTERN OGRErr OGRGeometryShadow_RemoveGeometry(OGRGeometryShadow *self,int iSubGeom){ in OGRGeometryShadow_RemoveGeometry() argument
5378 return OGR_G_RemoveGeometry( self, iSubGeom, TRUE ); in OGRGeometryShadow_RemoveGeometry()