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: VectorFeatureTypeType will always be “VectorFeature”
id: Option<u64>Unique identifier
face: FaceFace of the feature
properties: Map<String, ValueType>Properties of the feature
geometry: VectorGeometryGeometry of the feature
metadata: Option<Vec<Grib2ProductDefinition>>Metadata of the feature