Click or drag to resize

RasterTerrainProviderUnloadExtent Method

Unloads the cached terrain data for a given CartographicExtent. This method unloads all cached regions where any part of the region falls within the extent. It does not return until the regions have been unloaded. However, if a region within the extent is being used in another thread while this method is executing, the region may be reloaded immediately after this method unloads it. This method is safe to call from any thread.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override void UnloadExtent(
	CartographicExtent extent
)

Parameters

extent
Type: AGI.Foundation.CoordinatesCartographicExtent
The CartographicExtent for which to unload terrain, in radians.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when extent is .
See Also