CDFVectorFeature

Type Alias CDFVectorFeature 

Source
pub type CDFVectorFeature = VectorFeature<(), Properties, MValue>;
Expand description

An NetCDF Shaped Vector Feature

Aliased Type§

pub struct CDFVectorFeature {
    pub _type: VectorFeatureType,
    pub id: Option<u64>,
    pub face: Face,
    pub properties: Map<String, ValueType>,
    pub geometry: VectorGeometry,
    pub metadata: Option<()>,
}

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<()>

Metadata of the feature