Top Banner
Designing and Using Cached Map Services and Publishing to ArcGIS for Server Muhammad Muneeb Ashraf
21
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Designing and Using Cached Map

Designing and Using Cached Map Services and Publishing to ArcGIS for Server

Muhammad Muneeb Ashraf

Page 2: Designing and Using Cached Map

• Insert text here

Agenda

• Introduction of Cache Map Services

• Publish Image service on ArcGIS server

• Discuss caching methods, workflows, best practices

• Question & Answer session

Page 3: Designing and Using Cached Map

Cached maps are a collection of map images (tiles) organized by scale level. The primary purpose of cached maps is that the images are pre-rendered for fast display and reduces the load on the GIS Server.

What are Cached Maps?

Page 4: Designing and Using Cached Map

Cache Image Service Key Steps Designing Data

Prepare input datasets Create File Geodatabase Create Mosaic Dataset Built Overviews

Publish Image service Publish an Image Service on ArcGIS Server

Create Cache Projection :Web Mercator Auxiliary Sphere in most cases. Scales, extent and image format. Tile Scheme ESRI/Google/BING Storage –each scale requires 3-4 times storage of previous scale.

Page 5: Designing and Using Cached Map

Software ArcGIS Desktop 10.3 ArcGIS Server 10.3 with Image Server extension

Page 6: Designing and Using Cached Map

Designing Mosaic Dataset

• A GDB data model for managing and serving a collection of images • Supported in FGDB/SDE • Do NOT store pixels but reference them.

Page 7: Designing and Using Cached Map

• Advantages • Reduce processing time and storage. • Catalog large image collection • Seamless display at all scales • Multiple sensors and metadata

Mosaic Dataset

Page 8: Designing and Using Cached Map

Authored from Desktop , Publish to ArcGIS Server

• Using Geo processing tool • ArcGIS Editor license • ArcGIS Server Image Extension

Page 9: Designing and Using Cached Map

Create Mosaic dataset Demo..

Page 10: Designing and Using Cached Map
Page 11: Designing and Using Cached Map

Publish Imagery on ArcGIS Server

Page 12: Designing and Using Cached Map

Cache Tile Format • PNG • PNG8 • PNG24 • PNG32 • JPEG • MIXED

Storage Format

COMPACT Group tiles into large files called bundles. This storage format is more efficient in terms of storage and mobility. This is the default. EXPLODED Each tile is stored as an individual file. Note that this format cannot be used with tile packages

Page 13: Designing and Using Cached Map

Publish Cache map service

Page 14: Designing and Using Cached Map

Calculate Cache

Page 15: Designing and Using Cached Map

Cache tool in ArcGIS Desktop

Page 16: Designing and Using Cached Map

ArcGIS Server Manager Cache Directory

Page 17: Designing and Using Cached Map

Check Cache status In ArcGIS Server Manager

Page 18: Designing and Using Cached Map

View Cache Status in ArcGIS Desktop

Page 19: Designing and Using Cached Map

Create Cache

Demo..

Page 20: Designing and Using Cached Map
Page 21: Designing and Using Cached Map

Thank You