public class TIC3Location extends AbstractTIC3InfoElement
TIC3 Info XML Element: Location (LOC), Information about a location specified by one or more location referencing methods such as TIC3 location, geographical position, or TMC location.
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_ELEMENT_LOCATIONLOC
TIC3 Info XML Element: Location (LOC), Information about a location
specified by one or more location referencing methods such as TIC3
location, geographical position, or TMC location.
|
| Constructor and Description |
|---|
TIC3Location(String xmlName,
String davName)
Erzeugt ein neues Objekt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
einlesenXML(Node node)
Liest die Daten aus dem zugehörige XML-Dokument-Knoten ein.
|
Element |
erzeugeDocumentElement(Document doc,
Element parent)
Erzeugt das zugehörige XML-Element.
|
List<TIC3Koordinaten> |
getKoordinaten() |
List<TIC3TICLocation> |
getTic3TICLocationen() |
List<TIC3TMCLocation> |
getTic3TMCLocationen() |
void |
publizieren(de.bsvrz.dav.daf.main.Data davdata,
LMSParameter parameter)
Publiziert die Daten zum Datenverteiler.
|
void |
setTic3TMCLocationen(List<TIC3TMCLocation> locationen) |
addAttribut, addAttribut, addKindElement, getAttribute, getDavAttributName, getDavDaten, getKindElemente, getLocalDavData, getNameAttribut, getWertAttribut, getXmlDaten, getXmlElementName, hatNodeHandler, setDavDaten, setDavDaten, setXmlDaten, useAttributValuepublic static final String XML_ELEMENT_LOCATIONLOC
public void einlesenXML(Node node) throws TIC3Exception
TIC3InfoElementeinlesenXML in interface TIC3InfoElementeinlesenXML in class AbstractTIC3InfoElementnode - der zugehörige XML-Dokument-KnotenTIC3Exception - bei Ausnahmenpublic void publizieren(de.bsvrz.dav.daf.main.Data davdata,
LMSParameter parameter)
throws TIC3Exception
TIC3InfoElementpublizieren in interface TIC3InfoElementpublizieren in class AbstractTIC3InfoElementdavdata - von DAV empfangene Datenparameter - LMSParameterTIC3Exception - bei Ausnahmenpublic Element erzeugeDocumentElement(Document doc, Element parent) throws TIC3Exception
TIC3InfoElementerzeugeDocumentElement in interface TIC3InfoElementerzeugeDocumentElement in class AbstractTIC3InfoElementdoc - Dokumentparent - übergeordnetes ElementTIC3Exception - bei Ausnahmenpublic List<TIC3TMCLocation> getTic3TMCLocationen()
public void setTic3TMCLocationen(List<TIC3TMCLocation> locationen)
public List<TIC3TICLocation> getTic3TICLocationen()
public List<TIC3Koordinaten> getKoordinaten()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.