Click or drag to resize

RasterTerrainProviderGetPosts Method

Gets the posts over a specified area by reading them from the terrain data source. This method is not expected to do any caching.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract TerrainPosts GetPosts(
	RasterTerrainIndexExtent extent
)

Parameters

extent
Type: AGI.Foundation.TerrainRasterTerrainIndexExtent
The extent of the posts to read.

Return Value

Type: TerrainPosts
The requested posts.
See Also