Class USGSDataProvider
- Namespace
- Pinwheel.Vista.RealWorldData.USGS
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
[Serializable]
public class USGSDataProvider : IRwdProvider
- Inheritance
-
USGSDataProvider
- Implements
- Inherited Members
Constructors
- USGSDataProvider()
Creates a provider with both height and color downloads enabled at 1024 resolution.
Properties
- availability
Data types supported by this provider.
- colorMapResolution
Requested output resolution for USGS imagery downloads.
- downloadColorMap
Indicates whether the asset wrapper should include color-map requests in its combined request workflow.
- downloadHeightMap
Indicates whether the asset wrapper should include height-map requests in its combined request workflow.
- heightMapResolution
Requested output resolution for USGS height downloads.
Methods
- RequestColorMap(GeoRect)
Starts an asynchronous USGS color request for the specified GPS rectangle.
- RequestHeightMap(GeoRect)
Starts an asynchronous USGS height request for the specified GPS rectangle.
Events
- postProcessColorDataCallback
Invoked after downloaded color data has been cropped but before it is stored in the request.
- postProcessHeightDataCallback
Invoked after downloaded height data has been normalized and cropped but before it is stored in the request.