31 #ifndef BOUNDINGBOX_H_
32 #define BOUNDINGBOX_H_
35 #include <ogr_spatialref.h>
73 mi_X(p.mi_X), mi_Y(p.mi_Y)
106 mo_LowerLeftPT(llpt), mo_UpperRightPT(urpt), mo_CRS(crs)
112 mo_LowerLeftPT(0,0), mo_UpperRightPT(0,0), mo_CRS(crs)
128 BoundingBox TransformWorkExtend(OGRSpatialReference&,
int&);
133 OGRSpatialReference&,
BoundingBox class is used to transform bounding box between different Coordinate Reference System...
BoundingBox(OGRSpatialReference &crs)
My2DPoint(const double &xx, const double &yy)
OGRSpatialReference mo_CRS
BoundingBox(const My2DPoint &llpt, const My2DPoint &urpt, OGRSpatialReference &crs)
My2DPoint(const My2DPoint &p)
CPLErr CPL_DLL CPL_STDCALL bBox_transFormmate(OGRSpatialReference &, OGRSpatialReference &, My2DPoint &lowLeft, My2DPoint &upRight)
My2DPoint class is used to store the point coordinates.
My2DPoint mo_UpperRightPT