8 #ifndef FIELDPARAMETER_HPP 9 #define FIELDPARAMETER_HPP 11 #include "../BasicDatatypes.hpp" 89 throw std::runtime_error(
"FieldDescription::getPolygon(): No field available.");
116 #endif // FIELDPARAMETER_HPP FieldTypeIntern getFieldTypeIntern() const
void setLayerFilterBitmap(UINT8 layerFilterBitmap)
FieldDescription * m_field
UINT8 m_layerFilterBitmap
double m_distScaleOffset
[m]
UINT8 getVersionNumber() const
void setDistScaleFactor(double distScaleFactor)
void setAngleScaleFactor(UINT32 angleScaleFactor)
FieldDescription * getField() const
void setAngleScaleOffset(INT32 angleScaleOffset)
void setField(FieldDescription *field)
UINT32 getAngleScaleFactor() const
CaseResult getLastKnownInfringementState() const
void setLastKnownInfringementState(CaseResult lastKnownInfringementState)
UINT8 getLayerFilterBitmap() const
virtual ~FieldParameter()
const FieldDescription::FieldType getFieldType() const
INT32 m_angleScaleOffset
internal parameter: sensor specific
const Polygon2D & getFieldAsPolygon() const
virtual const UINT32 getUsedMemory() const
void setDistScaleOffset(double distScaleOffset)
UINT32 m_angleScaleFactor
internal parameter: sensor specific
INT32 getAngleScaleOffset() const
void setFieldTypeIntern(UINT8 fieldTypeIntern)
const std::string & getFieldName() const
std::string getFieldTypeInternAsString() const
double getDistScaleFactor() const
double m_distScaleFactor
conversion factor
void setComment(const std::string &comment)
const bool isValid() const
bool isLayerFilterEnabled() const
FieldTypeIntern m_fieldTypeIntern
internal parameter: sensor specific
double getDistScaleOffset() const
CaseResult m_lastKnownInfringementState
const UINT16 getFieldNumber() const
void setVersionNumber(UINT8 m_versionNumber)
void setFieldNumber(UINT16 m_fieldNumber)
const std::string & getComment() const
void setEnableLayerFilter(bool enableLayerFilter)
const Polygon2D & getPolygon() const
void setFieldName(const std::string &fieldName)