54 static const int RAIL = 10;
58 static const int ROAD = 11;
static const int WIRE_GUARD
Wire guard class integer.
Definition: LasSpecification.h:62
static const int GROUND
Ground class integer.
Definition: LasSpecification.h:26
static const int MEDIUM_VEGETATION
Medium vegetation class integer.
Definition: LasSpecification.h:34
static const int WATER
Water class integer.
Definition: LasSpecification.h:50
static const int LOW_POINT
Low point class integer.
Definition: LasSpecification.h:46
static const int LOW_VEGETATION
Low vegetation class integer.
Definition: LasSpecification.h:30
static const int UNCLASSIFIED
Unclassified class integer.
Definition: LasSpecification.h:18
static const int BUILDING
Building class integer.
Definition: LasSpecification.h:42
static const int TRANSMISSION_TOWER
Transmission tower class integer.
Definition: LasSpecification.h:70
static const int UNKNOWN
Unknown class integer.
Definition: LasSpecification.h:22
static const int WIRE_CONDUCTOR
Wire conductor class integer.
Definition: LasSpecification.h:66
static const int RAIL
Rail class integer.
Definition: LasSpecification.h:54
static const int WIRE_STRUCTURE
Wire structure class integer.
Definition: LasSpecification.h:74
static const int HIGH_VEGETATION
High vegetation class integer.
Definition: LasSpecification.h:38
static const int ROAD
Road class integer.
Definition: LasSpecification.h:58
Class representing LAS specification.
Definition: LasSpecification.h:9