![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLMDObliqueLineAzimuth () | |
TSLMDObliqueLineAzimuth (const TSLMDObliqueLineAzimuth &right) | |
virtual | ~TSLMDObliqueLineAzimuth () |
TSLMDObliqueLineAzimuth & | operator= (const TSLMDObliqueLineAzimuth &right) |
void | azimuthAngle (double input) |
void | azimuthMeasurePointLongitude (double input) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
double | azimuthAngle () const |
double | azimuthMeasurePointLongitude () const |
Static Public Member Functions | |
static TSLMDObliqueLineAzimuth * | create () |
TSLMDObliqueLineAzimuth::TSLMDObliqueLineAzimuth | ( | ) |
The default constructor.
TSLMDObliqueLineAzimuth::TSLMDObliqueLineAzimuth | ( | const TSLMDObliqueLineAzimuth & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the azimuthAngle attribute.
void TSLMDObliqueLineAzimuth::azimuthAngle | ( | double | input | ) |
Sets the azimuthAngle attribute.
|
inline |
Returns the azimuthMeasurePointLongitude attribute.
void TSLMDObliqueLineAzimuth::azimuthMeasurePointLongitude | ( | double | input | ) |
Sets the azimuthMeasurePointLongitude attribute.
|
static |
TSLMDObliqueLineAzimuth & TSLMDObliqueLineAzimuth::operator= | ( | const TSLMDObliqueLineAzimuth & | right | ) |
Assignment operator.
|
virtual |