module GDAL.OGRGeometry
       (OGRGeometry(..), IOGRGeometry(..), upcastOGRGeometry,
        downcastOGRGeometry, oGRGeometry_SimplifyPreserveTopology,
        oGRGeometry_toPolygon, oGRGeometry_toMultiPolygon)
       where
import GDAL.OGRGeometry.RawType
import GDAL.OGRGeometry.Interface
import GDAL.OGRGeometry.Implementation