GRIB2VectorFeature

Type Alias GRIB2VectorFeature 

Source
pub type GRIB2VectorFeature = VectorFeature<Vec<Grib2ProductDefinition>>;
Expand description

An GRIB2 Shaped Vector Feature

Aliased Type§

pub struct GRIB2VectorFeature {
    pub _type: VectorFeatureType,
    pub id: Option<u64>,
    pub face: Face,
    pub properties: Map<String, ValueType>,
    pub geometry: VectorGeometry,
    pub metadata: Option<Vec<Grib2ProductDefinition>>,
}

Fields§

§_type: VectorFeatureType

Type will always be “VectorFeature”

§id: Option<u64>

Unique identifier

§face: Face

Face of the feature

§properties: Map<String, ValueType>

Properties of the feature

§geometry: VectorGeometry

Geometry of the feature

§metadata: Option<Vec<Grib2ProductDefinition>>

Metadata of the feature