![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Information about the vector spatial objects in the dataset
Static Public Member Functions | |
static TSLMDVectorSpatialRepresentation * | create () |
TSLMDVectorSpatialRepresentation::TSLMDVectorSpatialRepresentation | ( | ) |
The default constructor.
TSLMDVectorSpatialRepresentation::TSLMDVectorSpatialRepresentation | ( | const TSLMDVectorSpatialRepresentation & | 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
Implements TSLMDSpatialRepresentation.
|
static |
|
inline |
Returns the geometricObjects attribute.
|
inline |
Returns the geometricObjects attribute.
|
inline |
Returns the TSLMDGeometricObjects at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the TSLMDGeometricObjects at the given position. If the given position is not in range a null pointer is returned.
bool TSLMDVectorSpatialRepresentation::insertGeometricObjects | ( | const TSLMDGeometricObjects & | obj, |
int | position = -1 ) |
Inserts the given TSLMDGeometricObjects at the given position. If the given position is not provided or is not in range, the TSLMDGeometric Objects is appended.
TSLMDVectorSpatialRepresentation & TSLMDVectorSpatialRepresentation::operator= | ( | const TSLMDVectorSpatialRepresentation & | right | ) |
Assignment operator.
bool TSLMDVectorSpatialRepresentation::removeGeometricObjects | ( | int | position = -1 | ) |
Removes a TSLMDGeometricObjects from the given position. If the given position is not provided or is not in range, the last TSLMDGeometricObjects is removed.
|
virtual |
Reimplemented from TSLMDSpatialRepresentation.
|
inline |
Returns the topologyLevel attribute.
void TSLMDVectorSpatialRepresentation::topologyLevel | ( | TSLMDTopologyLevelCode | input | ) |
Sets the topologyLevel attribute. TSLMDTopologyLevelCodeNULL is valid
|
inline |
|
inline |
Accessors for topology level code attributes
void TSLMDVectorSpatialRepresentation::topologyLevelEx | ( | TSLMDTopologyLevelCodeEx & | input | ) |