Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Class and Description |
---|---|
class |
DistanceFromLinearElementReferent
Distance of a point along a linear element measured from a "from referent" on the linear element, in the sense relative to the linear element definition rather than the direction of traffic flow or optionally towards a "towards referent".
|
class |
DistanceFromLinearElementStart
Distance of a point along a linear element measured from the start node of the linear element, where start node is relative to the element definition rather than the direction of traffic flow.
|
Modifier and Type | Field and Description |
---|---|
protected DistanceAlongLinearElement |
PointAlongLinearElement.distanceAlongLinearElement |
protected DistanceAlongLinearElement |
LinearWithinLinearElement.fromPoint |
protected DistanceAlongLinearElement |
LinearWithinLinearElement.toPoint |
Modifier and Type | Method and Description |
---|---|
DistanceAlongLinearElement |
PointAlongLinearElement.getDistanceAlongLinearElement()
Gets the value of the distanceAlongLinearElement property.
|
DistanceAlongLinearElement |
LinearWithinLinearElement.getFromPoint()
Gets the value of the fromPoint property.
|
DistanceAlongLinearElement |
LinearWithinLinearElement.getToPoint()
Gets the value of the toPoint property.
|
Modifier and Type | Method and Description |
---|---|
void |
PointAlongLinearElement.setDistanceAlongLinearElement(DistanceAlongLinearElement value)
Sets the value of the distanceAlongLinearElement property.
|
void |
LinearWithinLinearElement.setFromPoint(DistanceAlongLinearElement value)
Sets the value of the fromPoint property.
|
void |
LinearWithinLinearElement.setToPoint(DistanceAlongLinearElement value)
Sets the value of the toPoint property.
|