Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GDAL.OGRCurve
Documentation
Constructors
OGRCurve (Ptr RawOGRCurve) |
Instances
class IOGRGeometry a => IOGRCurve a where Source #
Instances
IOGRCurve OGRCurve Source # | |
Defined in GDAL.OGRCurve.Implementation Methods getNumPoints :: OGRCurve -> IO CInt Source # getPointIterator :: OGRCurve -> IO OGRPointIterator Source # | |
IOGRCurve OGRLineString Source # | |
Defined in GDAL.OGRLineString.Implementation Methods getNumPoints :: OGRLineString -> IO CInt Source # getPointIterator :: OGRLineString -> IO OGRPointIterator Source # | |
IOGRCurve OGRLinearRing Source # | |
Defined in GDAL.OGRLinearRing.Implementation Methods getNumPoints :: OGRLinearRing -> IO CInt Source # getPointIterator :: OGRLinearRing -> IO OGRPointIterator Source # | |
IOGRCurve OGRSimpleCurve Source # | |
Defined in GDAL.OGRSimpleCurve.Implementation Methods getNumPoints :: OGRSimpleCurve -> IO CInt Source # getPointIterator :: OGRSimpleCurve -> IO OGRPointIterator Source # |