|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
BoundingBox class is used to transform bounding box between different Coordinate Reference System. More...
#include <BoundingBox.h>

Public Member Functions | |
| BoundingBox (const My2DPoint &llpt, const My2DPoint &urpt, OGRSpatialReference &crs) | |
| BoundingBox (OGRSpatialReference &crs) | |
| BoundingBox () | |
| BoundingBox & | operator= (const BoundingBox &box) |
| BoundingBox | Transform (OGRSpatialReference &, int &) |
| BoundingBox | Transform (const double *) |
| BoundingBox | TransformWorkExtend (OGRSpatialReference &, int &) |
| virtual | ~BoundingBox () |
Public Attributes | |
| OGRSpatialReference | mo_CRS |
| My2DPoint | mo_LowerLeftPT |
| My2DPoint | mo_UpperRightPT |
BoundingBox class is used to transform bounding box between different Coordinate Reference System.
Definition at line 98 of file BoundingBox.h.
|
inline |
Definition at line 105 of file BoundingBox.h.
|
inline |
Definition at line 111 of file BoundingBox.h.
| BoundingBox::BoundingBox | ( | ) |
|
virtual |
|
inline |
Definition at line 116 of file BoundingBox.h.
References mo_CRS, mo_LowerLeftPT, and mo_UpperRightPT.
| BoundingBox BoundingBox::Transform | ( | OGRSpatialReference & | , |
| int & | |||
| ) |
| BoundingBox BoundingBox::Transform | ( | const double * | ) |
| BoundingBox BoundingBox::TransformWorkExtend | ( | OGRSpatialReference & | , |
| int & | |||
| ) |
| OGRSpatialReference BoundingBox::mo_CRS |
Definition at line 103 of file BoundingBox.h.
Referenced by operator=().
| My2DPoint BoundingBox::mo_LowerLeftPT |
Definition at line 101 of file BoundingBox.h.
Referenced by operator=().
| My2DPoint BoundingBox::mo_UpperRightPT |
Definition at line 102 of file BoundingBox.h.
Referenced by operator=().