Click or drag to resize

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

Parameters

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

Return Value

Type: TerrainPosts
The requested posts.
Exceptions
ExceptionCondition
InvalidDataException Thrown when terrain data source stream terminates unexpectedly before all of the required terrain data can be read.
See Also