![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Vertical domain of dataset
Public Member Functions | |
| TSLEXVerticalExtent () | |
| TSLEXVerticalExtent (const TSLEXVerticalExtent &right) | |
| virtual | ~TSLEXVerticalExtent () |
| TSLEXVerticalExtent & | operator= (const TSLEXVerticalExtent &right) |
| void | minimumValue (double input) |
| void | maximumValue (double input) |
| void | unitOfMeasure (const TSLUomLength &input) |
| void | verticalDatum (TSLSCVerticalDatum *val) |
| void | nilReason (const TSLCharacterString &input) |
| void | nilReason (const char *input) |
| void | CRSurl (const TSLCharacterString &input) |
| void | CRSurl (const char *input) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| double | minimumValue () const |
| double | maximumValue () const |
| const TSLUomLength & | unitOfMeasure () const |
| TSLUomLength & | unitOfMeasure () |
| const TSLSCVerticalDatum * | verticalDatum () const |
| TSLSCVerticalDatum * | verticalDatum () |
| const TSLCharacterString & | nilReason () const |
| TSLCharacterString & | nilReason () |
| const TSLCharacterString & | CRSurl () const |
| TSLCharacterString & | CRSurl () |
Static Public Member Functions | |
| static TSLEXVerticalExtent * | create () |
| TSLEXVerticalExtent::TSLEXVerticalExtent | ( | ) |
The default constructor.
| TSLEXVerticalExtent::TSLEXVerticalExtent | ( | const TSLEXVerticalExtent & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
|
inline |
Accessors for the CRS url attribute
| void TSLEXVerticalExtent::CRSurl | ( | const char * | input | ) |
| void TSLEXVerticalExtent::CRSurl | ( | const TSLCharacterString & | input | ) |
|
inline |
Returns the maximumValue attribute.
| void TSLEXVerticalExtent::maximumValue | ( | double | input | ) |
Sets the maximumValue attribute.
|
inline |
Returns the minimumValue attribute.
| void TSLEXVerticalExtent::minimumValue | ( | double | input | ) |
Sets the minimumValue attribute.
|
inline |
|
inline |
Accessors for the nilReason attribute
| void TSLEXVerticalExtent::nilReason | ( | const char * | input | ) |
| void TSLEXVerticalExtent::nilReason | ( | const TSLCharacterString & | input | ) |
| TSLEXVerticalExtent & TSLEXVerticalExtent::operator= | ( | const TSLEXVerticalExtent & | right | ) |
Assignment operator.
|
virtual |
|
inline |
Returns the unitOfMeasure attribute.
|
inline |
Returns the unitOfMeasure attribute.
| void TSLEXVerticalExtent::unitOfMeasure | ( | const TSLUomLength & | input | ) |
Sets the unitOfMeasure attribute.
|
inline |
|
inline |
| void TSLEXVerticalExtent::verticalDatum | ( | TSLSCVerticalDatum * | val | ) |