public class Point extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Double> |
coordinates |
String |
label |
| Constructor and Description |
|---|
Point() |
Point(Double... points) |
Point(String name,
List<Double> position) |
Copyright © 2020. All rights reserved.