LuciadCPillar 2024.0.04
|
Contains information about a bounding box as described in a WMTS GetCapabilities request. More...
#include <luciad/formats/wmts/WmtsBoundingBox.h>
Public Member Functions | |
const std::string & | getCrs () const |
Returns the coordinate reference system in which the bounding box is defined. More... | |
const Coordinate & | getLowerCorner () const |
Returns the lower corner defining the bounding box. More... | |
const Coordinate & | getUpperCorner () const |
Returns the upper corner defining the bounding box. More... | |
Contains information about a bounding box as described in a WMTS GetCapabilities request.
const std::string & luciad::WmtsBoundingBox::getCrs | ( | ) | const |
Returns the coordinate reference system in which the bounding box is defined.
const Coordinate & luciad::WmtsBoundingBox::getLowerCorner | ( | ) | const |
Returns the lower corner defining the bounding box.
const Coordinate & luciad::WmtsBoundingBox::getUpperCorner | ( | ) | const |
Returns the upper corner defining the bounding box.