public class VertexWithClassification extends Vertex
auxiliary, BIT_CONSTRAINT, BIT_SYNTHETIC, 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() |
getAuxiliaryIndex, getDistance, getDistance, getDistanceSq, getDistanceSq, getIndex, getLabel, getStatus, getX, getY, getZ, isConstraintMember, isNull, isSynthetic, setAuxiliaryIndex, setConstraintMember, setIndex, setStatus, setSynthetic
public 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 © 2021. All rights reserved.