![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
parameter or set of parameters that may serve as a reference or basis for the calculation of other parameters
NOTE 1 A datum defines the position of the origin, the scale, and the orientation of the axes of a coordinate system.
NOTE 2 A datum may be a geodetic datum, a vertical datum or an engineering datum.
Public Member Functions | |
TSLSCDatum () | |
TSLSCDatum (const TSLSCDatum &right) | |
virtual | ~TSLSCDatum () |
TSLSCDatum & | operator= (const TSLSCDatum &right) |
void | datumID (const TSLRSIdentifier &input) |
bool | insertAlias (const TSLCharacterString &obj, int position=-1) |
bool | insertAlias (const char *input, int position=-1) |
bool | removeAlias (int position=-1) |
void | type (TSLCharacterString *input, bool assumeOwnership=true) |
void | type (const char *input) |
void | point (TSLCharacterString *input, bool assumeOwnership=true) |
void | point (const char *input) |
void | realizationEpoch (TSLDate *input, bool assumeOwnership=true) |
void | validArea (TSLEXExtent *input, bool assumeOwnership=true) |
bool | insertScope (const TSLCharacterString &obj, int position=-1) |
bool | insertScope (const char *input, int position=-1) |
bool | removeScope (int position=-1) |
void | remarks (TSLCharacterString *input, bool assumeOwnership=true) |
void | remarks (const char *input) |
virtual TSLSCDatum * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLRSIdentifier & | datumID () const |
TSLRSIdentifier & | datumID () |
const TSLMDCollection< TSLCharacterString > & | alias () const |
TSLMDCollection< TSLCharacterString > & | alias () |
const TSLCharacterString * | aliasAt (int position) const |
TSLCharacterString * | aliasAt (int position) |
const TSLCharacterString * | type () const |
TSLCharacterString * | type () |
const TSLCharacterString * | point () const |
TSLCharacterString * | point () |
const TSLDate * | realizationEpoch () const |
TSLDate * | realizationEpoch () |
const TSLEXExtent * | validArea () const |
TSLEXExtent * | validArea () |
const TSLMDCollection< TSLCharacterString > & | scope () const |
TSLMDCollection< TSLCharacterString > & | scope () |
const TSLCharacterString * | scopeAt (int position) const |
TSLCharacterString * | scopeAt (int position) |
const TSLCharacterString * | remarks () const |
TSLCharacterString * | remarks () |
Static Public Member Functions | |
static TSLSCDatum * | create () |
TSLSCDatum::TSLSCDatum | ( | ) |
The default constructor.
TSLSCDatum::TSLSCDatum | ( | const TSLSCDatum & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the alias attribute.
|
inline |
Returns the alias attribute.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented in TSLSCVerticalDatum.
|
static |
|
inline |
Returns the datumID attribute.
|
inline |
Returns the datumID attribute.
void TSLSCDatum::datumID | ( | const TSLRSIdentifier & | input | ) |
Sets the datumID attribute.
bool TSLSCDatum::insertAlias | ( | const char * | input, |
int | position = -1 ) |
Overload to allow assignment of string as a literal.
bool TSLSCDatum::insertAlias | ( | const TSLCharacterString & | obj, |
int | position = -1 ) |
Inserts the given string at the given position. If the given position is not provided or is not in range, the string is appended.
bool TSLSCDatum::insertScope | ( | const char * | input, |
int | position = -1 ) |
Overload to allow assignment of string as a literal.
bool TSLSCDatum::insertScope | ( | const TSLCharacterString & | obj, |
int | position = -1 ) |
Inserts the given string at the given position. If the given position is not provided or is not in range, the string is appended.
TSLSCDatum & TSLSCDatum::operator= | ( | const TSLSCDatum & | right | ) |
Assignment operator.
|
inline |
Returns the point attribute.
|
inline |
Returns the point attribute.
void TSLSCDatum::point | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLSCDatum::point | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the point attribute.
|
inline |
Returns the realizationEpoch attribute.
|
inline |
Returns the realizationEpoch attribute.
void TSLSCDatum::realizationEpoch | ( | TSLDate * | input, |
bool | assumeOwnership = true ) |
Sets the realizationEpoch attribute.
|
inline |
Returns the remarks attribute.
|
inline |
Returns the remarks attribute.
void TSLSCDatum::remarks | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLSCDatum::remarks | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the remarks attribute.
bool TSLSCDatum::removeAlias | ( | int | position = -1 | ) |
Removes a string from the given position. If the given position is not provided or is not in range, the last string is removed.
bool TSLSCDatum::removeScope | ( | int | position = -1 | ) |
Removes a string from the given position. If the given position is not provided or is not in range, the last string is removed.
|
inline |
Returns the scope attribute.
|
inline |
Returns the scope attribute.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
virtual |
Reimplemented in TSLSCVerticalDatum.
|
inline |
Returns the type attribute.
|
inline |
Returns the type attribute.
void TSLSCDatum::type | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLSCDatum::type | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the type attribute.
|
inline |
Returns the validArea attribute.
|
inline |
Returns the validArea attribute.
void TSLSCDatum::validArea | ( | TSLEXExtent * | input, |
bool | assumeOwnership = true ) |
Sets the validArea attribute.