|
void | SetPPI (const wxSize &ppi) |
|
void | SetUnitAndProj (PRJDEF_PROJ_TYPE proj, PRJDEF_UNIT_TYPE units) |
|
PRJDEF_PROJ_TYPE | GetProjection () |
|
void | SetExtentWndReal (const tmRealRect &ExtentWndReal) |
|
void | SetWidthDistanceInM (double WidthDistanceInM) |
|
void | SetMaxLayersExtentAsExisting (const tmRealRect &r) |
|
void | SetMaxLayersExtent (const tmRealRect &r) |
|
tmRealRect | GetMaxLayersExtent () |
|
double | GetLayersExtentWidth () |
|
double | GetLayersExtentHeight () |
|
double | GetPixelSize () |
|
wxPoint2DDouble | GetTopLeftValue () |
|
void | SetWindowExtent (const wxRect &extent) |
|
wxRect | GetWindowExtent () |
|
tmRealRect | GetWindowExtentReal () |
|
void | SetWindowExtentMM (const wxSize &size) |
|
long | GetActualScale () |
|
wxString | GetVisibleWidthText () |
|
double | GetWindowRealWidth () |
|
double | GetwindowRealHeight () |
|
double | ComputeDivFactor (wxSize wnd_extent=wxDefaultSize) |
|
bool | ComputeMaxExtent () |
|
wxSize | ComputeCenterPxWnd (double divratio, wxSize wnd_extent=wxDefaultSize) |
|
bool | ComputeMaxExtentReal (wxSize wnd_offset=wxDefaultSize) |
|
bool | ComptuteNewWindowSize (const wxSize &oldsize, const wxSize &newsize) |
| Compute new real extend when windows size change.
|
|
void | ComputeNewScaleExtent (const long &scale) |
|
double | GetBestDivFactor (const wxRect &selected_rect) |
|
void | ComputeNewRealZoomExtent (const wxRect &calc_wnd_extent, const wxPoint &top_left) |
|
void | ComputePrevZoomExtent (double pixelsize, const wxPoint2DDouble &topleft) |
|
void | ComputeNewRealPanExtent (const wxPoint &offsetxtop) |
|
bool | MoveViewTo (const vrRealRect &rect) |
|
bool | ZoomViewTo (const vrRealRect &rect) |
|
double | MetersToPixels (int meters) |
|
double | MetersToRealUnits (int meters) |
|
wxRealPoint | PixelToReal (wxPoint pt) |
|
wxPoint | RealToPixel (wxRealPoint realpt) |
|
tmRealRect | PixelsToReal (const wxRect &rectpx) |
| Convert pixel rectange to real units.
|
|
bool | IsLayerExtentValid () |
|