|
GDAL
|
Simple container for a bounding region. More...
#include <ogr_core.h>
Public Member Functions | |
| OGREnvelope (const OGREnvelope &oOther) | |
| int | IsInit () const |
| void | Merge (OGREnvelope const &sOther) |
| void | Merge (double dfX, double dfY) |
| void | Intersect (OGREnvelope const &sOther) |
| int | Intersects (OGREnvelope const &other) const |
| int | Contains (OGREnvelope const &other) const |
Public Attributes | |
| double | MinX |
| double | MaxX |
| double | MinY |
| double | MaxY |
Simple container for a bounding region.
1.8.13.