public class VertexWithClassification
extends org.tinfour.common.Vertex
| 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() |
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.public int getClassification()
public String toString()
toString in class org.tinfour.common.VertexCopyright © 2019. All rights reserved.