OZMap from OZ Software is a powerful business map generator, that creates astonish maps with just a few lines of code.
OZMap can work with any geographical map. In case your need a map that is not already built in OZMap, is very easy to include it. OZ Software will also be glad to help end users to add their own country maps to OZMap in case they are not present on their release.
OZMap is not just a control, is a complete map reporting software, with printing support on any printer and paper orientation, bitmap generation (file or clipboard) to include the maps on your desired word processor or reporting tool.
OZMap needs just two files to include any new geographical map:
Only few steps are needed to create a map with OZMap, which are:
1) Create the OZMap object:
oMap := TOZMap():New("OZMap Sample")
2) Indicate the bitmap file:
oMap:SetMapBmp( cFile | cResource )
3) Indicate the database file with all the region information:
oMap:SetMapDbf( cFile )
4) Put the values of every region:
oMap:SetValue("01", 10)
oMap:SetValue("02", 20)
oMap:SetValue("03", 30)
oMap:SetValue("04", 10)
oMap:SetValue("05", 60)
oMap:SetValue("Orlando", 50)
5) Show the map
oMap:Show()
That's all!!
OZMap is completely configurable by the programmer in design time and the end user at run time.
OZMap consists in only one class written in Clipper language and few little 'C' modules. The complete PRG source code is included on the commercial version, so it will be very easy for the programmer to modify OZMap to suite his particular needs.
PRG source code included in the commercial version
| OZMap order form | ||
| Download OZMap Demo Version: 1.0 Size: 650 KB |
| |