Changes between Version 14 and Version 15 of maestro/MaestroAPI


Ignore:
Timestamp:
May 25, 2011, 6:26:11 AM (13 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI

    v14 v15  
    33== !MapGuide Maestro Developer Documentation ==
    44This 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
    57
    68The 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).