MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLPoint3D Class Reference

Detailed Description

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.

See TSLCoordinateConverter.

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
 

Constructor & Destructor Documentation

◆ TSLPoint3D()

TSLPoint3D::TSLPoint3D ( double x_u = 0.0,
double y_v = 0.0,
double z_w = 0.0 )
inline

Class TSLPoint3D

Member Function Documentation

◆ set()

void TSLPoint3D::set ( double x_u,
double y_v,
double z_w )
inline

Sets the components of the class.

◆ x() [1/2]

double TSLPoint3D::x ( ) const
inline

Gets the x component.

◆ x() [2/2]

void TSLPoint3D::x ( double x_u)
inline

Sets the x component.

◆ y() [1/2]

double TSLPoint3D::y ( ) const
inline

Gets the y component.

◆ y() [2/2]

void TSLPoint3D::y ( double y_v)
inline

Sets the y component.

◆ z() [1/2]

double TSLPoint3D::z ( ) const
inline

Gets the z component.

◆ z() [2/2]

void TSLPoint3D::z ( double z_w)
inline

Sets the z component.