Please see my image:
I used the below statements to get Geometry:
OGRGeometry *poGeometry;
poGeometry = poFeature->GetGeometryRef();
Do you know how to check whether the Polygon 1 (geometry) is empty (or include a small polygon) or not ?
If it is possible, how to get or identify the polygon 2 ?
Thanks and regards,
Tai