Skip to main content

Posts

Showing posts with the label ArcGIS

ArcGIS: API Reference

API Reference Overview The API Reference contains detailed descriptions for each class in the ArcGIS API for JavaScript. Use the API Reference to find constructor options as well as 1)Properties,  2)Methods and  3)Events for each class. Classes in the API are organized in modules.  https://developers.arcgis.com/javascript/3/jsapi/   esri require ([ "esri/basemaps" ], function ( esriBasemaps ) { /* code goes here */ }); require ([ "esri/Color" ], function ( Color ) { /* code goes here */ }); require ([ "esri/config" ], function ( esriConfig ) { /* code goes here */ });   esri/arcgis   esri/dijit   esri/dijit/analysis   esri/dijit/editing   esri/dijit/geoenrichment   esri/dijit/geoenrichment/ReportPlayer   esri/dijit/util   esri/geometry   esri/layer/pixelFilters   esri/layers   esri/opsdashboard   esri/plugins   esri/proces...

ArcGIS:

Main link https://developers.arcgis.com/javascript/3/jshelp/inside_defaults.html Getting started with Maps? Choose basemap : Provides a  background of geographical context  for the content you want to display in a map. It  includes   topography, imagery, and streets [Types of base maps] Add layers [Types of layers] Imagery Map image Tile Vector tile WMS OGC WMTS OGC Bing OpenStreetMap Change Style Configure pop-ups Save map Configuring MAP includes? Choose map  Configuring maps Switch base map Add Layers Configure layer Capture slides Save scene BaseMap:  Types of BaseMap: MultiLayer on BaseMap: