struct Footprint

Holds four coordinates in a number of possible systems

Documentation

Holds four coordinates in a number of possible systems.

This structure contains information about the four boundary coords for a dataset. These can be in any of a number of coordinate systems, including lat/long, UTM, or geocentric. There is a field (footprint) to indicate which coordinate system is being used.

Parameters:
coordsys - (TsmCoordSystem) = TSM_NONE_COORDSYS, TSM_LATLONG_COORDSYS, TSM_UTM_COORDSYS, or TSM_GEO_COORDSYS
ll - (LatLongFootprint) = the lat/long footprint definition
utm - (UTMFootprint) = the UTM footprint definition
geo - (GeoFootprint) = the geocentric footprint definition
See Also:
LatLongFootprint, UTMFootprint, GeoFootprint


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

Back to tsmApi Home Page