An Envelope defines a 2D rectangular region. More...
#include "../common/Exception.h"#include "../core/translator/Translator.h"#include "../srs/Converter.h"#include "Coord2D.h"#include "Envelope.h"#include "Exception.h"#include "LineString.h"#include "Polygon.h"#include "Utils.h"#include <algorithm>#include <cassert>#include <cmath>#include <memory>Go to the source code of this file.
An Envelope defines a 2D rectangular region.
Definition in file geometry/Envelope.cpp.