Loading a Map of the Rogue Wave Views Format
Rogue Wave Views files (.ilv) can contain various kinds of information. They can contain information from other Rogue Wave Viewss packages (Graph Layout, Prototypes) or from Rogue Wave Views applications designed by end users. They can also hold cartographic data such as that generated with the Map Builder for example, the projection system of the map, the unit of measurement used, the manager layers containing graphic objects and their attributes, the tiled layers, the layer visibility filters, and so on.
A map in the
.ilv format is loaded into a manager of the
IlvManager class or one of its subclasses, such as
IlvGrapher. These classes are part of the Rogue Wave Views manager package.
To load a map of the
.ilv format, use the
IlvManager::read method as shown below:
manager->read(“filename.ilv”); |
Version 5.7
Copyright © 2013, Rogue Wave Software, Inc. All Rights Reserved.