EncFeature class final

Defines an ENC feature object.

Implemented types

Properties

acronym String
The acronym of the ENC feature.
no setter
attributes Map<CaseInsensitiveString, dynamic>
The attributes of the GeoElement as a collection of name/value pairs. Keys are case-insensitive.
no setteroverride
description String
The description of the ENC feature.
no setter
geometry Geometry?
The geometry defines the shape and location of the GeoElement.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAttributeDescription({required String acronym}) String
Gets the description of some ENC feature acronym, given the acronym string as the key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited