35 PRJDEF_PROJ_TYPE m_ProjType;
37 OGRSpatialReference* _CreateSpatialRef(PRJDEF_PROJ_TYPE proj);
39 OGRSpatialReference* _CreateSpatialRefGoogle();
41 wxRealPoint _Transform(OGRSpatialReference* refin, OGRSpatialReference* refout,
const wxRealPoint& in);
43 wxRealPoint _GetPointLocalFromWGS(
const wxRealPoint& pt);
50 wxRealPoint GetPointWGS(
const wxRealPoint& in);
52 wxRealPoint GetPointGoogle(
const wxRealPoint& in);
54 wxBitmap* GetProjectGoogleRaster(wxBitmap* web_raster,
tmRealRect* coord_web,
tmRealRect* coord_local);
56 double GetDistance(
const wxRealPoint& p1,
const wxRealPoint& p2);
58 wxRealPoint GetPointAtDistance(
const wxRealPoint& p1,
double distance,
double azimut);
60 wxString GetDistanceHuman(
double distanceM);
62 char* GetWKTProjectionGoogle();
64 char* GetWKTProjectionLocal();
66 char* GetESRIWKTProjectionLocal();