public class TmcLocationPunkt extends DavProxyObjekt
Modifier and Type | Field and Description |
---|---|
private String |
_ausfahrtNummer |
private static de.bsvrz.sys.funclib.debug.Debug |
_debug
Debug-Logger für Logging-Ausgaben.
|
private int |
_gebietsCode |
private int |
_linienCode |
private int |
_locationCode |
private TmcLocationPunkt |
_nachfolger |
private int |
_ortsTyp |
private String |
_strassenNummer |
private TmcLocationPunkt |
_vorgaenger |
private double |
_x |
private double |
_y |
Constructor and Description |
---|
TmcLocationPunkt(de.bsvrz.dav.daf.main.config.SystemObject davObjekt,
de.bsvrz.dav.daf.main.config.DataModel dataModel)
Erstellt eine neue Instanz vom Typ
TmcLocationPunkt |
Modifier and Type | Method and Description |
---|---|
String |
getAusfahrtNummer() |
int |
getGebietsCode() |
int |
getLinienCode() |
int |
getLocationCode() |
TmcLocationPunkt |
getNachfolger() |
int |
getNachfolgerCode() |
int |
getOrtsTyp() |
String |
getStrassenNummer() |
TmcLocationPunkt |
getVorgaenger() |
int |
getVorgaengerCode() |
double |
getX() |
double |
getY() |
private int |
holeTmcCode(de.bsvrz.dav.daf.main.config.SystemObject obj,
de.bsvrz.dav.daf.main.config.DataModel dataModel) |
(package private) void |
setNachfolger(TmcLocationPunkt nachfolger) |
(package private) void |
setVorgaenger(TmcLocationPunkt vorgaenger) |
getDavObjekt, toString
private static final de.bsvrz.sys.funclib.debug.Debug _debug
private int _locationCode
private String _strassenNummer
private String _ausfahrtNummer
private int _ortsTyp
private double _x
private double _y
private TmcLocationPunkt _vorgaenger
private TmcLocationPunkt _nachfolger
private int _linienCode
private int _gebietsCode
public TmcLocationPunkt(de.bsvrz.dav.daf.main.config.SystemObject davObjekt, de.bsvrz.dav.daf.main.config.DataModel dataModel)
TmcLocationPunkt
davObjekt
- das zuzuordnente Dav-ObjektdataModel
- DataModel
private int holeTmcCode(de.bsvrz.dav.daf.main.config.SystemObject obj, de.bsvrz.dav.daf.main.config.DataModel dataModel)
public int getLocationCode()
public String getStrassenNummer()
public String getAusfahrtNummer()
public int getOrtsTyp()
public double getX()
public double getY()
public int getVorgaengerCode()
public int getNachfolgerCode()
public int getLinienCode()
public int getGebietsCode()
public TmcLocationPunkt getVorgaenger()
void setVorgaenger(TmcLocationPunkt vorgaenger)
public TmcLocationPunkt getNachfolger()
void setNachfolger(TmcLocationPunkt nachfolger)
Copyright © 2016 BitCtrl Systems GmbH. All rights reserved.