5 #ifndef DESTINATIONAREADATA_H 6 #define DESTINATIONAREADATA_H 136 #endif // DESTINATIONAREADATA_H
QString toString()
toString Human readable encoder of the destination area.
DestinationAreaData()
DestinationAreaData DestinationAreaData constructor.
void setShape(e_shape s)
setShape Shape of the area setter.
void setDistanceB(quint16 d)
setDistanceB Semi major axis of the area setter.
void setGeoAreaPosLatitude(qint32 l)
setGeoAreaPosLatitude Geo area position latitude setter.
e_shape shape() const
shape Shape of the area getter.
qint32 geoAreaPosLongitude() const
geoAreaPosLongitude Geo area position longitude getter.
quint16 distanceB() const
distanceB Semi major axis of the area getter.
Constantes used everywhere.
e_shape
The e_shape enum defines the shapes type.
qint32 m_geoAreaPosLatitude
e_shape
The e_shape enum defines the shape types.
quint16 angle() const
angle Heading to the North of the area getter.
quint16 distanceA() const
distanceA Semi minor axis of the area getter.
void setGeoAreaPosLongitude(qint32 l)
setGeoAreaPosLongitude Geo area position longitude setter.
qint32 geoAreaPosLatitude() const
geoAreaPosLatitude Geo area position latitude getter.
void setAngle(quint16 a)
setAngle Heading to the North of the area setter.
qint32 m_geoAreaPosLongitude
void setDistanceA(quint16 d)
setDistanceA Semi minor axis of the area setter.
QByteArray toBin()
toBin Byte array encoder of the destination area.
API used for C++ style data.