Table of Contents

Class CustomTiledDataProvider

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll
[Serializable]
public class CustomTiledDataProvider : IRwdProvider
Inheritance
CustomTiledDataProvider
Implements
Inherited Members

Constructors

CustomTiledDataProvider()

Creates a provider with a default USGS imagery template and moderate zoom settings.

Properties

apiKey

API key inserted into the URL template when the template contains the API-key token.

availability

Data types supported by this provider.

maxZoom

Maximum zoom level the provider may request from the tile service.

quality

Quality offset applied when selecting the tile zoom level for a request.

urlTemplate

Tile-service URL template used to request individual image tiles.

Methods

RequestColorMap(GeoRect)

Starts an asynchronous color-map request for the specified GPS rectangle.

RequestHeightMap(GeoRect)

Height-map requests are not supported by this provider.

Events

postProcessColorDataCallback

Invoked after the downloaded tiles have been assembled into a color map but before the final data is stored in the request.