##Imagery Examples in the JavaScript API Originally Developed by Wenxue Ju @wju and Naila Khan nkhan07 ###These are the javascript code samples for the Esri technical workshop: Imagery in a WebGIS Currently using ArcGIS JavaScript API 3.13
The samples include:
- Rendering rasters using ArcGISImageServiceLayer and RasterLayer.
- Processing rasters using server-side raster functions and client-side pixel filters (html5, WebGL).
- Profiling elevation data and time series data using image service identify, getSamples REST APIs.
- Extracting information from image service and representing them using charts.
- Rendering and processing multidimensional data (including vector field data).
- Visualizing oblique imagery and performing building height measurements.
-
Deployment instruction: Unzip to your web server, e.g. 'c:\inetpub\wwwroot\imageryInWebGIS' Access them through your web server: e.g. http://localhost/imageryInWebGIS Use Chrome if possible as these samples were not well tested on other browsers.
-
Samples
Please see http://localhost/imageryInWebGIS for a list of samples.
Some samples may require an ArcGIS online organization account to access the image services.
- Licensing:
Copyright 2016 ESRI
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the license.txt file.