|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
The Interface Node defines a zero-dimensional object in the road network. A node acts as start and end for lines and it is located at a specific position on the earth surface. The coordinates of a node position shall be represented in the WGS84 system.
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
Iterator<Line> |
getConnectedLines()
Returns a set of connected lines. |
GeoCoordinates |
getGeoCoordinates()
Gets the geo coordinates of the node position. |
long |
getID()
Return the unique ID of the node |
Iterator<Line> |
getIncomingLines()
Returns a set of incoming lines. |
double |
getLatitudeDeg()
Gets the latitude of the node position in degree. |
double |
getLongitudeDeg()
Gets the longitude of the node position in degree. |
int |
getNumberConnectedLines()
Gets the number of connected lines. |
Iterator<Line> |
getOutgoingLines()
Returns a set of outgoing lines. |
int |
hashCode()
Returns a hash code value for the line. |
| Method Detail |
|---|
double getLatitudeDeg()
double getLongitudeDeg()
GeoCoordinates getGeoCoordinates()
Iterator<Line> getConnectedLines()
int getNumberConnectedLines()
Iterator<Line> getOutgoingLines()
Iterator<Line> getIncomingLines()
boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare
int hashCode()
hashCode in class Objectlong getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||