public class TmcLocationPunkt extends DavProxyObjekt
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 |
---|---|
java.lang.String |
getAusfahrtNummer() |
int |
getGebietsCode() |
int |
getLinienCode() |
int |
getLocationCode() |
TmcLocationPunkt |
getNachfolger() |
int |
getNachfolgerCode() |
int |
getOrtsTyp() |
java.lang.String |
getStrassenNummer() |
TmcLocationPunkt |
getVorgaenger() |
int |
getVorgaengerCode() |
double |
getX() |
double |
getY() |
getDavObjekt, toString
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
public int getLocationCode()
public java.lang.String getStrassenNummer()
public java.lang.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()
public TmcLocationPunkt getNachfolger()