Icon Editor: 6 Exporting to Database

Up: GEOS SDK TechDocs | Up | Prev: 5 Icon Databases

This is the function that most people associate with an icon editor. The token database is a cache of moniker lists used by GeoManager and other applications. The token database exists so that every time an application's moniker is needed, it is not necessary to start the application in engine mode to request the moniker (a slow process).

The icon editor can change entries in the token database. You cannot change the "built in" moniker for a geode using the icon editor. If you make changes to the token database and then delete the database, then when it gets rebuilt your monikers will no longer be there.

Given that, it's still likely that people will want to set their own monikers in the token database; the icon editor has this ability.

To change an entry:

 

Up: GEOS SDK TechDocs | Up | Prev: 5 Icon Databases