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.2.419.0 (24.2.419.0)
Syntax public static QuantizedMeshTerrainTile ReadFromStream(
CartographicExtent boundingExtent,
Stream stream
)
Public Shared Function ReadFromStream (
boundingExtent As CartographicExtent,
stream As Stream
) As QuantizedMeshTerrainTile
public:
static QuantizedMeshTerrainTile^ ReadFromStream(
CartographicExtent^ boundingExtent,
Stream^ stream
)
static member ReadFromStream :
boundingExtent : CartographicExtent *
stream : Stream -> QuantizedMeshTerrainTile
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:
QuantizedMeshTerrainTileA
QuantizedMeshTerrainTile parsed from the data.
Exceptions See Also