GeospatialContentServerTerrainGetMesh Method |
Gets a mesh for a specified set of coordinates.
This method is not expected to do any caching.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override QuantizedMeshTerrainTile GetMesh(
int level,
int x,
int y
)
Public Overrides Function GetMesh (
level As Integer,
x As Integer,
y As Integer
) As QuantizedMeshTerrainTile
public:
virtual QuantizedMeshTerrainTile^ GetMesh(
int level,
int x,
int y
) override
abstract GetMesh :
level : int *
x : int *
y : int -> QuantizedMeshTerrainTile
override GetMesh :
level : int *
x : int *
y : int -> QuantizedMeshTerrainTile
Parameters
- level
- Type: SystemInt32
The zoom level. - x
- Type: SystemInt32
The X tile coordinate. - y
- Type: SystemInt32
The Y tile coordinate.
Return Value
Type:
QuantizedMeshTerrainTileThe requested mesh.
Exceptions See Also