|
|
|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| class Num a => Points p a | p -> a where | Source |
|
| | Methods | | createPoint :: a -> a -> p | Source |
| | Create a point from two coordinates
| | | | Returns the X componente of the coordinate
| | | | Returns the Y componente of the coordinate
| | | | Check if the two coordinates are equal
|
| | Instances | |
|
|
| class Num a => Lines l a | l -> a where | Source |
|
| | Methods | | createLine :: [(a, a)] -> l | Source |
| | Constructor - Create a line from a point list
| | | decompToCoords :: l -> [(a, a)] | Source |
| | decomp a line to point
|
| | Instances | |
|
|
|
| | Methods | | createPolygon :: [l] -> pg | Source |
| | create a polygon from a line list
|
| | Instances | |
|
|
|
| | Methods | | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
| | Methods | | union :: [a] -> [a] -> [a] | Source |
| | | intersection :: [a] -> [a] -> [a] | Source |
| | | difference :: [a] -> [a] -> [a] | Source |
|
| | Instances | |
|
|
|
| | Methods | | | Instances | |
|
|
|
| | Methods | | | Instances | |
|
|
|
|
|
|
|
| Returns the length of a Line 2D.
|
|
|
| Returns the area of a TePolygon
|
|
| The TeGeoObject type
|
|
|
| Constructors | | Instances | |
|
|
| The TeGeoObjects class
|
|
|
| | Methods | | | Returns the object identification
| | | getAttributes :: a -> [at] | Source |
| | Returns the attributes list from a geoobject
| | | getGeometries :: a -> [g] | Source |
| | Returns the geometries list from a geoobject
|
| | Instances | |
|
|
| The Value type
|
|
|
| Constructors | | Instances | |
|
|
| The Attribute type
|
|
|
| Constructors | | Instances | |
|
|
| The Values class
|
|
|
| | Methods | | | Instances | |
|
|
| The Attributes class
|
|
|
| | Methods | | | Instances | |
|
|
|
|
|
|
|
|
|
| | Methods | | getValues :: r a -> [[a]] | Source |
| | | setValues :: [[a]] -> r a | Source |
|
| | Instances | |
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |