![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLMDBand () | |
TSLMDBand (const TSLMDBand &right) | |
virtual | ~TSLMDBand () |
TSLMDBand & | operator= (const TSLMDBand &right) |
void | maxValue (double *input, bool assumeOwnership=true) |
void | minValue (double *input, bool assumeOwnership=true) |
void | units (TSLUomLength *input, bool assumeOwnership=true) |
void | peakResponse (double *input, bool assumeOwnership=true) |
void | bitsPerValue (int *input, bool assumeOwnership=true) |
void | toneGradation (int *input, bool assumeOwnership=true) |
void | scaleFactor (double *input, bool assumeOwnership=true) |
void | offset (double *input, bool assumeOwnership=true) |
virtual TSLMDBand * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const double * | maxValue () const |
double * | maxValue () |
const double * | minValue () const |
double * | minValue () |
const TSLUomLength * | units () const |
TSLUomLength * | units () |
const double * | peakResponse () const |
double * | peakResponse () |
const int * | bitsPerValue () const |
int * | bitsPerValue () |
const int * | toneGradation () const |
int * | toneGradation () |
const double * | scaleFactor () const |
double * | scaleFactor () |
const double * | offset () const |
double * | offset () |
![]() | |
TSLMDRangeDimension () | |
TSLMDRangeDimension (const TSLMDRangeDimension &right) | |
virtual | ~TSLMDRangeDimension () |
TSLMDRangeDimension & | operator= (const TSLMDRangeDimension &right) |
void | sequenceIdentifier (TSLMemberName *input, bool assumeOwnership=true) |
void | descriptor (TSLCharacterString *input, bool assumeOwnership=true) |
void | descriptor (const char *input) |
const TSLMemberName * | sequenceIdentifier () const |
TSLMemberName * | sequenceIdentifier () |
const TSLCharacterString * | descriptor () const |
TSLCharacterString * | descriptor () |
Static Public Member Functions | |
static TSLMDBand * | create () |
![]() | |
static TSLMDRangeDimension * | create () |
TSLMDBand::TSLMDBand | ( | ) |
The default constructor.
TSLMDBand::TSLMDBand | ( | const TSLMDBand & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the bitsPerValue attribute.
|
inline |
Returns the bitsPerValue attribute.
void TSLMDBand::bitsPerValue | ( | int * | input, |
bool | assumeOwnership = true ) |
Sets the bitsPerValue attribute.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLMDRangeDimension.
|
static |
|
inline |
Returns the maxValue attribute.
|
inline |
Returns the maxValue attribute.
void TSLMDBand::maxValue | ( | double * | input, |
bool | assumeOwnership = true ) |
Sets the maxValue attribute.
|
inline |
Returns the minValue attribute.
|
inline |
Returns the minValue attribute.
void TSLMDBand::minValue | ( | double * | input, |
bool | assumeOwnership = true ) |
Sets the minValue attribute.
|
inline |
Returns the offset attribute.
|
inline |
Returns the offset attribute.
void TSLMDBand::offset | ( | double * | input, |
bool | assumeOwnership = true ) |
Sets the offset attribute.
|
inline |
Returns the peakResponse attribute.
|
inline |
Returns the peakResponse attribute.
void TSLMDBand::peakResponse | ( | double * | input, |
bool | assumeOwnership = true ) |
Sets the peakResponse attribute.
|
inline |
Returns the scaleFactor attribute.
|
inline |
Returns the scaleFactor attribute.
void TSLMDBand::scaleFactor | ( | double * | input, |
bool | assumeOwnership = true ) |
Sets the scaleFactor attribute.
|
virtual |
Reimplemented from TSLMDRangeDimension.
|
inline |
Returns the toneGradation attribute.
|
inline |
Returns the toneGradation attribute.
void TSLMDBand::toneGradation | ( | int * | input, |
bool | assumeOwnership = true ) |
Sets the toneGradation attribute.
|
inline |
Returns the units attribute.
|
inline |
Returns the units attribute.
void TSLMDBand::units | ( | TSLUomLength * | input, |
bool | assumeOwnership = true ) |
Sets the units attribute.