struct TsmDataSet

Holds a single dataset

Documentation

Holds a single dataset.

This structure holds all of the general information describing a single dataset, including a list of specific instances.

Parameters:
name - (char *) = an identifying unique name for dataset
description - (char *) = text describing the dataset
source_type - (char *) = "unknown", "spot", "cir-napp", etc.
type - (TsmDataSetType) = TSM_IMAGE_DATASET, TSM_DEM_DATASET, or TSM_VRML_DATASET
footprint - (Footprint) = the bounding box for the dataset
min_res - (float) = the minimum resolution of the dataset (meters)
max_res - (float) = the maximum resolution of the dataset (meters)
numInstances - (int) = the number of entries in the instance array
instance - (TsmDataSetInst *) = an array of dataset instances
See Also:
TsmDataSetInst, TsmDatabase, LatLongFootprint, UTMFootprint


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

Back to tsmApi Home Page