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

The amount of rotation needed to bring one line or plane into coincidence with another, generally measured in radians or degrees.
Public Member Functions | |
| TSLAngle () | |
| TSLAngle (const TSLAngle &right) | |
| virtual | ~TSLAngle () |
| TSLAngle & | operator= (const TSLAngle &right) |
| virtual TSLAngle * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLUomAngle & | uom () const |
| void | uom (const TSLUomAngle &input) |
| TSLUomAngle & | uom () |
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 TSLAngle * | create () |
Static Public Member Functions inherited from TSLMeasure | |
| static TSLMeasure * | create () |
| TSLAngle::TSLAngle | ( | ) |
The default constructor.
| TSLAngle::TSLAngle | ( | const TSLAngle & | 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 |
|
virtual |
Reimplemented from TSLMeasure.
|
inline |
Returns the uom attribute.
|
inline |
Returns the uom attribute.
|
inline |
Sets the uom attribute.