Public Member Functions | Protected Attributes

LatLong2Coord Class Reference

Estimates to/from LatLong coordinates. More...

List of all members.

Public Member Functions

 LatLong2Coord ()
 LatLong2Coord (const Coord &, const LatLong &)
bool isOK () const
void set (const LatLong &, const Coord &)
LatLong transform (const Coord &) const
Coord transform (const LatLong &) const
void fill (char *) const
bool use (const char *)
Coord refCoord () const
LatLong refLatLong () const

Protected Attributes

Coord refcoord_
LatLong reflatlng_
double latdist_
double lngdist_
double scalefac_

Detailed Description

Estimates to/from LatLong coordinates.

Needs both survey coordinate and lat/long for an anchor point in the survey.


Constructor & Destructor Documentation

LatLong2Coord::LatLong2Coord (  ) 
LatLong2Coord::LatLong2Coord ( const Coord ,
const LatLong  
)

Member Function Documentation

void LatLong2Coord::fill ( char *   )  const
bool LatLong2Coord::isOK (  )  const [inline]
Coord LatLong2Coord::refCoord (  )  const [inline]
LatLong LatLong2Coord::refLatLong (  )  const [inline]
void LatLong2Coord::set ( const LatLong ,
const Coord  
)
Coord LatLong2Coord::transform ( const LatLong  )  const
LatLong LatLong2Coord::transform ( const Coord  )  const
bool LatLong2Coord::use ( const char *   ) 

Member Data Documentation

double LatLong2Coord::latdist_ [protected]
double LatLong2Coord::lngdist_ [protected]
double LatLong2Coord::scalefac_ [protected]