Directory:
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2
Autodesk Infrastructure Map Server (AIMS)/MapGuide API training material Chinese PPT download
This is Chapter 2nd of MapGuide API secondary development training materials. This chapter describes the overview of MapGuide APIs (AIMS. The AIMS/MapGuide API consists of the server-side API (Web Extension API) and browser-side API (Viewer API. The most commonly used server-side API is the focus of our learning.
(AIMS)/MapGuide server-side Web Extension API mainly contains eight services and some common objects.
Site Service Resource Service Mapping Service Rendering Service Tile Service Drawing Service Feature Service Profiling Service |
|
The most common services are Resource Service and element Service. In addition to these eight services, there are also common objects such as Geometry and coordinate system.
Each service is created from siteConnection. For example, the following php code snippet. If you like. net code, you can download all the sample code from here:. net code samples here:
$userInfo = new MgUserInformation($mgSessionId);$siteConnection = new MgSiteConnection();$siteConnection->Open($userInfo); $resourceService = $siteConnection-> CreateService(MgServiceType::ResourceService);$featureService = $siteConnection-> CreateService(MgServiceType::FeatureService);
On the browser side, you can use the basic web page layout of Ajax Viewer or the flexible web page layout of Fusion Viewer. If you are familiar with Web Front-end development, we recommend that you use Fusion viewer. You can customize the interface more flexibly (Document and Video DevTV ). If you use the basic web page layout, you can refer to the Ajax Viewer API documentation. Where is the document? Let's see it! If you want to use MapGuide on a Mobile device, you can use Mobile Viewer. In addition to the documentation, all source code of Fusion Viewer and Mobile Viewer is provided along with the product. The source code is the best document.
Finally, download the training materials in Chapter 2nd.