Package | Description |
---|---|
de.bsvrz.kex.datex2.plugins.konvertierung.impl |
SWE KEx-DatexII (de.bsvrz.kex.datex2)
Copyright (C) 2014 TraffGo Road GmbH
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
|
eu.datex2.schema.statisch.predefined.locations.routen |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<PointCoordinates> |
RSPredefinedLocation.getKoordinatenListe(java.util.List<de.bsvrz.dav.daf.main.Data> dataList)
Baut eine Liste von PointCoordinates aus einer Data-Liste.
|
Modifier and Type | Method and Description |
---|---|
protected LinearByCoordinates |
RSPredefinedLocation.getLinearByCoordinates(java.util.List<PointCoordinates> koordinatenListe)
Baut eine LinearByCoordinates-Objekt aus PointCoordinates-Liste.
|
Modifier and Type | Field and Description |
---|---|
protected PointCoordinates |
LinearByCoordinates.end |
protected PointCoordinates |
Intermediate.pointCoordinates |
protected PointCoordinates |
LinearByCoordinates.start |
Modifier and Type | Method and Description |
---|---|
PointCoordinates |
ObjectFactory.createPointCoordinates()
Create an instance of
PointCoordinates |
PointCoordinates |
LinearByCoordinates.getEnd()
Gets the value of the end property.
|
PointCoordinates |
Intermediate.getPointCoordinates()
Gets the value of the pointCoordinates property.
|
PointCoordinates |
LinearByCoordinates.getStart()
Gets the value of the start property.
|
Modifier and Type | Method and Description |
---|---|
void |
LinearByCoordinates.setEnd(PointCoordinates value)
Sets the value of the end property.
|
void |
Intermediate.setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
LinearByCoordinates.setStart(PointCoordinates value)
Sets the value of the start property.
|