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 wxRealPoint GetPointProjection(
const wxRealPoint& in, OGRSpatialReference& oSRS);
56 wxBitmap* GetProjectGoogleRaster(wxBitmap* web_raster,
tmRealRect* coord_web,
tmRealRect* coord_local);
58 double GetDistance(
const wxRealPoint& p1,
const wxRealPoint& p2);
60 wxRealPoint GetPointAtDistance(
const wxRealPoint& p1,
double distance,
double azimut);
62 wxString GetDistanceHuman(
double distanceM);
64 char* GetWKTProjectionGoogle();
66 char* GetWKTProjectionLocal();
68 char* GetESRIWKTProjectionLocal();