![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents a Geocentric or Topocentric position.
The use context defines what the contents of this class actually is.
The values usually represent meters.
The origin is dependent upon the origin of the conversion and the Ellipsoid used in the conversion.
Public Member Functions | |
TSLPoint3D (double x_u=0.0, double y_v=0.0, double z_w=0.0) | |
void | set (double x_u, double y_v, double z_w) |
void | x (double x_u) |
void | y (double y_v) |
void | z (double z_w) |
double | x () const |
double | y () const |
double | z () const |
|
inline |
Class TSLPoint3D
|
inline |
Sets the components of the class.
|
inline |
Gets the x component.
|
inline |
Sets the x component.
|
inline |
Gets the y component.
|
inline |
Sets the y component.
|
inline |
Gets the z component.
|
inline |
Sets the z component.