public class AsbStationierungBereich extends AsbStationierungOrtsReferenz
Modifier and Type | Field and Description |
---|---|
private long |
maxStationierung
max.
|
private long |
minStationierung
min.
|
Constructor and Description |
---|
AsbStationierungBereich(StrassenTeilSegment.AsbStationierung asbStationierung) |
AsbStationierungBereich(String anfangsKnoten,
String endKnoten,
NetzInterface.ASBStationierungsRichtung richtung,
long minStationierung,
long maxStationierung)
Erzeugt eine Instanz eines ASB-Stationierungsbereiches.
|
Modifier and Type | Method and Description |
---|---|
long |
getMaxStationierung() |
long |
getMinStationierung() |
void |
setMaxStationierung(long maxStationierung) |
void |
setMinStationierung(long minStationierung) |
ermittleOrtsReferenzStrassenSegmentUndOffset, ermittleOrtsReferenzStrasseUndBetriebsKilometer, getAnfangsKnoten, getAsbStationierungsRichtung, getEndKnoten, getStationierung
private long maxStationierung
private long minStationierung
public AsbStationierungBereich(String anfangsKnoten, String endKnoten, NetzInterface.ASBStationierungsRichtung richtung, long minStationierung, long maxStationierung)
anfangsKnoten
- Anfangsknoten der ASB StationierungendKnoten
- Endknoten der ASB Stationierungrichtung
- Stationierungsrichtung für den ASB AbschnittminStationierung
- kleinste Stationierung (in Metern) auf dem ASB AbschnittmaxStationierung
- grösste Stationierung (in Metern) auf dem ASB Abschnittpublic AsbStationierungBereich(StrassenTeilSegment.AsbStationierung asbStationierung)
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.