![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

The measure of motion in terms of speed in a particular direction. It is usually calculated using the simple formula, the change in position during a given time interval.
Public Member Functions | |
| TSLVelocity () | |
| TSLVelocity (const TSLVelocity &right) | |
| virtual | ~TSLVelocity () |
| TSLVelocity & | operator= (const TSLVelocity &right) |
| virtual TSLVelocity * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLUomTime & | time () const |
| TSLUomTime & | time () |
| void | time (const TSLUomTime &input) |
| const TSLUomLength & | distance () const |
| TSLUomLength & | distance () |
| void | distance (const TSLUomLength &input) |
| const TSLUomVelocity & | uom () const |
| TSLUomVelocity & | uom () |
| void | uom (const TSLUomVelocity &input) |
Public Member Functions inherited from TSLMeasure | |
| TSLMeasure () | |
| TSLMeasure (const TSLMeasure &right) | |
| virtual | ~TSLMeasure () |
| TSLMeasure & | operator= (const TSLMeasure &right) |
| void | Uom (TSLUnitOfMeasure *val, bool assumeOwnership=true) |
| double | value () const |
| void | value (double input) |
| const TSLUnitOfMeasure * | Uom () const |
| TSLUnitOfMeasure * | Uom () |
Static Public Member Functions | |
| static TSLVelocity * | create () |
Static Public Member Functions inherited from TSLMeasure | |
| static TSLMeasure * | create () |
| TSLVelocity::TSLVelocity | ( | ) |
The default constructor.
| TSLVelocity::TSLVelocity | ( | const TSLVelocity & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLMeasure.
|
static |
|
inline |
Returns the distance attribute.
|
inline |
Returns the distance attribute.
|
inline |
Sets the distance attribute.
| TSLVelocity & TSLVelocity::operator= | ( | const TSLVelocity & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLMeasure.
|
inline |
Returns the time attribute.
|
inline |
Returns the time attribute.
|
inline |
Sets the time attribute.
|
inline |
Returns the uom attribute.
|
inline |
Returns the uom attribute.
|
inline |
Sets the uom attribute.