public class Vertex
extends Object
Spherical polygons boundary vertex.
- See Also:
-
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
getLocation 
Get Vertex location.
- Returns:
- vertex location
-
getIncoming 
public Edge getIncoming()
Get incoming edge.
- Returns:
- incoming edge
-
getOutgoing 
public Edge getOutgoing()
Get outgoing edge.
- Returns:
- outgoing edge