Enum las::classification::Classification [] [src]

pub enum Classification {
    CreatedNeverClassified,
    Unclassified,
    Ground,
    LowVegetation,
    MediumVegetation,
    HighVegetation,
    Building,
    LowPoint,
    ModelKeyPoint,
    Water,
    Overlap,
    Reserved,
}

The classification enum, which contains all the point classifications defined through las 1.2.

Variants

CreatedNeverClassifiedUnclassifiedGroundLowVegetationMediumVegetationHighVegetationBuildingLowPointModelKeyPointWaterOverlapReserved

Methods

impl Classification
[src]

fn lookup(value: u8) -> Classification

Lookup the classification value by its integer code.

Trait Implementations

impl Debug for Classification
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for Classification
[src]

impl PartialEq for Classification
[src]

fn eq(&self, __arg_0: &Classification) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Default for Classification
[src]

fn default() -> Classification

Returns the "default value" for a type. Read more