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

The measure of distance as an integral, i.e. the limit of an infinite sum of distances between points on a curve. For example the length of curve, the perimeter of a polygon as the length of the boundary.
Public Member Functions | |
| TSLLength () | |
| TSLLength (const TSLLength &right) | |
| virtual | ~TSLLength () |
| TSLLength & | operator= (const TSLLength &right) |
| virtual TSLLength * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLUomLength & | uom () const |
| void | uom (const TSLUomLength &input) |
| TSLUomLength & | 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 TSLLength * | create () |
Static Public Member Functions inherited from TSLMeasure | |
| static TSLMeasure * | create () |
| TSLLength::TSLLength | ( | ) |
The default constructor.
| TSLLength::TSLLength | ( | const TSLLength & | 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.
Reimplemented in TSLDistance.
|
static |
|
virtual |
Reimplemented from TSLMeasure.
Reimplemented in TSLDistance.
|
inline |
Returns the uom attribute.
|
inline |
Returns the uom attribute.
|
inline |
Sets the uom attribute.