Uses of Class
de.bsvrz.kex.bwsin.konfig.okstra.OkstraFeature

Packages that use OkstraFeature
de.bsvrz.kex.bwsin.konfig   
de.bsvrz.kex.bwsin.konfig.okstra   
 

Uses of OkstraFeature in de.bsvrz.kex.bwsin.konfig
 

Methods in de.bsvrz.kex.bwsin.konfig with parameters of type OkstraFeature
private  int TeilungspunkteOkstra.initFeature(Okstra okstradb, OkstraFeature of)
          Initialisiert die Aufteilungspunkte aus einem OKSTRA-Feature.
 

Uses of OkstraFeature in de.bsvrz.kex.bwsin.konfig.okstra
 

Subclasses of OkstraFeature in de.bsvrz.kex.bwsin.konfig.okstra
 class OkstraAbschnitt
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Abschnitt'.
 class OkstraAnzahlFahrstreifen
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Anzahl_Fahrstreifen'.
 class OkstraAst
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Ast'.
 class OkstraBetriebsKilometer
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Betriebskilometer'.
 class OkstraBlock
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Block'.
 class OkstraDauer
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Dauer'.
 class OkstraEinfacherZeitraum
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:einfacher_Zeitraum'.
 class OkstraFNeigung
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Fahrbahnlaengsneigung'.
 class OkstraMaxGeschwindigkeit
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'vrz3:max_GeschwindigkeitVRZ'.
 class OkstraNetzknoten
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Netzknoten'.
 class OkstraNullpunkt
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Nullpunkt'.
 class OkstraStartDatum
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Startdatum'.
 class OkstraStrassenElement
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Strassenelement'.
 class OkstraStrassenElementAOA
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Strassenelement_auf_Abschnitt_oder_Ast'.
 class OkstraStrecke
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Strecke'.
 class OkstraUeberholverbot
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'vrz3:UeberholverbotVRZ'.
 class OkstraVerbindungspunkt
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:Verbindungspunkt'.
 class OkstraVerboteneFahrbeziehung
          Klasse mit statischen Konstanten zum Zugriff auf die Attribute des Feature-Typs 'okstra:VerboteneFahrbeziehung'.
 

Methods in de.bsvrz.kex.bwsin.konfig.okstra with parameters of type OkstraFeature
static Verkehrsrichtung OkstraVerkehrsRichtung.bestimmeVerkehrsRichtung(OkstraFeature okstraFeature, String fid)
          Bestimmt die Verkehrsrichtung aus der OKSTRA-Richtungsangabe.
private  void Okstra.buildHash(OkstraFeature of, String id, Document doc)
          Erzeugt eine Hash-Tabelle der Features.
 org.geotools.feature.Feature Okstra.getFeature(OkstraFeature ofeature, String fid)
          Gibt ein Feature eines abgefragten Types zurück.
private static String Okstra.getIdValue(OkstraFeature of, String id, String attr)
          Gibt den Wert eines Attributes eines Features zurück.
private static Object[] Okstra.getIdValues(OkstraFeature of, String id, String attr)
          Gibt alle Werte eines Attributes eines Features zurück.
private static List<Object> Okstra.getIdValues2(OkstraFeature of, String id, String attname)
          Gibt alle Werte eines Attributes eines Features zurück.
 String Okstra.getSpecialAttribute(OkstraFeature of, String fid, String attname)
          Spezialfunktion zum Lesen von Attributen, die von GeoTools nicht bereitgestellt werden können.
 String Okstra.getSpecialAttribute2(OkstraFeature of, String fid, String attname)
          Spezialfunktion zum Lesen von Attributen, die von GeoTools nicht bereitgestellt werden können.
 Object[] Okstra.getSpecialAttributeList(OkstraFeature of, String fid, String attname)
          Spezialfunktion zum Lesen von mehreren Attributen zum gleichen Namen, die von GeoTools nicht bereitgestellt werden können.
 Object[] Okstra.getSpecialAttributeList2(OkstraFeature of, String fid, String attname)
          Spezialfunktion zum Lesen von mehreren Attributen zum gleichen Namen, die von GeoTools nicht bereitgestellt werden können.
private  void Okstra.readFeatures(OkstraFeature of, InputSource source)
          Liest Features von einer Quelle.