Not long after learning argis API for Silverlight, I hope to record my experiences.
ArcGIS API for Microsoft Silverlight released version March this year in May 1.2. The latest version is version 2.0 Beta. This version is still in the test phase and the author uses version 1.2.
Build a development environment:
1. Install vs 2008.
2. Install the vs 2008 SP1 Patch package. You can download it here.
3. Install Microsoft Silverlight 3 tools for Visual Studio 2008 SP1, which can be downloaded here.
4
into 3 parts: Front interface + map/Data service + data. Next, we will explain the implementation of the 3 architectures from these 3 sections respectively.The solution of pure ArcGIS systemArcGIS is a product of ESRI, USA, and includes a complete solution from front-office to service release to data management. With more than 45 years of GIS field projects and research and development experience, as well as the company's efforts to implement the edu
Geoprocessing the only difficult place is the parameters, which need to be set according to different circumstances,I will use the Intersect method as an example, programming to achieve two layers of intersect.Create a new project, add a reference, we use the tool intersect is in the Analysistools,
Add a button to the form, and then implement its method, as follows,Don't forget to add a namespaceUsing ESRI. Arcgis.esrisystem;Using
Migrating. Net code from ArcGIS 8.3 to 9.0
ArcGIS 9.0 introduces a change in the structure of the type libraries that define the ArcObjects classes and interfaces. these changes may require you to make changes in turn to your existing ArcObjects developments, regardless of the development language you are using.
You can find out information about the reasons for these changes and also the details of the changes in the topic migrating from 8.3 to 9.0.
In addition, you may encounter issues which a
The following small example shows the differences between pooled and non-pooled map services. The procedure is as follows:1. Publish a map service and select it as the pooled service. The default value for other settings is "world. The map service consists of two layers: one is the world image data layer and the other is the vector data layer of the world continent.
2. Create a site in vs. 2005. Add the map control and mapresourcemanager control to the default. aspx page and use the World Servi
applications developed using Web APIs. ArcGIS Server can be configured to entrust a third-party web server (such as Microsoft IIS or IBM WebSphere) for user authentication. In this way, the standard authentication mechanism provided by the Web server can be fully utilized, such as HTTP digest authentication and PKI client authentication.
To use Web Server Authentication, you must install Web adaptors on the Web server and enable management options. After Web Server authentication is configured,
(SDE, personal/file, shapefile, CAD data, image and image dataset)
From: http://www.byywee.com/page/M0/S578/578771.html
Arcengine can take over multiple data sources. During the development process, we applied the following data sources:
1. enterprise database (SDE)
Enterprise databases need to be managed by SDE, so the workspace of Sde must be used to implicitly connect. In the AE interface, the workspace is opened by the factory. The Code is as follows: // configure the connection Parameters
Microsoft Silverlight provides a cross-browser and cross-platform development environment, which can be used to create and display rich Internet applications (RIA, rich
Internet application ).
ArcGIS API for Silverlight enables Silverlight applications to integrate ArcGIS Server, ESRI mapit, and Bing Maps services. Exploitation
ArcGIS Server and Bing Maps resources, such as maps, locators, geoprocessing models, and Silverlight components, such as grid
Draw Linevoid Btn_mouseleftbuttondown (object sender, MouseButtonEventArgs e){Button BTN = sender as Button;var geometry = btn. Tag as ESRI. ArcGIS.Client.Geometry.Polyline;Collection of storage line featuresListListPolylinelistgrid.add (geometry as ESRI. ArcGIS.Client.Geometry.Polyline);Geometryservice.trimextendasync (Polylinelistgrid, centergraphic.geometry as ESRI
MapObjects map filling Symbol Library Extension
07-11-12 16:08:52 Author: Daji Source: China GIS Information Network
In ing, All map symbols are divided into three categories: point, line, and surface symbols.Each GIS platform has its own symbol library for the presentation of ground features. The ArcMap of ESRI provides a rich Map Symbol Library. You will
ArcGIS for javascript: GraphicsLayer and arcgisjavascript
1) first obtain the plane coordinate, and instantiate the coordinate object based on the corresponding coordinate system, as shown below:
Var point = new esri. geometry. Point (xpoint, ypoint, new esri. SpatialReference ({wkid: 4326 }));
The value after wkid must select the Coordinate System Standard corresponding to the current GIS, not necessarily
,double y) { return new MapPoint(x, y); }
Createline indicates to draw a straight line based on the two points:
Public void createline (mappoint P1, mappoint P2) {ESRI. arcGIS. client. geometry. polyline = new ESRI. arcGIS. client. geometry. polyline (); ESRI. arcGIS. client. geometry. pointcollection Pc = new
-directories, as well as the Treeview. HTC file.Once you know the hiding place of these JavaScript files, you can read these JavaScript files one by one and find that they are mainly used to interact with browsers.
4. Next, the HTML code of the TOC component. The code snippet is as follows:Road note This piece of code has a special feature: imageurl = "ESRI. web. controls. mimeimage. aspx... ", this ESRI. w
1. Now ESRI has used images as part of the GIS solution. What is its specific strategic deployment?
Over the past decade, ESRI has planned to manage and develop image and raster functions on the ArcGIS platform (mainly desktop and server. This includes image management and service release, image processing enhancement tools in desktop and server, and the ability to manage large-scale image data. In arcgis10
Original: ArcGIS API for Silverlight dynamic plotting implementation1. Download 2 DLL files, respectively:ArcGISPlotSilverlightAPI.dll and the Matrix.dllIt is: http://download.csdn.net/detail/taomanman/92121632. Add the above 2 DLL references in the Silverlight project, as shown in:3. The core and the calling code are as follows:Using system;using system.collections.generic;using system.net;using system.windows;using System.Windows.Controls; Using system.windows.documents;using system.windows.in
Copyright ESRI//All rights reserved Under the copyright laws of the Statesand applicable international laws, treaties, and conventions.//Freely redistribute and use this sample code, with orWithout modification, provided you include the original copyrightNotice and use restrictions.//See the use restrictions at //Using System;Using System.Drawing;Using System.Runtime.InteropServices;Using System.Windows.Forms;Using
Original: ArcGIS API for Silverlight development Getting StartedMicrosoft's Silverlight provides a cross-browser and cross-platform development environment that can be used in the Web to create and showcase rich Internet applications (Ria,richInternet application).ArcGIS API for Silverlight enables Silverlight applications to have the ability to integrate ArcGIS Server, ESRI Mapit, and Bing Maps services. UseArcGIS Server and Bing Maps such as maps, l
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.