A route geometry descriptor object. More...
Public Attributes | |
std::vector < VgEngine::VgRefPtr < Vg3DModule::VgLine::Descriptor > > | mLineDescriptors |
Contains a vector of line descriptors. | |
std::vector < VgEngine::VgRefPtr < Vg3DModule::VgPoint::Descriptor > > | mPointDescriptors |
Contains a vector of point descriptors. | |
std::string | mLayerName |
The name of the layer the descriptor belongs to. | |
std::string | mModality |
The modality (i.e. |
A route geometry descriptor object.
Contains a description of a route for a single layer.
The name of the layer the descriptor belongs to.
std::vector< VgEngine::VgRefPtr< Vg3DModule::VgLine::Descriptor > > VgRoutingModule::VgIRouteGeometryDescriptor::mLineDescriptors |
Contains a vector of line descriptors.
The vector may represent the entire route for the associated layer. Req 6.i
The modality (i.e.
transport mode) for this line.
std::vector< VgEngine::VgRefPtr< Vg3DModule::VgPoint::Descriptor > > VgRoutingModule::VgIRouteGeometryDescriptor::mPointDescriptors |
Contains a vector of point descriptors.
The vector may represent the start and end points for the route associated with this layer. Req 6.ii