MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
Inheritance diagram for TSLUomLength:

Detailed Description

Any of the measuring systems to measure the length, distance between two entities. Example are the English System of feet and inches or the metric system of millimeters, centimeters and meters, also the System International (SI) System of Units.

Public Member Functions

 TSLUomLength ()
 
 TSLUomLength (const TSLUomLength &right)
 
virtual ~TSLUomLength ()
 
TSLUomLengthoperator= (const TSLUomLength &right)
 
virtual TSLUomLengthclone () const
 
virtual bool serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const
 
- Public Member Functions inherited from TSLUnitOfMeasure
 TSLUnitOfMeasure ()
 
 TSLUnitOfMeasure (const TSLUnitOfMeasure &right)
 
virtual ~TSLUnitOfMeasure ()
 
TSLUnitOfMeasureoperator= (const TSLUnitOfMeasure &right)
 
void measureType (TSLMeasureType input)
 
void nameStandardUnit (TSLCharacterString *input, bool assumeOwnership=true)
 
void nameStandardUnit (const char *input)
 
void scaleToStandardUnit (double *input, bool assumeOwnership=true)
 
void offsetToStandardUnit (double *input, bool assumeOwnership=true)
 
void formula (TSLCharacterString *input, bool assumeOwnership=true)
 
void formula (const char *input)
 
void subunit (TSLSubUnitsPerUnit *val, bool assumeOwnership=true)
 
const TSLCharacterStringuomName () const
 
TSLCharacterStringuomName ()
 
void uomName (const TSLCharacterString &input)
 
void uomName (const char *input)
 
const TSLCharacterStringuomSymbol () const
 
TSLCharacterStringuomSymbol ()
 
void uomSymbol (const TSLCharacterString &input)
 
void uomSymbol (const char *input)
 
TSLMeasureType measureType () const
 
const TSLCharacterStringnameStandardUnit () const
 
TSLCharacterStringnameStandardUnit ()
 
const double * scaleToStandardUnit () const
 
double * scaleToStandardUnit ()
 
const double * offsetToStandardUnit () const
 
double * offsetToStandardUnit ()
 
const TSLCharacterStringformula () const
 
TSLCharacterStringformula ()
 
const TSLSubUnitsPerUnitsubunit () const
 
TSLSubUnitsPerUnitsubunit ()
 

Static Public Member Functions

static TSLUomLengthcreate ()
 
- Static Public Member Functions inherited from TSLUnitOfMeasure
static TSLUnitOfMeasurecreate ()
 

Constructor & Destructor Documentation

◆ TSLUomLength() [1/2]

TSLUomLength::TSLUomLength ( )

The default constructor.

◆ TSLUomLength() [2/2]

TSLUomLength::TSLUomLength ( const TSLUomLength & right)

The copy constructor.

◆ ~TSLUomLength()

virtual TSLUomLength::~TSLUomLength ( )
virtual

The destructor.

Member Function Documentation

◆ clone()

virtual TSLUomLength * TSLUomLength::clone ( ) const
virtual

Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted

Reimplemented from TSLUnitOfMeasure.

◆ create()

static TSLUomLength * TSLUomLength::create ( )
static

◆ operator=()

TSLUomLength & TSLUomLength::operator= ( const TSLUomLength & right)

Assignment operator.

◆ serialize()

virtual bool TSLUomLength::serialize ( void * outputStreamOfXML,
int indentation = -1,
bool isRootHandler = true ) const
virtual

Reimplemented from TSLUnitOfMeasure.