protected static class GeometryHullTool.Edge extends Object implements Comparable<GeometryHullTool.Edge>
| Constructor and Description |
|---|
Edge(org.locationtech.jts.geom.Coordinate start,
org.locationtech.jts.geom.Coordinate end,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GeometryHullTool.Edge edge) |
void |
connectLast(GeometryHullTool.Edge last) |
boolean |
equals(Object obj) |
TreeSet<NeighborData<org.locationtech.jts.geom.Coordinate>> |
getPoints() |
int |
hashCode() |
String |
toString() |
public Edge(org.locationtech.jts.geom.Coordinate start,
org.locationtech.jts.geom.Coordinate end,
double distance)
public TreeSet<NeighborData<org.locationtech.jts.geom.Coordinate>> getPoints()
public int compareTo(GeometryHullTool.Edge edge)
compareTo in interface Comparable<GeometryHullTool.Edge>public void connectLast(GeometryHullTool.Edge last)
Copyright © 2013–2022. All rights reserved.