Click or drag to resize

AGIProcessedDataTerrainGetPosts Method

Returns the altitude values for the input boundary.

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 TerrainPosts GetPosts(
	RasterTerrainIndexExtent extent
)

Parameters

extent
Type: AGI.Foundation.TerrainRasterTerrainIndexExtent
The terrain extent over which to retrieve the posts

Return Value

Type: TerrainPosts
The posts of the terrain contained within the area defined by the passed in extent
See Also