GEOS
3.4.2
|
This is the complete list of members for geos::algorithm::CGAlgorithms, including all inherited members.
CGAlgorithms() (defined in geos::algorithm::CGAlgorithms) | geos::algorithm::CGAlgorithms | inline |
CLOCKWISE enum value (defined in geos::algorithm::CGAlgorithms) | geos::algorithm::CGAlgorithms | |
COLLINEAR enum value (defined in geos::algorithm::CGAlgorithms) | geos::algorithm::CGAlgorithms | |
computeOrientation(const geom::Coordinate &p1, const geom::Coordinate &p2, const geom::Coordinate &q) | geos::algorithm::CGAlgorithms | static |
COUNTERCLOCKWISE enum value (defined in geos::algorithm::CGAlgorithms) | geos::algorithm::CGAlgorithms | |
distanceLineLine(const geom::Coordinate &A, const geom::Coordinate &B, const geom::Coordinate &C, const geom::Coordinate &D) | geos::algorithm::CGAlgorithms | static |
distancePointLine(const geom::Coordinate &p, const geom::Coordinate &A, const geom::Coordinate &B) | geos::algorithm::CGAlgorithms | static |
distancePointLinePerpendicular(const geom::Coordinate &p, const geom::Coordinate &A, const geom::Coordinate &B) | geos::algorithm::CGAlgorithms | static |
isCCW(const geom::CoordinateSequence *ring) | geos::algorithm::CGAlgorithms | static |
isOnLine(const geom::Coordinate &p, const geom::CoordinateSequence *pt) | geos::algorithm::CGAlgorithms | static |
isPointInRing(const geom::Coordinate &p, const geom::CoordinateSequence *ring) | geos::algorithm::CGAlgorithms | static |
isPointInRing(const geom::Coordinate &p, const std::vector< const geom::Coordinate * > &ring) | geos::algorithm::CGAlgorithms | static |
LEFT enum value (defined in geos::algorithm::CGAlgorithms) | geos::algorithm::CGAlgorithms | |
length(const geom::CoordinateSequence *pts) | geos::algorithm::CGAlgorithms | static |
locatePointInRing(const geom::Coordinate &p, const geom::CoordinateSequence &ring) | geos::algorithm::CGAlgorithms | static |
locatePointInRing(const geom::Coordinate &p, const std::vector< const geom::Coordinate * > &ring) | geos::algorithm::CGAlgorithms | static |
orientationIndex(const geom::Coordinate &p1, const geom::Coordinate &p2, const geom::Coordinate &q) | geos::algorithm::CGAlgorithms | static |
RIGHT enum value (defined in geos::algorithm::CGAlgorithms) | geos::algorithm::CGAlgorithms | |
signedArea(const geom::CoordinateSequence *ring) | geos::algorithm::CGAlgorithms | static |
STRAIGHT enum value (defined in geos::algorithm::CGAlgorithms) | geos::algorithm::CGAlgorithms |