tsc_Coordinate

Coordinates in SCAPI are small classes designed to hold a location.  There are several different types available and these primarily differ by coordinate system frame of reference (e.g. Grid, Local and WGS84) or secondarily by the capture method (Raw Circles).

tsc_CogoCoordinate

tsc_Grid

tsc_Local

tsc_Wgs84

tsc_CorrectedCircle

tsc_Ecef

tsc_EcefDeltas

tsc_GridDeltas

tsc_Polar

tsc_RawCircle

tsc_Residuals

tsc_StationOffset

tsc_UnorientedCircle

These coordinates can exist separately from stored database records but some will need some meta-data to assist when converting (e.g. an ECEF coordinate will need to know about the antenna equipment to transform to the WGS84 ellipsoid, and a conventional optical observation will need a complete station setup).  This additional information is primarily supplied from an environment in one of the following:

tsc_CoordinateSystem (from tsc_CogoEnvironment)

tsc_GnssEnvironment

tsc_TsEnvironment