GEOS 3.11.1
|
This is the complete list of members for geos::geom::Envelope, including all inherited members.
centre(Coordinate ¢re) const | geos::geom::Envelope | |
contains(const Envelope &other) const | geos::geom::Envelope | inline |
contains(const Envelope *other) const (defined in geos::geom::Envelope) | geos::geom::Envelope | inline |
contains(const Coordinate &p) const | geos::geom::Envelope | inline |
contains(double x, double y) const | geos::geom::Envelope | inline |
covers(double x, double y) const | geos::geom::Envelope | |
covers(const Coordinate *p) const | geos::geom::Envelope | inline |
covers(const Envelope &other) const | geos::geom::Envelope | |
covers(const Envelope *other) const (defined in geos::geom::Envelope) | geos::geom::Envelope | inline |
disjoint(const Envelope &other) const | geos::geom::Envelope | inline |
disjoint(const Envelope *other) const (defined in geos::geom::Envelope) | geos::geom::Envelope | inline |
distance(const Envelope &env) const | geos::geom::Envelope | inline |
distanceSquared(const Envelope &env) const | geos::geom::Envelope | inline |
distanceSquaredToCoordinate(const Coordinate &c, const Coordinate &p0, const Coordinate &p1) | geos::geom::Envelope | inlinestatic |
distanceToCoordinate(const Coordinate &c, const Coordinate &p0, const Coordinate &p1) | geos::geom::Envelope | inlinestatic |
Envelope() | geos::geom::Envelope | inline |
Envelope(double x1, double x2, double y1, double y2) | geos::geom::Envelope | inline |
Envelope(const Coordinate &p1, const Coordinate &p2) | geos::geom::Envelope | inline |
Envelope(const Coordinate &p) | geos::geom::Envelope | inlineexplicit |
Envelope(const std::string &str) | geos::geom::Envelope | explicit |
equals(const Envelope *other) const | geos::geom::Envelope | |
expandBy(double deltaX, double deltaY) | geos::geom::Envelope | |
expandBy(double p_distance) | geos::geom::Envelope | inline |
expandToInclude(const Coordinate &p) | geos::geom::Envelope | inline |
expandToInclude(double x, double y) | geos::geom::Envelope | inline |
expandToInclude(const Envelope *other) | geos::geom::Envelope | inline |
expandToInclude(const Envelope &other) (defined in geos::geom::Envelope) | geos::geom::Envelope | inline |
getArea() const | geos::geom::Envelope | inline |
getDiameter() const | geos::geom::Envelope | inline |
getHeight() const | geos::geom::Envelope | inline |
getMaxX() const | geos::geom::Envelope | inline |
getMaxY() const | geos::geom::Envelope | inline |
getMinX() const | geos::geom::Envelope | inline |
getMinY() const | geos::geom::Envelope | inline |
getWidth() const | geos::geom::Envelope | inline |
hashCode() const (defined in geos::geom::Envelope) | geos::geom::Envelope | |
init() | geos::geom::Envelope | inline |
init(double x1, double x2, double y1, double y2) | geos::geom::Envelope | inline |
init(const Coordinate &p1, const Coordinate &p2) | geos::geom::Envelope | inline |
init(const Coordinate &p) | geos::geom::Envelope | inline |
intersection(const Envelope &env, Envelope &result) const | geos::geom::Envelope | |
intersects(const Coordinate &p1, const Coordinate &p2, const Coordinate &q) | geos::geom::Envelope | static |
intersects(const Coordinate &p1, const Coordinate &p2, const Coordinate &q1, const Coordinate &q2) | geos::geom::Envelope | inlinestatic |
intersects(const Coordinate &a, const Coordinate &b) const | geos::geom::Envelope | |
intersects(const Coordinate &other) const | geos::geom::Envelope | inline |
intersects(double x, double y) const | geos::geom::Envelope | inline |
intersects(const Envelope *other) const | geos::geom::Envelope | inline |
intersects(const Envelope &other) const (defined in geos::geom::Envelope) | geos::geom::Envelope | inline |
isNull(void) const | geos::geom::Envelope | inline |
operator!= (defined in geos::geom::Envelope) | geos::geom::Envelope | friend |
operator< | geos::geom::Envelope | friend |
operator<< | geos::geom::Envelope | friend |
operator== | geos::geom::Envelope | friend |
Ptr typedef (defined in geos::geom::Envelope) | geos::geom::Envelope | |
setToNull() | geos::geom::Envelope | inline |
toString() const | geos::geom::Envelope | |
translate(double transX, double transY) | geos::geom::Envelope |