public class VertexWithClassification extends Vertex
BIT_CONSTRAINT, BIT_SYNTHETIC, colorIndex, reserved0, reserved1, status, x, y| Constructor and Description |
|---|
VertexWithClassification(double x,
double y,
double z,
int index,
int classification)
Constructs a vertex with the lidar classification value
extracted from the source file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClassification()
Gets the classification code indicating the kind of feature
from which the sample was captured.
|
String |
toString() |
getColorIndex, getDistance, getDistance, getDistanceSq, getDistanceSq, getIndex, getLabel, getStatus, getX, getY, getZ, isConstraintMember, isNull, isSynthetic, setColorIndex, setConstraintMember, setIndex, setStatus, setSyntheticpublic VertexWithClassification(double x,
double y,
double z,
int index,
int classification)
x - the X horizontal coordinate for the lidar sample pointy - the Y horizontal coordinate for the lidar sample pointz - the vertical coordinate for the lidar sample pointindex - the record number for the lidar sample pointclassification - the classification value assigned to the
lidar sample point.Copyright © 2019. All rights reserved.