Class AtlTic3KoordinatenLocation
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.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 Summary
Constructors Constructor Description AtlTic3KoordinatenLocation()
-
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)
AtlTic3KoordinatenLocation
clone()
de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3LocationKoordinaten>
getTIC3Koordinaten()
TIC3-Lokationkoordinaten.AttTic3LocationTypeEnum
getTIC3LocationType()
TIC3-Lokationtyp.void
setTIC3LocationType(AttTic3LocationTypeEnum _tIC3LocationType)
TIC3-Lokationtyp.java.lang.String
toString()
-
-
-
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 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 AtlTic3KoordinatenLocation 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
-
-