Click or drag to resize

QuantizedMeshTerrainTileReadFromStream Method

Reads an uncompressed quantized-mesh terrain data from the given stream and creates a tile.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static QuantizedMeshTerrainTile ReadFromStream(
	CartographicExtent boundingExtent,
	Stream stream
)

Parameters

boundingExtent
Type: AGI.Foundation.CoordinatesCartographicExtent
The extent that this instance covers.
stream
Type: System.IOStream
A Stream containing uncompressed tile data.

Return Value

Type: QuantizedMeshTerrainTile
A QuantizedMeshTerrainTile parsed from the data.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if boundingExtent or stream is .
See Also