GTOPO30Terrain Constructor (String, TerrainCacheGroup) |
Initializes a new instance using the specified GTOPO30 HDR filename and
TerrainCacheGroup.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GTOPO30Terrain(
string fileName,
TerrainCacheGroup cacheGroup
)
Public Sub New (
fileName As String,
cacheGroup As TerrainCacheGroup
)
public:
GTOPO30Terrain(
String^ fileName,
TerrainCacheGroup^ cacheGroup
)
new :
fileName : string *
cacheGroup : TerrainCacheGroup -> GTOPO30Terrain
Parameters
- fileName
- Type: SystemString
The full path and filename of the GTOPO30 HDR file. - cacheGroup
- Type: AGI.Foundation.TerrainTerrainCacheGroup
The cache group with which to associate this terrain provider.
Exceptions See Also