Class AtlTic3KoordinatenLocation

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

    public class AtlTic3KoordinatenLocation
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    TIC3-Lokationsinformationen mit WGS-Koordinaten.

    Entspricht TIC3 Info Typ 'ShapeType'.

    • Constructor Detail

      • AtlTic3KoordinatenLocation

        public AtlTic3KoordinatenLocation()
    • Method Detail

      • getTIC3Koordinaten

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3LocationKoordinaten> getTIC3Koordinaten()
        TIC3-Lokationkoordinaten.

        >Entspricht TIC3 XML Element: Coordinate (COR), TIC3 Info Typ 'CoordinateType'.

        Returns:
        der Wert von TIC3Koordinaten.
      • getTIC3LocationType

        public AttTic3LocationTypeEnum getTIC3LocationType()
        TIC3-Lokationtyp.

        Entspricht TIC3 XML Element: Type (TYP), TIC3 Info Typ 'LocationTypEnum'.

        Returns:
        der Wert von TIC3LocationType.
      • setTIC3LocationType

        public void setTIC3LocationType​(AttTic3LocationTypeEnum _tIC3LocationType)
        TIC3-Lokationtyp.

        Entspricht TIC3 XML Element: Type (TYP), TIC3 Info Typ 'LocationTypEnum'.

        Parameters:
        _tIC3LocationType - der neue Wert von TIC3LocationType.
      • 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 AtlTic3KoordinatenLocation 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