Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Field and Description |
---|---|
protected PointCoordinates |
TpegGeometricArea.centrePoint |
protected PointCoordinates |
Location.locationForDisplay |
protected PointCoordinates |
OpenlrPoiWithAccessPoint.openlrCoordinate |
protected PointCoordinates |
OpenlrGeoCoordinate.openlrCoordinate |
protected PointCoordinates |
OpenlrBaseLocationReferencePoint.openlrCoordinate |
protected PointCoordinates |
TpegNonJunctionPoint.pointCoordinates |
protected PointCoordinates |
TpegJunction.pointCoordinates |
protected PointCoordinates |
Referent.pointCoordinates |
protected PointCoordinates |
PolygonAreaIndexPointCoordinates.pointCoordinates |
protected PointCoordinates |
PointByCoordinates.pointCoordinates |
Modifier and Type | Method and Description |
---|---|
PointCoordinates |
ObjectFactory.createPointCoordinates()
Create an instance of
PointCoordinates |
PointCoordinates |
TpegGeometricArea.getCentrePoint()
Gets the value of the centrePoint property.
|
PointCoordinates |
Location.getLocationForDisplay()
Gets the value of the locationForDisplay property.
|
PointCoordinates |
OpenlrPoiWithAccessPoint.getOpenlrCoordinate()
Gets the value of the openlrCoordinate property.
|
PointCoordinates |
OpenlrGeoCoordinate.getOpenlrCoordinate()
Gets the value of the openlrCoordinate property.
|
PointCoordinates |
OpenlrBaseLocationReferencePoint.getOpenlrCoordinate()
Gets the value of the openlrCoordinate property.
|
PointCoordinates |
TpegNonJunctionPoint.getPointCoordinates()
Gets the value of the pointCoordinates property.
|
PointCoordinates |
TpegJunction.getPointCoordinates()
Gets the value of the pointCoordinates property.
|
PointCoordinates |
Referent.getPointCoordinates()
Gets the value of the pointCoordinates property.
|
PointCoordinates |
PolygonAreaIndexPointCoordinates.getPointCoordinates()
Gets the value of the pointCoordinates property.
|
PointCoordinates |
PointByCoordinates.getPointCoordinates()
Gets the value of the pointCoordinates property.
|
Modifier and Type | Method and Description |
---|---|
void |
TpegGeometricArea.setCentrePoint(PointCoordinates value)
Sets the value of the centrePoint property.
|
void |
Location.setLocationForDisplay(PointCoordinates value)
Sets the value of the locationForDisplay property.
|
void |
OpenlrPoiWithAccessPoint.setOpenlrCoordinate(PointCoordinates value)
Sets the value of the openlrCoordinate property.
|
void |
OpenlrGeoCoordinate.setOpenlrCoordinate(PointCoordinates value)
Sets the value of the openlrCoordinate property.
|
void |
OpenlrBaseLocationReferencePoint.setOpenlrCoordinate(PointCoordinates value)
Sets the value of the openlrCoordinate property.
|
void |
TpegNonJunctionPoint.setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
TpegJunction.setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
Referent.setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
PolygonAreaIndexPointCoordinates.setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
PointByCoordinates.setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|