Current location - Education and Training Encyclopedia - Graduation thesis - Help! ! ! Papers on ARCGIS (Electronic Land Publishing on the Internet)!
Help! ! ! Papers on ARCGIS (Electronic Land Publishing on the Internet)!
Publishing ArcGIS electronic map online requires the following software (version 9.3 is recommended).

After ArcGIS Desktop 9.3 is installed, use ArcMap to configure the map and save it as mxd, assuming the file name is My Map. mxd”。

After installing ArcGIS Server 9.3, publish mxd ("MyMap. Mxd ") means to publish" My Map. After connecting to ArcGIS Server through ArcCatalog, mxd "is converted into MapServer service, assuming the service name is" MyMap ",or the service is published through ArcGIS Server management site. The services published by the two are the same, then publish a WebMapApplicaton through ArcGIS Server Manage, and use MyMap service in the site, then configure the style of the site, and finally save it, so that you can browse the electronic map.

If you want to develop electronic maps, you should install VS.net 2005/vs.net 2008 before installing arcgis server9.3, and then install ArcGIS Server 9.3 for.net. After the installation, create a WebMap application in VS (a template provided by ArcGIS Server 9.3), configure the service in the default.aspx page, save it, and click Debug in VS.NET to see the electronic map. For more advanced functions, you can select tasks in the tool, such as search and query, put them in the task manager, and configure tasks. After running, the website will have query and search functions. There are many tasks, you can see the help. If customized functions are needed, secondary development is needed. You need to move the classes in the ADF of ArcGIS Server 9.3. There are many examples, and there are also online. After installation, they are also located in c: \ program files \ ArcGIS \ developerKit \ samplesnet \ server. You can learn one by one.

In addition, there are well-developed websites on the ESRI website, and you can download them, for example, Sample. NET viewer, very good. This is a good electronic map.

-

The above is more complicated. The fastest and simplest electronic map publishing in ArcGIS Server9.3 is developed through ArcGIS Server API. You just need to know Javascript, and then with help, you can build a website soon. You don't even need to build any arcgis server services. You can use Esri's online resources or google's services, or wms services.