hgdal-1.0.0.0: src/GDAL/OGRFieldDefn.hs
module GDAL.OGRFieldDefn
(OGRFieldDefn(..), IOGRFieldDefn, upcastOGRFieldDefn,
downcastOGRFieldDefn, oGRFieldDefn_GetNameRef,
oGRFieldDefn_GetType)
where
import GDAL.OGRFieldDefn.RawType
import GDAL.OGRFieldDefn.Interface
import GDAL.OGRFieldDefn.Implementation