hgdal-1.0.0.0: src/GDAL/OGRGeometry.hs
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