Tuesday, May 14, 2019

ESRI-latest








What is ArcGIS Online?

ArcGIS Online is a cloud-based mapping and analysis solution. Use it to 
  1. Make maps, 
  2. Analyze data, and to share and collaborate. 
  3. Get access to workflow-specific apps, maps and data from around the globe, and tools for being mobile in the field. Your data and maps are stored in a secure and private infrastructure and can be configured to meet your mapping a requirements.
  4. https://doc.arcgis.com/en/arcgis-online/reference/what-is-agol.htm
1.Get started with Maps?
  1. Choose base maps maps, 
  2. Add layers
  3. Change Styles
  4. Configure popups 
  5. Save Map

2.Get started with Scenes?
  1. Choose global or local scene
  2. Switch basemap
  3. Add layers 
  4. Configure Content
  5. Capture slides
  6. Save scene

https://doc.arcgis.com/en/arcgis-online/get-started/get-started-with-scenes.htm

http://bhuvan.nrsc.gov.in/gis/thematic/index.php

3.Get started with apps

  1. Pick type of  app
  2. Build Map ,Scenes,Groups
  3. Assemble your content
  4. Refine 
  5. Choose and publish
  6. Save scene

https://doc.arcgis.com/en/arcgis-online/get-started/get-started-with-scenes.htm

4.Get started with analysis

  1. Ask and explore
  2. Model and Compute
  3. Examine and Interpret
  4. Make decisions
  5. Share decisions

5.Get started with sharing


https://doc.arcgis.com/en/arcgis-online/get-started/get-started-with-sharing.htm

6.Get started with groups

https://doc.arcgis.com/en/arcgis-online/get-started/get-started-with-groups.htm

7.ArcGIS REST Service Directory

https://services.arcgis.com/V6ZHFr6zdgNZuVG0/ArcGIS/rest/services


What is BaseMap?







A basemap provides a background of geographical context for the content you want to display in a map. When you create a new map, you can choose which basemap you want to use. You can change the basemap of the current map at any time using the basemap gallery or your own layer as the basemap. You can also create a basemap containing multiple layers from the Contents pane in Map Viewer.
 https://doc.arcgis.com/en/arcgis-online/create-maps/choose-basemap.htm

_________________________________________________________________________________
ESRI

BASEMAP

Creates a new basemap object. Basemaps can be created from a PortalItem, from a well known basemap ID, or can be used for creating custom basemaps. These basemaps may be created from tiled services you publish to your own server, or from tiled services published by third parties.

CAMERA

The camera defines the positiontilt, and heading of the point from which the SceneView's visible extent is observed. It is not associated with device hardware. This class only applies to 3D SceneViews.
When a SceneView is created, it contains a camera property. Since the camera property may be autocast, this module does not need to be included in the require() function in most applications.
COLOR
Creates a new color object by passing either a hex, rgba, or named color value. This class inherits all attributes from dojo/_base/Color to provide functions for setting colors.
GEOMETRY
A convenience module for importing Geometry classes when developing with TypeScript. For example, rather than importing geometries one at a time like this:
GRAPHIC
A Graphic is a vector representation of real world geographic phenomena. It can contain geometry, a symbol, and attributes. A Graphic is displayed in the GraphicsLayer.
GROUND
The Ground class contains properties that specify how the ground surface is displayed in a SceneView. It contains a layers property, which is a collection of ElevationLayer that defines the elevation or terrain of the map's surface.
MAP
The Map class contains properties and methods for storing, managing, and overlaying layers common to both 2D and 3D viewing. Layers can be added and removed from the map, but are rendered via a MapView (for viewing data in 2D) or a SceneView (for viewing data in 3D). Thus a map instance is a simple container that holds the layers, while the View is the means of displaying and interacting with a map's layers and basemap.
A single map may be referenced by multiple views. This sample for example, contains a single Map that is visible in two separate views - one in 2D and the other in 3D. Because one map may be accessed by multiple views in the same application, all user interaction with a map's layers is handled on the View, not the Map.
An instance of Map is an essential component of the MapView and SceneView. A Map object should be created prior to a view so it can be passed into the map property of that view (e.g. MapView.mapSceneView.map).

pointCloudRenderers

A convenience module for importing PointCloudRenderer classes when developing with TypeScript. For example, rather than importing renderers one at a time like this:



BaseDynamicLayer

______________________________

esri/geometry/
_____________________________________________________________________

Circle


A circle is a Polygon created by specifying a center point and a radius. The point can be provided as a Point object or an array of latitude/longitude values.
_________________________________________________________________________

coordinateFormatter



Extent


The minimum and maximum X and Y coordinates of a bounding box. Extent is used to describe the visible portion of a MapView. When working in a SceneViewCamera is used to define the visible part of the map within the view.


Geometry

The base class for geometry objects. This class has no constructor. To construct geometries see PointPolyline, or Polygon.


geometryEngine


A client-side geometry engine for testing, measuring, and analyzing the spatial relationship between two or more 2D geometries. If more than one geometry is required for any of the methods below, all geometries must have the same spatial reference for the methods to work as expected. Read the following blog series to learn more about GeometryEngine:


geometryEngineAsync


An asynchronous client-side geometry engine for testing, measuring, and analyzing the spatial relationship between two or more 2D geometries. If more than one geometry is required for any of the methods below, all geometries must have the same spatial reference for the methods to work as expected. Read the following blog series to learn more about GeometryEngine:







































______________________________________________________________________________
ESRI RELATED LINKS

https://stackoverflow.com/questions/22777734/what-is-initial-scale-user-scalable-minimum-scale-maximum-scale-attribute-in

https://developers.arcgis.com/javascript/latest/guide/get-api/index.html



ESRI published Services


DRAG AND DROP DATA TO SERVICE

https://developers.arcgis.com/javascript/3/samples/exp_dragdrop/

__________________________________________________________________________

Approaches for publishing services with Arc GIS

http://enterprise.arcgis.com/en/server/latest/publish-services/windows/approaches-for-publishing-services-with-arcgis.htm

__________________________________________________________________________



__________________________________________________________________________

__________________________________________________________________________


__________________________________________________________________________


__________________________________________________________________________


__________________________________________________________________________

__________________________________________________________________________
INTRODUCTION

https://developers.arcgis.com/javascript/latest/sample-code/intro-layers/index.html





__________________________________________________________________________
INTRODUCTION 

https://developers.arcgis.com/javascript/latest/sample-code/intro-layers/index.html



__________________________________________________________________________

https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=intro-layers











__________________________________________________________________________

https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-custom-dynamiclayer













__________________________________________________________________________




https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=layers-custom-dynamiclayer




_________________________________________________________________________________



ESRI BLOGS

https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/map-multiple-attributes-at-once-using-predominance/