Uses of Class
de.bsvrz.ste.rdstmc.konfiguration.TmcLocationPunkt

Packages that use TmcLocationPunkt
de.bsvrz.ste.rdstmc.konfiguration   
de.bsvrz.ste.rdstmc.meldungserstellung   
 

Uses of TmcLocationPunkt in de.bsvrz.ste.rdstmc.konfiguration
 

Fields in de.bsvrz.ste.rdstmc.konfiguration declared as TmcLocationPunkt
private  TmcLocationPunkt TmcLocationPunkt._nachfolger
           
private  TmcLocationPunkt AeusseresStrassenSegment._tmcPunkt
          Der TMC-Ort (TMC Location Code) dieses Straßensegments
private  TmcLocationPunkt TmcLocationPunkt._vorgaenger
           
 

Fields in de.bsvrz.ste.rdstmc.konfiguration with type parameters of type TmcLocationPunkt
private  java.util.Map<java.lang.String,TmcLocationPunkt> Konfiguration._tmcPunkte
          Die Tmc-Punkte
private  java.util.Map<java.lang.String,TmcLocationPunkt> Konfiguration._tmcPunkteMitLocationCode
          Die Tmc-Punkte, Zugriff über Locationcode
 

Methods in de.bsvrz.ste.rdstmc.konfiguration that return TmcLocationPunkt
 TmcLocationPunkt TmcLocationPunkt.getNachfolger()
           
 TmcLocationPunkt AeusseresStrassenSegment.getTmcPunkt()
           
 TmcLocationPunkt TmcLocationPunkt.getVorgaenger()
           
 

Methods in de.bsvrz.ste.rdstmc.konfiguration that return types with arguments of type TmcLocationPunkt
 java.util.Map<java.lang.String,TmcLocationPunkt> Konfiguration.getTmcPunkte()
          Read-only Zugriff auf die Tmc-Punkte
 java.util.Map<java.lang.String,TmcLocationPunkt> Konfiguration.getTmcPunkteMitLocationCode()
          Read-only Zugriff auf die Tmc-Punkte mit Zugriff über Locationcode
 

Methods in de.bsvrz.ste.rdstmc.konfiguration with parameters of type TmcLocationPunkt
(package private)  void TmcLocationPunkt.setNachfolger(TmcLocationPunkt nachfolger)
           
(package private)  void TmcLocationPunkt.setVorgaenger(TmcLocationPunkt vorgaenger)
           
 

Constructors in de.bsvrz.ste.rdstmc.konfiguration with parameters of type TmcLocationPunkt
AeusseresStrassenSegment(de.bsvrz.dav.daf.main.config.SystemObject davObjekt, long laenge, TmcLocationPunkt tmcPunkt, int tmcRichtung, java.lang.String strasse)
          Erstellt eine neue Instanz vom Typ AeusseresStrassenSegment
 

Uses of TmcLocationPunkt in de.bsvrz.ste.rdstmc.meldungserstellung
 

Fields in de.bsvrz.ste.rdstmc.meldungserstellung with type parameters of type TmcLocationPunkt
private  java.util.List<TmcLocationPunkt> Ereignis._tmcOrte
           
 

Methods in de.bsvrz.ste.rdstmc.meldungserstellung that return TmcLocationPunkt
 TmcLocationPunkt Ereignis.getTmcPrimaererOrt()
           
 

Methods in de.bsvrz.ste.rdstmc.meldungserstellung that return types with arguments of type TmcLocationPunkt
 java.util.List<TmcLocationPunkt> Ereignis.getTmcOrte()
           
 

Constructor parameters in de.bsvrz.ste.rdstmc.meldungserstellung with type arguments of type TmcLocationPunkt
Ereignis(Ereignis.Art art, RDSEreignis rdsEreignis, java.util.List<TmcLocationPunkt> tmcOrte, int tmcRichtung, java.lang.String ereignisCode)