![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Static Public Member Functions | |
static TSLMDGeoreferenceable * | create () |
![]() | |
static TSLMDGridSpatialRepresentation * | create () |
TSLMDGeoreferenceable::TSLMDGeoreferenceable | ( | ) |
The default constructor.
TSLMDGeoreferenceable::TSLMDGeoreferenceable | ( | const TSLMDGeoreferenceable & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLMDGridSpatialRepresentation.
|
inline |
Returns the controlPointAvailability attribute. Returns TSLBooleanNULL if uninitialised
void TSLMDGeoreferenceable::controlPointAvailability | ( | TSLBoolean | input | ) |
Sets the controlPointAvailability attribute. TSLBooleanNULL is not valid
|
static |
|
inline |
Returns the georeferencedParameters attribute.
|
inline |
Returns the georeferencedParameters attribute.
void TSLMDGeoreferenceable::georeferencedParameters | ( | const TSLRecord & | input | ) |
Sets the georeferencedParameters attribute.
bool TSLMDGeoreferenceable::insertParameterCitation | ( | const TSLCICitation & | obj, |
int | position = -1 ) |
Inserts the given TSLCICitation at the given position. If the given position is not provided or is not in range, the TSLCICitation is appended.
TSLMDGeoreferenceable & TSLMDGeoreferenceable::operator= | ( | const TSLMDGeoreferenceable & | right | ) |
Assignment operator.
|
inline |
Returns the orientationParameterAvailability attribute. Returns TSLBoolean NULL if uninitialised.
void TSLMDGeoreferenceable::orientationParameterAvailability | ( | TSLBoolean | input | ) |
Sets the orientationParameterAvailability attribute. TSLBooleanNULL is not valid
|
inline |
Returns the orientationParameterDescription attribute.
|
inline |
Returns the orientationParameterDescription attribute.
void TSLMDGeoreferenceable::orientationParameterDescription | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLMDGeoreferenceable::orientationParameterDescription | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the orientationParameterDescription attribute.
|
inline |
Returns the parameterCitation attribute.
|
inline |
Returns the parameterCitation attribute.
|
inline |
Returns the TSLCICitation at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the TSLCICitation at the given position. If the given position is not in range a null pointer is returned.
bool TSLMDGeoreferenceable::removeParameterCitation | ( | int | position = -1 | ) |
Removes a TSLCICitation from the given position. If the given position is not provided or is not in range, the last TSLCICitation is removed.
|
virtual |
Reimplemented from TSLMDGridSpatialRepresentation.