Web Page Logo v3

Revision History

This page contains revision history for QmNTRC (v3) Revision history for the previous version of RTCR (2.0) can be found here.


Version 3.02 9/4/2019

New API QisMWindowProbe

This release contains a new API `QisMWindowProbe` to get statistical information (polygons extents, polygon & vertex counts etc) from a view of the database.

  • This API will serve a need for checking if a field is empty and to get the bounds of the data for sparse fields.
  • The header file for this API is ${install}/include/qismwindowprobe.h. As with all other header files, the API is fully documented inline with the code.
  • User can find the sample use of this API in ${install}/samplecode/rtcr.cpp (STEP 3.1 & 5.1).
  • The new API requires a license -- 11113 (one per active probe object).
  • You can also test this feature via the new scripting system.
  • New scripting support QisMScript

    This release contains a new scripting support (called QisMScript) for QisMLib and all it's extensions.

  • User can quickly prototype the flow using scripts before writing a C++ application. User can also use this system to easily learn and explore the QisMLib APIs.
  • Included in this package is a command-line tool ${install}/artwork/qismscript64.exe which provides a console interface to run qismlib commands in form of scripts. The usage for this tool is described here: QisMScript Usage.
  • The complete list of commands available at this time is documented here: QisMScript Commands. You will also find here the C++ code equivalent to each of the commands
  • A sample script to run a RTCR flow can be found at ${install}/examples/rtcr.script. A batch file ${install}/examples/rtcr_script.bat provides a sample execution of this script using qismscript64.exe.
    This script also demonstrates the use of the new QisMWindowProbe API in form of a script command `probe.window`
  • You can access all QisMLib related details here: QisMLib Documentation.

  • Version 3.01 7/15/2019

    Software Updates

    This release contains a new extension, qismrtcrexten64.dll that provides the QisMRTCR API.
    qismrtcrclient64.exe uses the QisMRTCR API.
    The include folder contains the header files (qismrtcr.h has the new API).
    The samplecode folder contains the sample code (rtcr.cpp for using QisMRTCR).
    The reference folder contains the documentation PDF qismlib-api-list.pdf


    v3.0 12/14/2018

    New Version/Architecture

    A new version of RTCR application written from scratch to make use of the QisMLib system of APIs including QisMRaster

    New Functionality


    Obsolete Functions


    Logging

    logging now applies to all jobs