| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.client.graph.data |
| Modifier and Type | Field and Description |
|---|---|
Coordinate |
Point.coord |
| Modifier and Type | Field and Description |
|---|---|
List<Coordinate> |
LineString.coordList |
List<List<Coordinate>> |
Polygon.coordListList |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
Coordinate.Builder.build() |
Coordinate |
Coordinate.deepCopy() |
Coordinate |
Point.getCoord() |
Coordinate |
Coordinate.setX(double x) |
Coordinate |
Coordinate.setY(double y) |
| Modifier and Type | Method and Description |
|---|---|
List<Coordinate> |
LineString.getCoordList() |
List<List<Coordinate>> |
Polygon.getCoordListList() |
| Modifier and Type | Method and Description |
|---|---|
int |
Coordinate.compareTo(Coordinate other) |
Point |
Point.setCoord(Coordinate coord) |
Point.Builder |
Point.Builder.setCoord(Coordinate coord) |
| Modifier and Type | Method and Description |
|---|---|
LineString |
LineString.setCoordList(List<Coordinate> coordList) |
LineString.Builder |
LineString.Builder.setCoordList(List<Coordinate> coordList) |
Polygon |
Polygon.setCoordListList(List<List<Coordinate>> coordListList) |
Polygon.Builder |
Polygon.Builder.setCoordListList(List<List<Coordinate>> coordListList) |
| Constructor and Description |
|---|
Coordinate(Coordinate other)
Performs a deep copy on other.
|
Point(Coordinate coord) |
| Constructor and Description |
|---|
LineString(List<Coordinate> coordList) |
Polygon(List<List<Coordinate>> coordListList) |
| Constructor and Description |
|---|
CoordinateWrapper(Coordinate coordinate) |
Copyright © 2022. All rights reserved.