ArcGIS JavaScript API (create a web layer-based map application with html/javascript)
The "ArcGIS JavaScript API", sits directly on top of Dojo framework, providing developers with access to Dojo user interface widgets and all the other benefits of Dojo core. Whit this ArcGIS you can crate a html5/javascript mapping applications and the api allows you to easily embed maps in your web pages. An ArcGIS application utilizes a layer-based (TiledLayer, DynamicLayer, FeatureLayer, etc...) geographic information model for characterizing and describing our world. An ArcGIS application asks what it need, through a http/rest service (the service will return images or json data - for example) hosted on the ArcGIS server. In this simple html5/javascript demo project you can find five examples that show the basic functionality of the mapping framework "ArcGIS API for JavaScript" (will be shown the basic functionality of the ArcGIS classes layer). Link: http://geochalkboard.wordpress.com/arcgis-server-javascript-api-posts/ Every example use the "ArcGISTiledMapServiceLayer" class. The esamples: 1,2,3 mainly use the "ArcGISDynamicMapServiceLayer" class. The esample: 4 uses the "FeatureLayer" class. The esample: 5 uses the "QueryTask" class, in addition to data from the mapping server, it uses custom data to display points on the map. In some of these examples, it will be used the InfoWindow and the InfoTemplate classes to show the data related to the map position selected. (The project is a vs2010 html5/javascript web map application). You can download the demo code at this link: http://sdrv.ms/UGlW0p
The "ArcGIS JavaScript API", sits directly on top of Dojo framework, providing developers with access to Dojo user interface widgets and all the other benefits of Dojo core. Whit this ArcGIS you can crate a html5/javascript mapping applications and the api allows you to easily embed maps in your web pages. An ArcGIS application utilizes a layer-based (TiledLayer, DynamicLayer, FeatureLayer, etc...) geographic information model for characterizing and describing our world. An ArcGIS application asks what it need, through a http/rest service (the service will return images or json data - for example) hosted on the ArcGIS server. In this simple html5/javascript demo project you can find five examples that show the basic functionality of the mapping framework "ArcGIS API for JavaScript" (will be shown the basic functionality of the ArcGIS classes layer). Link: http://geochalkboard.wordpress.com/arcgis-server-javascript-api-posts/ Every example use the "ArcGISTiledMapServiceLayer" class. The esamples: 1,2,3 mainly use the "ArcGISDynamicMapServiceLayer" class. The esample: 4 uses the "FeatureLayer" class. The esample: 5 uses the "QueryTask" class, in addition to data from the mapping server, it uses custom data to display points on the map. In some of these examples, it will be used the InfoWindow and the InfoTemplate classes to show the data related to the map position selected. (The project is a vs2010 html5/javascript web map application). You can download the demo code at this link: http://sdrv.ms/UGlW0p