![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
The ratio of one quantity to another, often unitless in the case where the two quantities use the same unit.
Public Member Functions | |
TSLScale () | |
TSLScale (const TSLScale &right) | |
virtual | ~TSLScale () |
TSLScale & | operator= (const TSLScale &right) |
virtual TSLScale * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLUomScale & | uom () const |
TSLUomScale & | uom () |
void | uom (const TSLUomScale &input) |
const TSLUomLength & | sourceUnits () const |
TSLUomLength & | sourceUnits () |
void | sourceUnits (const TSLUomLength &input) |
const TSLUomLength & | targetUnits () const |
TSLUomLength & | targetUnits () |
void | targetUnits (const TSLUomLength &input) |
![]() | |
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 TSLScale * | create () |
![]() | |
static TSLMeasure * | create () |
TSLScale::TSLScale | ( | ) |
The default constructor.
TSLScale::TSLScale | ( | const TSLScale & | 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 sourceUnits attribute.
|
inline |
Returns the sourceUnits attribute.
|
inline |
Sets the sourceUnits attribute.
|
inline |
Returns the targetUnits attribute.
|
inline |
Returns the targetUnits attribute.
|
inline |
Sets the targetUnits attribute.
|
inline |
Returns the uom attribute.
|
inline |
Returns the uom attribute.
|
inline |
Sets the uom attribute.