OgcWmsLayer.Buffered Property
Gets or sets a value that determines whether the OgcWmsLayer will cache images between updates.
Syntax
public System.Boolean Buffered { get; set; }
Property Value
Default: false
True if the last image should be cached; otherwise, False. Should be False under a TileLayer.
Remarks
Buffering is accomplished by caching the last images returned from an OGC WMS service. If the same area (or an area inside the original area) is updated several times, this means that unnecessary requests to the OGC WMS service can be avoided.
A better solution than setting Buffered to True is to put the OgcWmsLayer in a TileLayer. The TileLayer will cache images and, more importantly, make the requests to the OGC WMS service asynchronously.
Platforms
Windows, Linux, Android