Class Scans
- java.lang.Object
-
- es.situm.sdk.model.cartography.calibration.Scans
-
public class Scans extends java.lang.Object
Scans data of the calibration. It contains aGrid
with the scans divided by cell and the list of points
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Grid
getGrid()
java.util.Collection<Point>
getPoints()
void
setPoints(java.util.Collection<Point> points)
-