Autodesk Infrastructure Map Server (AIMS)/MapGuide API training materials-Chapter 2nd

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.