An Electronic Navigation Chart (ENC) feature object. More...
Header | #include <Enc |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Q | acronym() const |
Q | attribute |
Q | description() const |
Reimplemented Public Functions
virtual Esri | attributes() const override |
virtual Esri | geometry() const override |
virtual void | set |
Detailed Description
Note: You cannot create an object of this class.
See also EncLayer.
Member Function Documentation
[override virtual noexcept]
EncFeature::~EncFeature ()
Destructor.
QString EncFeature::acronym() const
Gets the acronym of the ENC feature.
QString EncFeature::attributeDescription (const QString &acronym) const
Gets the description of ENC feature acronym, given the acronym string as the key.
[override virtual]
Esri::ArcGISRuntime::AttributeListModel *EncFeature::attributes() const
Reimplements: GeoElement::attributes() const.
Returns a list model of all the EncFeature attributes as key-value pairs.
QString EncFeature::description() const
Gets the description of the ENC feature.
[override virtual]
Esri::ArcGISRuntime::Geometry EncFeature::geometry() const
Reimplements: GeoElement::geometry() const.
Gets the geometry.
See also setGeometry().
[override virtual]
void EncFeature::setGeometry (const Esri::ArcGISRuntime::Geometry &geometry)
Reimplements: GeoElement::setGeometry(const Esri::ArcGISRuntime::Geometry &geometry).
Sets the geometry to geometry.
See also geometry().