terrahs-0.7: A library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeTopologyOps
Description

A module for supporting the functions of TerraLib TeGeometryAlgorithms

More information - http://www.terralib.org

Documentation
data TeSpatialRelation Source
Constructors
TeDISJOINT
TeTOUCHES
TeCROSSES
TeWITHIN
TeOVERLAPS
TeCONTAINS
TeINTERSECTS
TeEQUALS
TeCOVERS
TeCOVEREDBY
TeUNDEFINEDREL
show/hide Instances
class TeRelations a b whereSource
Methods
relation :: a -> b -> TeSpatialRelationSource
show/hide Instances
returnTeRelation :: Int32 -> TeSpatialRelationSource
tecell_teequals :: TeCellPtr -> TeCellPtr -> IO BoolSource
tepolygon_teequals :: TePolygonPtr -> TePolygonPtr -> IO BoolSource
tepoint_teequals :: TePointPtr -> TePointPtr -> IO BoolSource
teline2d_teequals :: TeLine2DPtr -> TeLine2DPtr -> IO BoolSource
teline2d_tecrosses :: TeLine2DPtr -> TeLine2DPtr -> IO BoolSource
linepol_tecrosses :: TeLine2DPtr -> TePolygonPtr -> IO BoolSource
linecell_tecrosses :: TeLine2DPtr -> TeCellPtr -> IO BoolSource
tepolygon_tedisjoint :: TePolygonPtr -> TePolygonPtr -> IO BoolSource
linepol_tedisjoint :: TeLine2DPtr -> TePolygonPtr -> IO BoolSource
tepoint_tedisjoint :: TePointPtr -> TePointPtr -> IO BoolSource
teline2d_tedisjoint :: TeLine2DPtr -> TeLine2DPtr -> IO BoolSource
pointline_tedisjoint :: TePointPtr -> TeLine2DPtr -> IO BoolSource
pointpol_tedisjoint :: TePointPtr -> TePolygonPtr -> IO BoolSource
tecell_tedisjoint :: TeCellPtr -> TeCellPtr -> IO BoolSource
cellline_tedisjoint :: TeCellPtr -> TeLine2DPtr -> IO BoolSource
cellpol_tedisjoint :: TeCellPtr -> TePolygonPtr -> IO BoolSource
cellpoint_tedisjoint :: TeCellPtr -> TePointPtr -> IO BoolSource
boxbox_tedisjoint :: TeBoxPtr -> TeBoxPtr -> IO BoolSource
teline2d_tetouches :: TeLine2DPtr -> TeLine2DPtr -> IO BoolSource
linepoint_tetouches :: TePointPtr -> TeLine2DPtr -> IO BoolSource
pointpol_tetouches :: TePointPtr -> TePolygonPtr -> IO BoolSource
linepol_tetouches :: TeLine2DPtr -> TePolygonPtr -> IO BoolSource
tepolygon_tetouches :: TePolygonPtr -> TePolygonPtr -> IO BoolSource
tecell_tetouches :: TeCellPtr -> TeCellPtr -> IO BoolSource
linecell_tetouches :: TeLine2DPtr -> TeCellPtr -> IO BoolSource
cellpol_tetouches :: TeCellPtr -> TePolygonPtr -> IO BoolSource
pointcell_tetouches :: TePointPtr -> TeCellPtr -> IO BoolSource
linepoint_tewithin :: TePointPtr -> TeLine2DPtr -> IO BoolSource
tepoint_tewithin :: TePointPtr -> TePointPtr -> IO BoolSource
pointpol_tewithin :: TePointPtr -> TePolygonPtr -> IO BoolSource
teline2d_tewithin :: TeLine2DPtr -> TeLine2DPtr -> IO BoolSource
linepol_tewithin :: TeLine2DPtr -> TePolygonPtr -> IO BoolSource
tecell_tewithin :: TeCellPtr -> TeCellPtr -> IO BoolSource
linecell_tewithin :: TeLine2DPtr -> TeCellPtr -> IO BoolSource
cellpol_tewithin :: TeCellPtr -> TePolygonPtr -> IO BoolSource
pointcell_tewithin :: TePointPtr -> TeCellPtr -> IO BoolSource
tepolygon_tewithin :: TePolygonPtr -> TePolygonPtr -> IO BoolSource
boxbox_tewithin :: TeBoxPtr -> TeBoxPtr -> IO BoolSource
teline2d_teoverlaps :: TeLine2DPtr -> TeLine2DPtr -> IO BoolSource
tepolygon_teoverlaps :: TePolygonPtr -> TePolygonPtr -> IO BoolSource
tecell_teoverlaps :: TeCellPtr -> TeCellPtr -> IO BoolSource
cellpol_teoverlaps :: TeCellPtr -> TePolygonPtr -> IO BoolSource
teline2d_tecoveredby :: TeLine2DPtr -> TeLine2DPtr -> IO BoolSource
tepolygon_tecoveredby :: TePolygonPtr -> TePolygonPtr -> IO BoolSource
tecell_tecoveredby :: TeCellPtr -> TeCellPtr -> IO BoolSource
polcell_tecoveredby :: TePolygonPtr -> TeCellPtr -> IO BoolSource
linepol_tecoveredby :: TeLine2DPtr -> TePolygonPtr -> IO BoolSource
linecell_tecoveredby :: TeLine2DPtr -> TeCellPtr -> IO BoolSource
pointline_terelation :: TePointPtr -> TeLine2DPtr -> IO Int32Source
polpol_terelation :: TePolygonPtr -> TePolygonPtr -> IO Int32Source
pointpol_terelation :: TePointPtr -> TePolygonPtr -> IO Int32Source
linepol_terelation :: TeLine2DPtr -> TePolygonPtr -> IO Int32Source
Produced by Haddock version 2.4.2