Go to the source code of this file.
Functions | |
| bool | spatialRelation (te::gm::Geometry *g1, te::gm::Geometry *g2, te::gm::SpatialRelation relation) |
| bool spatialRelation | ( | te::gm::Geometry * | g1, |
| te::gm::Geometry * | g2, | ||
| te::gm::SpatialRelation | relation | ||
| ) |
Definition at line 6 of file SpatialRelations.cpp.
References te::gm::CONTAINS, te::gm::Geometry::contains(), te::gm::COVEREDBY, te::gm::Geometry::coveredBy(), te::gm::COVERS, te::gm::Geometry::covers(), te::gm::CROSSES, te::gm::Geometry::crosses(), te::gm::DISJOINT, te::gm::Geometry::disjoint(), te::gm::EQUALS, te::gm::Geometry::equals(), te::gm::INTERSECTS, te::gm::Geometry::intersects(), te::gm::OVERLAPS, te::gm::Geometry::overlaps(), te::gm::TOUCHES, te::gm::Geometry::touches(), te::gm::WITHIN, and te::gm::Geometry::within().
Referenced by spatialRelationsExamples().