#include <mie/jobbase.h>
Inheritance diagram for MIE::JOB_BASE:

Public Member Functions | |
| const SPATREF::COORDREFSYS & | GetCoordRefSys () const |
| const FORMAT & | GetFormat () const |
| MISTRING & | GetLog (LOGMSG loglevel=LOGMSG_Info) |
| LOGMSG | GetLogLevel () const |
| const SETTINGS & | GetSettings () |
| const DRECT3D & | GetTestExtents () const |
| bool | IsGeometric () const |
| bool | IsGeospatial () const |
| JOB_BASE (const FORMAT &format, const SETTINGS &settings) | |
| void | LogPrint (LOGMSG msglevel, TEXTID textid) |
| void | LogPrint (LOGMSG msglevel, const MIUNICODE *message) |
| void | SetCoordRefSys (const SPATREF::COORDREFSYS &crs) |
| void | SetLogLevel (LOGMSG level) |
| virtual | ~JOB_BASE () |
Protected Member Functions | |
| const TRANS2D_MAPGEN & | GetTransMapGen () const |
Protected Attributes | |
| SPATREF::COORDREFSYS | m_crs |
| const FORMAT & | m_Format |
| const SETTINGS & | m_Settings |
| FILEPATH | m_SourcePath |
| DRECT3D | m_TestRect |
Private Member Functions | |
| bool | v_IsGeometric () const |
| bool | v_IsGeospatial () const |
Private Attributes | |
| TRANS2D_MAPGEN | m_ExtToObj |
| LOGMSG | m_LogLevel |
| MISTRING | m_LogString |
| RVC::OBJECT | m_TempFile |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the log string so that you can just << messages into it. If the loglevel passed in is > he current log level, the current log level is changed. |
|
|
Get the current log message level log messages below the current level will be ignored.
|
|
|
Return the settings for this job.
|
|
|
Return rectangle to clip to (in output object coordinates).
|
|
|
|
|
|
Reimplemented in MIE::JOB_IMPORT. |
|
|
Reimplemented in MIE::JOB_IMPORT. |
|
||||||||||||
|
Append a message to the log Note: You can also just call GetLog() which returns a non-const reference to an MISTRING and << into that.
|
|
||||||||||||
|
Append a message to the log Note: You can also just call GetLog() which returns a non-const reference to an MISTRING and << into that.
|
|
|
|
|
|
Set the current log message level.
|
|
|
Reimplemented in MIE::JOB_GEOMETRIC, and MIE::JOB_IMPORT. |
|
|
Reimplemented in MIE::JOB_GEOSPATIAL, and MIE::JOB_IMPORT. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in MIE::JOB_IMPORT. |
|
|
Reimplemented in MIE::JOB_IMPORT. |
|
|
|
1.3.8-20040913