31 #ifndef BOUNDINGBOX_H_ 32 #define BOUNDINGBOX_H_ 35 #include <ogr_spatialref.h> 67 My2DPoint(
const double& xx,
const double& yy) :
73 mi_X(p.mi_X), mi_Y(p.mi_Y)
103 OGRSpatialReference mo_CRS;
106 mo_LowerLeftPT(llpt), mo_UpperRightPT(urpt), mo_CRS(crs)
112 mo_LowerLeftPT(0,0), mo_UpperRightPT(0,0), mo_CRS(crs)
118 mo_LowerLeftPT = box.mo_LowerLeftPT;
119 mo_UpperRightPT = box.mo_UpperRightPT;
128 BoundingBox TransformWorkExtend(OGRSpatialReference&,
int&);
132 CPLErr CPL_DLL CPL_STDCALL bBox_transFormmate( OGRSpatialReference&,
133 OGRSpatialReference&,