MapXtreme 2005 learning experience Overview (a)

Preface:

05233817_Yhow.gif
Did not fold, the company lost this thing over, that engage onboard GRRS positioning displayed on the map.

Assorted toss to now for almost two weeks, decided to write about learning experience to show future generations

the company has now set up with MapXtreme 2005 development, did not fold.

Began to study, study for two days looking for information, to understand this product, dare to start running the sample code.

Before the company with MapX, with the C / S version of the system in

this case to use MapXtreme, with the B / S version of the system

MapX and MapXtreme are mapinfo products, so the code name space are beginning MapInfo.xxx of.

 

After installation and installation instructions:

Installation: Download and install MapXtreme 2005, double-click the next all the way down [Setup .exe] After completion

VS more than a template: Open VS 2005, the new project, the project had MapXtreme

IIS generated sample project: If you have installed iis, MapXtreme the default will be a lot of new virtual directory in iis in the corresponding example works under the installation directory

 

Then there are a series of things to be dealt with

 

1: How to configure webconfig

If you do not know how to configure, create a new MapXtreme project, and then open the inside webconfig, copy the copy control what's on the line

 

2. find information

Park on the blog, on Baidu, on google, search ah search

on my search terms: in search of some garden blog, are some code to start looking at the big head

 

3: installation directory sample project

Open the installation directory, typically: C: \ Program Files \ MapInfo \ MapXtreme \ 6.7.1

to find that a lot of things: there are documents, samples, tools and guidelines

are some examples and documentation, document or E text, or a head two big

 

4: look at the document, understand some of the concepts of knowledge

Catalog,TableInfo,Table,Feature,Geometry,Style

 

5: Run the sample

Hello world experience into the world 

 

6: The example code to Internet

The information the code copy blog Park in the past, first get hold of a point, line out, satisfying psychological needs

 

7: see more examples

See more sample code, the code to find common ground

 

8: Drag the tool to see results

Add a tool, the tool interface and use the pull to see

 

9: imitation, implement a custom tool

Himself by example, get hold of custom WebTool out

 

10: Research VCL - server receives the output

Open source controls, understanding how the request is received and output, source code in: C: \ Program Files \ MapInfo \ MapXtreme \ 6.7.1 \ Samples \ WebControlsSourceCode

 

11: Research VCL - client sends a request js

Open three resource js, are Interaction, Command, Tool, three is understood how the transmission request

 

12: To realize the function of their own

 

Reproduced in: https: //my.oschina.net/secyaher/blog/274385

Guess you like

Origin blog.csdn.net/weixin_33912246/article/details/91967117
Recommended