WorldWind.PluginEngine.Plugin
From World Wind Wiki
Proposed new functions for plugins
=Refreshing file download
void Download( Uri uriToDownloadFrom, string destinatiobnLocalFileName, TimeSpan updateInterval )
- If file exists locally use local if it's newer than current time minus updateInterval
- Else download and overwrite the old file