| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
GDAL.OGRSurface.Interface
Documentation
class IOGRGeometry a => IOGRSurface a Source #
Instances
| IOGRSurface OGRCurvePolygon Source # | |
Defined in GDAL.OGRCurvePolygon.Implementation | |
| IOGRSurface OGRPolygon Source # | |
Defined in GDAL.OGRPolygon.Implementation | |
| IOGRSurface OGRSurface Source # | |
Defined in GDAL.OGRSurface.Implementation | |
upcastOGRSurface :: forall a. (FPtr a, IOGRSurface a) => a -> OGRSurface Source #
downcastOGRSurface :: forall a. (FPtr a, IOGRSurface a) => OGRSurface -> a Source #