Class AtlRdsLocationKoordinaten
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AtlRdsLocationKoordinaten
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlRdsLocationKoordinaten extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Die Koordinaten der Location.Koordinaten im WGS 84 Format in Grad mit 10 mikroGrad Auflösung (1/100000)
-
-
Constructor Summary
Constructors Constructor Description AtlRdsLocationKoordinaten()
-
Method Summary
Modifier and Type Method Description void
atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
void
bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
AtlRdsLocationKoordinaten
clone()
AttWgs84Laenge
getRDSLocationKoordinateX()
Länge.AttWgs84Breite
getRDSLocationKoordinateY()
Breite.void
setRDSLocationKoordinateX(AttWgs84Laenge _rDSLocationKoordinateX)
Länge.void
setRDSLocationKoordinateY(AttWgs84Breite _rDSLocationKoordinateY)
Breite.java.lang.String
toString()
-
-
-
Method Detail
-
getRDSLocationKoordinateX
public AttWgs84Laenge getRDSLocationKoordinateX()
Länge.TIC Info XML Element: LocationLocCoordinatesX.
- Returns:
- der Wert von RDSLocationKoordinateX.
-
setRDSLocationKoordinateX
public void setRDSLocationKoordinateX(AttWgs84Laenge _rDSLocationKoordinateX)
Länge.TIC Info XML Element: LocationLocCoordinatesX.
- Parameters:
_rDSLocationKoordinateX
- der neue Wert von RDSLocationKoordinateX.
-
getRDSLocationKoordinateY
public AttWgs84Breite getRDSLocationKoordinateY()
Breite.TIC Info XML Element: LocationLocCoordinatesY.
- Returns:
- der Wert von RDSLocationKoordinateY.
-
setRDSLocationKoordinateY
public void setRDSLocationKoordinateY(AttWgs84Breite _rDSLocationKoordinateY)
Breite.TIC Info XML Element: LocationLocCoordinatesY.
- Parameters:
_rDSLocationKoordinateY
- der neue Wert von RDSLocationKoordinateY.
-
bean2Atl
public void bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
bean2Atl
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
atl2Bean
public void atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
atl2Bean
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlRdsLocationKoordinaten clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-