| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Internal.Wkb.Geometry
Documentation
data GeometryType Source #
Constructors
| Geometry | |
| Point | |
| LineString | |
| Polygon | |
| MultiPoint | |
| MultiLineString | |
| MultiPolygon | |
| GeometryCollection |
Instances
| Eq GeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry | |
| Show GeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry Methods showsPrec :: Int -> GeometryType -> ShowS # show :: GeometryType -> String # showList :: [GeometryType] -> ShowS # | |
data CoordinateType Source #
Instances
| Eq CoordinateType Source # | |
Defined in Data.Internal.Wkb.Geometry Methods (==) :: CoordinateType -> CoordinateType -> Bool # (/=) :: CoordinateType -> CoordinateType -> Bool # | |
| Show CoordinateType Source # | |
Defined in Data.Internal.Wkb.Geometry Methods showsPrec :: Int -> CoordinateType -> ShowS # show :: CoordinateType -> String # showList :: [CoordinateType] -> ShowS # | |
data WkbGeometryType Source #
Constructors
| WkbGeom GeometryType CoordinateType |
Instances
| Eq WkbGeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry Methods (==) :: WkbGeometryType -> WkbGeometryType -> Bool # (/=) :: WkbGeometryType -> WkbGeometryType -> Bool # | |
| Show WkbGeometryType Source # | |
Defined in Data.Internal.Wkb.Geometry Methods showsPrec :: Int -> WkbGeometryType -> ShowS # show :: WkbGeometryType -> String # showList :: [WkbGeometryType] -> ShowS # | |
type BuilderWkbGeometryType = EndianType -> WkbGeometryType -> Builder Source #
builderWkbGeom :: EndianType -> WkbGeometryType -> Builder Source #