Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Class and Description |
---|---|
class |
TpegJunction
A point on the road network which is a road junction point.
|
class |
TpegNonJunctionPoint
A point on the road network which is not a road junction point.
|
Modifier and Type | Field and Description |
---|---|
protected TpegPoint |
TpegLinearLocation.from |
protected TpegPoint |
TpegFramedPoint.from |
protected TpegPoint |
TpegSimplePoint.point |
protected TpegPoint |
TpegLinearLocation.to |
protected TpegPoint |
TpegFramedPoint.to |
Modifier and Type | Method and Description |
---|---|
TpegPoint |
TpegLinearLocation.getFrom()
Gets the value of the from property.
|
TpegPoint |
TpegFramedPoint.getFrom()
Gets the value of the from property.
|
TpegPoint |
TpegSimplePoint.getPoint()
Gets the value of the point property.
|
TpegPoint |
TpegLinearLocation.getTo()
Gets the value of the to property.
|
TpegPoint |
TpegFramedPoint.getTo()
Gets the value of the to property.
|
Modifier and Type | Method and Description |
---|---|
void |
TpegLinearLocation.setFrom(TpegPoint value)
Sets the value of the from property.
|
void |
TpegFramedPoint.setFrom(TpegPoint value)
Sets the value of the from property.
|
void |
TpegSimplePoint.setPoint(TpegPoint value)
Sets the value of the point property.
|
void |
TpegLinearLocation.setTo(TpegPoint value)
Sets the value of the to property.
|
void |
TpegFramedPoint.setTo(TpegPoint value)
Sets the value of the to property.
|