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