module GDAL.OGRFeature
       (OGRFeature(..), IOGRFeature, upcastOGRFeature, downcastOGRFeature,
        oGRFeature_GetFID, oGRFeature_GetFieldCount,
        oGRFeature_GetFieldAsInteger, oGRFeature_GetFieldAsInteger64,
        oGRFeature_GetFieldAsString, oGRFeature_GetGeometryRef)
       where
import GDAL.OGRFeature.RawType
import GDAL.OGRFeature.Interface
import GDAL.OGRFeature.Implementation