startFastUpdateMode method

void startFastUpdateMode()

Start landmark store fast update mode

Fast update mode - allow fast insert, delete and update operations. This mode should be used with caution because if a power failure or process crash interrupts it, the database will likely be corrupted and will be deleted at next startup.

This is intended for fast import of external landmarks into application format

Throws

  • An exception if it fails.

Implementation

void startFastUpdateMode() {
  objectMethod(_pointerId, 'LandmarkStore', 'startFastUpdateMode');
}