| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hasura.SQL.GeoJSON
Documentation
newtype MultiPoint Source #
Constructors
| MultiPoint | |
Fields
| |
Instances
| FromJSON MultiPoint Source # | |
Defined in Hasura.SQL.GeoJSON Methods parseJSON :: Value -> Parser MultiPoint Source # parseJSONList :: Value -> Parser [MultiPoint] Source # | |
| ToJSON MultiPoint Source # | |
Defined in Hasura.SQL.GeoJSON Methods toJSON :: MultiPoint -> Value Source # toEncoding :: MultiPoint -> Encoding Source # toJSONList :: [MultiPoint] -> Value Source # toEncodingList :: [MultiPoint] -> Encoding Source # | |
| Show MultiPoint Source # | |
Defined in Hasura.SQL.GeoJSON Methods showsPrec :: Int -> MultiPoint -> ShowS # show :: MultiPoint -> String # showList :: [MultiPoint] -> ShowS # | |
| Eq MultiPoint Source # | |
Defined in Hasura.SQL.GeoJSON | |
| ToWKT MultiPoint Source # | |
Defined in Hasura.SQL.WKT | |
data LineString Source #
Instances
| FromJSON LineString Source # | |
Defined in Hasura.SQL.GeoJSON Methods parseJSON :: Value -> Parser LineString Source # parseJSONList :: Value -> Parser [LineString] Source # | |
| ToJSON LineString Source # | |
Defined in Hasura.SQL.GeoJSON Methods toJSON :: LineString -> Value Source # toEncoding :: LineString -> Encoding Source # toJSONList :: [LineString] -> Value Source # toEncodingList :: [LineString] -> Encoding Source # | |
| Show LineString Source # | |
Defined in Hasura.SQL.GeoJSON Methods showsPrec :: Int -> LineString -> ShowS # show :: LineString -> String # showList :: [LineString] -> ShowS # | |
| Eq LineString Source # | |
Defined in Hasura.SQL.GeoJSON | |
| ToWKT LineString Source # | |
Defined in Hasura.SQL.WKT | |
newtype MultiLineString Source #
Constructors
| MultiLineString | |
Fields | |
Instances
| FromJSON MultiLineString Source # | |
Defined in Hasura.SQL.GeoJSON Methods parseJSON :: Value -> Parser MultiLineString Source # parseJSONList :: Value -> Parser [MultiLineString] Source # | |
| ToJSON MultiLineString Source # | |
Defined in Hasura.SQL.GeoJSON Methods toJSON :: MultiLineString -> Value Source # toEncoding :: MultiLineString -> Encoding Source # toJSONList :: [MultiLineString] -> Value Source # toEncodingList :: [MultiLineString] -> Encoding Source # | |
| Show MultiLineString Source # | |
Defined in Hasura.SQL.GeoJSON Methods showsPrec :: Int -> MultiLineString -> ShowS # show :: MultiLineString -> String # showList :: [MultiLineString] -> ShowS # | |
| Eq MultiLineString Source # | |
Defined in Hasura.SQL.GeoJSON Methods (==) :: MultiLineString -> MultiLineString -> Bool # (/=) :: MultiLineString -> MultiLineString -> Bool # | |
| ToWKT MultiLineString Source # | |
Defined in Hasura.SQL.WKT | |
data LinearRing Source #
Constructors
| LinearRing | |
Instances
| FromJSON LinearRing Source # | |
Defined in Hasura.SQL.GeoJSON Methods parseJSON :: Value -> Parser LinearRing Source # parseJSONList :: Value -> Parser [LinearRing] Source # | |
| ToJSON LinearRing Source # | |
Defined in Hasura.SQL.GeoJSON Methods toJSON :: LinearRing -> Value Source # toEncoding :: LinearRing -> Encoding Source # toJSONList :: [LinearRing] -> Value Source # toEncodingList :: [LinearRing] -> Encoding Source # | |
| Show LinearRing Source # | |
Defined in Hasura.SQL.GeoJSON Methods showsPrec :: Int -> LinearRing -> ShowS # show :: LinearRing -> String # showList :: [LinearRing] -> ShowS # | |
| Eq LinearRing Source # | |
Defined in Hasura.SQL.GeoJSON | |
Constructors
| Polygon | |
Fields
| |
newtype MultiPolygon Source #
Constructors
| MultiPolygon | |
Fields
| |
Instances
| FromJSON MultiPolygon Source # | |
Defined in Hasura.SQL.GeoJSON Methods parseJSON :: Value -> Parser MultiPolygon Source # parseJSONList :: Value -> Parser [MultiPolygon] Source # | |
| ToJSON MultiPolygon Source # | |
Defined in Hasura.SQL.GeoJSON Methods toJSON :: MultiPolygon -> Value Source # toEncoding :: MultiPolygon -> Encoding Source # toJSONList :: [MultiPolygon] -> Value Source # toEncodingList :: [MultiPolygon] -> Encoding Source # | |
| Show MultiPolygon Source # | |
Defined in Hasura.SQL.GeoJSON Methods showsPrec :: Int -> MultiPolygon -> ShowS # show :: MultiPolygon -> String # showList :: [MultiPolygon] -> ShowS # | |
| Eq MultiPolygon Source # | |
Defined in Hasura.SQL.GeoJSON | |
| ToWKT MultiPolygon Source # | |
Defined in Hasura.SQL.WKT | |
data GeometryWithCRS Source #
Constructors
| GeometryWithCRS | |
Instances
| FromJSON GeometryWithCRS Source # | |
Defined in Hasura.SQL.GeoJSON Methods parseJSON :: Value -> Parser GeometryWithCRS Source # parseJSONList :: Value -> Parser [GeometryWithCRS] Source # | |
| ToJSON GeometryWithCRS Source # | |
Defined in Hasura.SQL.GeoJSON Methods toJSON :: GeometryWithCRS -> Value Source # toEncoding :: GeometryWithCRS -> Encoding Source # toJSONList :: [GeometryWithCRS] -> Value Source # toEncodingList :: [GeometryWithCRS] -> Encoding Source # | |
| Show GeometryWithCRS Source # | |
Defined in Hasura.SQL.GeoJSON Methods showsPrec :: Int -> GeometryWithCRS -> ShowS # show :: GeometryWithCRS -> String # showList :: [GeometryWithCRS] -> ShowS # | |
| Eq GeometryWithCRS Source # | |
Defined in Hasura.SQL.GeoJSON Methods (==) :: GeometryWithCRS -> GeometryWithCRS -> Bool # (/=) :: GeometryWithCRS -> GeometryWithCRS -> Bool # | |
| ToWKT GeometryWithCRS Source # | |
Defined in Hasura.SQL.WKT | |
newtype GeometryCollection Source #
Constructors
| GeometryCollection | |
Fields | |
Instances
| FromJSON GeometryCollection Source # | |
Defined in Hasura.SQL.GeoJSON Methods parseJSON :: Value -> Parser GeometryCollection Source # parseJSONList :: Value -> Parser [GeometryCollection] Source # | |
| ToJSON GeometryCollection Source # | |
Defined in Hasura.SQL.GeoJSON Methods toJSON :: GeometryCollection -> Value Source # toEncoding :: GeometryCollection -> Encoding Source # toJSONList :: [GeometryCollection] -> Value Source # toEncodingList :: [GeometryCollection] -> Encoding Source # | |
| Show GeometryCollection Source # | |
Defined in Hasura.SQL.GeoJSON Methods showsPrec :: Int -> GeometryCollection -> ShowS # show :: GeometryCollection -> String # showList :: [GeometryCollection] -> ShowS # | |
| Eq GeometryCollection Source # | |
Defined in Hasura.SQL.GeoJSON Methods (==) :: GeometryCollection -> GeometryCollection -> Bool # (/=) :: GeometryCollection -> GeometryCollection -> Bool # | |
| ToWKT GeometryCollection Source # | |
Defined in Hasura.SQL.WKT | |