TsGeoPyramid* tvGetDataset ( tvBase const *threeD, char const *geoname )

Returns the TsGeoPyramid structure for the named geoset that is associated with the specified tvBase

Documentation

Returns the TsGeoPyramid structure for the named geoset that is associated with the specified tvBase. For example, if you know that the name of the geoset is "Ft Benning", then this function will give you the TsGeoPyramid structure for the Fort Benning geoset. Alternatively, you can use the URL for the OI dataset as the search name, e.g. the geoname could also be "http://www.tvgeo.com/TileSets/Pyramids/benning.oi".
Returns:
A valid TsGeoPyramid structure, or NULL
Parameters:
threeD - handle to rendering state
geoname - name of geoset sought for retrevial
Author:
Martin Reddy
Version:
31 May 1999


Back to
TerraVision API Home Page