Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Class and Description |
---|---|
class |
LinearElementByCode
A linear element along a single linear object defined by its identifier or code in a road network reference model (specified in LinearElement class) which segments the road network according to specific business rules.
|
class |
LinearElementByPoints
A linear element along a single linear object defined by its start and end points.
|
Modifier and Type | Field and Description |
---|---|
protected LinearElement |
PointAlongLinearElement.linearElement |
protected LinearElement |
LinearWithinLinearElement.linearElement |
Modifier and Type | Method and Description |
---|---|
LinearElement |
ObjectFactory.createLinearElement()
Create an instance of
LinearElement |
LinearElement |
PointAlongLinearElement.getLinearElement()
Gets the value of the linearElement property.
|
LinearElement |
LinearWithinLinearElement.getLinearElement()
Gets the value of the linearElement property.
|
Modifier and Type | Method and Description |
---|---|
void |
PointAlongLinearElement.setLinearElement(LinearElement value)
Sets the value of the linearElement property.
|
void |
LinearWithinLinearElement.setLinearElement(LinearElement value)
Sets the value of the linearElement property.
|