Changes between Version 14 and Version 15 of maestro/MaestroAPI
- Timestamp:
- 05/25/11 06:26:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI
v14 v15 3 3 == !MapGuide Maestro Developer Documentation == 4 4 This page describes how to use the MaestroAPI from the [wiki:maestro MapGuide Maestro] project in your own application. 5 6 '''NOTE:''' Most of this content is out of date and refers to MaestroAPI for Maestro 2.x and older releases. For the latest developer documentation for Maestro 3.x and newer, consult the documentation in the Maestro SDK 5 7 6 8 The official API for !MapGuide is a wrapper for the C++ classes, and focuses on portability and map interactions with the displayed map. The !MapGuide server has a large set of functionality that handles authoring and managing maps and spatial data. This functionality is only exposed through a few methods that allow reading and writing of Xml. The C++ classes are wrapped for PHP and Java as well as for .Net. This means that they do not support native streams or other .Net components. The C++ classes communicate with the !MapGuide server through a dedicated port. This means that it is only possible to interact with servers on the local intranet (opening the port is not recommended for security reasons).