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

Public Member Functions

 TSLWeight ()
 
 TSLWeight (const TSLWeight &right)
 
virtual ~TSLWeight ()
 
TSLWeightoperator= (const TSLWeight &right)
 
virtual TSLWeightclone () const
 
virtual bool serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const
 
const TSLUomWeightuom () const
 
TSLUomWeightuom ()
 
void uom (const TSLUomWeight &input)
 
- Public Member Functions inherited from TSLMeasure
 TSLMeasure ()
 
 TSLMeasure (const TSLMeasure &right)
 
virtual ~TSLMeasure ()
 
TSLMeasureoperator= (const TSLMeasure &right)
 
void Uom (TSLUnitOfMeasure *val, bool assumeOwnership=true)
 
double value () const
 
void value (double input)
 
const TSLUnitOfMeasureUom () const
 
TSLUnitOfMeasureUom ()
 

Static Public Member Functions

static TSLWeightcreate ()
 
- Static Public Member Functions inherited from TSLMeasure
static TSLMeasurecreate ()
 

Constructor & Destructor Documentation

◆ TSLWeight() [1/2]

TSLWeight::TSLWeight ( )

The default constructor.

◆ TSLWeight() [2/2]

TSLWeight::TSLWeight ( const TSLWeight & right)

The copy constructor.

◆ ~TSLWeight()

virtual TSLWeight::~TSLWeight ( )
virtual

The destructor.

Member Function Documentation

◆ clone()

virtual TSLWeight * TSLWeight::clone ( ) const
virtual

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

Reimplemented from TSLMeasure.

◆ create()

static TSLWeight * TSLWeight::create ( )
static

◆ operator=()

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

Assignment operator.

◆ serialize()

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

Reimplemented from TSLMeasure.

◆ uom() [1/3]

TSLUomWeight & TSLWeight::uom ( )
inline

Returns the uom attribute.

◆ uom() [2/3]

const TSLUomWeight & TSLWeight::uom ( ) const
inline

Returns the uom attribute.

◆ uom() [3/3]

void TSLWeight::uom ( const TSLUomWeight & input)
inline

Sets the uom attribute.