bes
Updated for version 3.17.0
|
#include "BoundingBox.h"
Public Member Functions | |
BoundingBox (const My2DPoint &llpt, const My2DPoint &urpt, OGRSpatialReference &crs) | |
BoundingBox (OGRSpatialReference &crs) | |
BoundingBox & | operator= (const BoundingBox &box) |
BoundingBox | Transform (OGRSpatialReference &, int &) |
BoundingBox | Transform (const double *) |
BoundingBox | TransformWorkExtend (OGRSpatialReference &, int &) |
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.