struct TsmDatabase

Holds all information for a dataset database

Documentation

Holds all information for a dataset database.

This structure contains an array of datasets, along with information about all of the servers used to build the database, and the URL of the dataset database file that was parsed to give that array.

The format used for the dataset database file is described at: http://www.ai.sri.com/~magic/tsmApi/dataset-db.html

Parameters:
numDataSets - (int) = the number of entries in the dataset array
dataset - (TsmDataSet *) = an array of dataset entries
numServers - (int) = the number of entries in the server array
server - (TsmServer *) = an array of server entries
numGeoSets - (int) = the number of entries in the geoset array
geoset - (TsmGeoSet *) = an array of geoset entries
numModels - (int) = the number of entries in the model array
model - (TsmModel *) = an array of model entries
numMaps - (int) = the number of entries in the map array
map - (TsmMap *) = an array of map entries
location - (Purl *) = the parsed URL for the database file location
See Also:
tsmReadDatabase, tsmWriteDatabase, tsmMakeDatabase, tsmFreeDatabase, TsmServer, TsmDataSet, TsmGeoSet


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page