Class AtlTic3LocationKoordinaten

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste

    public class AtlTic3LocationKoordinaten
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    TIC3-Lokationkoordinaten.

    Koordinaten im WGS 84 Format in Grad.

    • Constructor Detail

      • AtlTic3LocationKoordinaten

        public AtlTic3LocationKoordinaten()
    • Method Detail

      • getTIC3KoordinateX

        public AttWgs84Laenge getTIC3KoordinateX()
        Länge.

        TIC3 Info XML Element: Longitude (LON), The longitude (°) specifies the location of a place on Earth east or west of the meridian. Lines of longitude are the vertical lines shown running north to south on maps. The range is from -180 (west of the meridian) to +180 (east of the meridian).

        Returns:
        der Wert von TIC3KoordinateX.
      • setTIC3KoordinateX

        public void setTIC3KoordinateX​(AttWgs84Laenge _tIC3KoordinateX)
        Länge.

        TIC3 Info XML Element: Longitude (LON), The longitude (°) specifies the location of a place on Earth east or west of the meridian. Lines of longitude are the vertical lines shown running north to south on maps. The range is from -180 (west of the meridian) to +180 (east of the meridian).

        Parameters:
        _tIC3KoordinateX - der neue Wert von TIC3KoordinateX.
      • getTIC3KoordinateY

        public AttWgs84Breite getTIC3KoordinateY()
        Breite.

        TIC3 Info XML Element: Latitude (LAT), The latitude (°) specifies the location of a place on Earth north or south of the equator. Lines of latitude are the horizontal lines shown running east to west on maps. The range is from -90 (south pole) to 90 (north pole).

        Returns:
        der Wert von TIC3KoordinateY.
      • setTIC3KoordinateY

        public void setTIC3KoordinateY​(AttWgs84Breite _tIC3KoordinateY)
        Breite.

        TIC3 Info XML Element: Latitude (LAT), The latitude (°) specifies the location of a place on Earth north or south of the equator. Lines of latitude are the horizontal lines shown running east to west on maps. The range is from -90 (south pole) to 90 (north pole).

        Parameters:
        _tIC3KoordinateY - der neue Wert von TIC3KoordinateY.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        bean2Atl in interface de.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 interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • clone

        public AtlTic3LocationKoordinaten clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object