tsc_GridObservation

This a subclass of tsc_PointObservation, and contains a tsc_Grid coordinate.  This type of observation is used to store a position with North, East and Elevation values.

Such an observation can be appended to the database at any time.

tsc_Grid Grid () const;

Returns the grid coordinates.

void Grid (const tsc_Grid& grid);

Sets the grid coordinates.

tsc_GridDeltas StandardDeviation () const;

Returns the result standard deviation.

void StandardDeviation (const tsc_GridDeltas& stdDev);

Sets the result standard deviation.

If the tsc_GridObservation was created by a tsc_AverageResults instance (see tsc_Cogo::CalculateDbAverage) then residuals information will be stored in the database when the observation is appended.