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: 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<()>Metadata of the feature