hgdal-1.0.0.1: Haskell binding to the GDAL library
Safe HaskellSafe-Inferred
LanguageHaskell2010

GDAL.OGRPoint.Interface

Documentation

class IOGRGeometry a => IOGRPoint a Source #

Instances

Instances details
IOGRPoint OGRPoint Source # 
Instance details

Defined in GDAL.OGRPoint.Implementation

upcastOGRPoint :: forall a. (FPtr a, IOGRPoint a) => a -> OGRPoint Source #

downcastOGRPoint :: forall a. (FPtr a, IOGRPoint a) => OGRPoint -> a Source #