use crateAbstractGml;
use crateBoundingShape;
/// Base class for all GML features ([OGC 07-036 ยง9.3.1](https://docs.ogc.org/is/07-036/07-036.pdf), `gml:AbstractFeatureType`).
///
/// Extends [`AbstractGml`] with an optional bounding envelope. All concrete
/// feature types defined in GML application schemas embed `AbstractFeature`.