LASVectorFeature

Type Alias LASVectorFeature 

Source
pub type LASVectorFeature = VectorFeature<(), Properties, LASPoint>;
Expand description

An LAS Shaped Vector Feature

Aliased Type§

pub struct LASVectorFeature {
    pub _type: VectorFeatureType,
    pub id: Option<u64>,
    pub face: Face,
    pub properties: Map<String, ValueType>,
    pub geometry: VectorGeometry<LASPoint>,
    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<LASPoint>

Geometry of the feature

§metadata: Option<()>

Metadata of the feature