LuciadCPillar 2023.1.04
luciad::WmtsBoundingBox Class Referencefinal

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 CoordinategetLowerCorner () const
 Returns the lower corner defining the bounding box. More...
 
const CoordinategetUpperCorner () const
 Returns the upper corner defining the bounding box. More...
 

Detailed Description

Contains information about a bounding box as described in a WMTS GetCapabilities request.

Member Function Documentation

◆ getCrs()

const std::string & luciad::WmtsBoundingBox::getCrs ( ) const

Returns the coordinate reference system in which the bounding box is defined.

Returns
the coordinate reference system in which the bounding box is defined.

◆ getLowerCorner()

const Coordinate & luciad::WmtsBoundingBox::getLowerCorner ( ) const

Returns the lower corner defining the bounding box.

Returns
the lower corner defining the bounding box.

◆ getUpperCorner()

const Coordinate & luciad::WmtsBoundingBox::getUpperCorner ( ) const

Returns the upper corner defining the bounding box.

Returns
the upper corner defining the bounding box.