GEOS 3.13.1
|
This is the complete list of members for IntersectionMatrix, including all inherited members.
add(IntersectionMatrix *other) | IntersectionMatrix | |
get(Location row, Location column) const | IntersectionMatrix | inline |
IntersectionMatrix() | IntersectionMatrix | |
IntersectionMatrix(const std::string &elements) | IntersectionMatrix | |
IntersectionMatrix(const IntersectionMatrix &other) | IntersectionMatrix | |
isContains() const | IntersectionMatrix | |
isCoveredBy() const | IntersectionMatrix | |
isCovers() const | IntersectionMatrix | |
isCrosses(int dimensionOfGeometryA, int dimensionOfGeometryB) const | IntersectionMatrix | |
isDisjoint() const | IntersectionMatrix | |
isEquals(int dimensionOfGeometryA, int dimensionOfGeometryB) const | IntersectionMatrix | |
isIntersects() const | IntersectionMatrix | |
isOverlaps(int dimensionOfGeometryA, int dimensionOfGeometryB) const | IntersectionMatrix | |
isTouches(int dimensionOfGeometryA, int dimensionOfGeometryB) const | IntersectionMatrix | |
isWithin() const | IntersectionMatrix | |
matches(const std::string &requiredDimensionSymbols) const | IntersectionMatrix | |
matches(int actualDimensionValue, char requiredDimensionSymbol) | IntersectionMatrix | static |
matches(const std::string &actualDimensionSymbols, const std::string &requiredDimensionSymbols) | IntersectionMatrix | static |
set(Location row, Location column, int dimensionValue) | IntersectionMatrix | |
set(const std::string &dimensionSymbols) | IntersectionMatrix | |
setAll(int dimensionValue) | IntersectionMatrix | |
setAtLeast(Location row, Location column, int minimumDimensionValue) | IntersectionMatrix | |
setAtLeast(std::string minimumDimensionSymbols) | IntersectionMatrix | |
setAtLeastIfValid(Location row, Location column, int minimumDimensionValue) | IntersectionMatrix | |
toString() const | IntersectionMatrix | |
transpose() | IntersectionMatrix |