|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.spatial.network.lod.NetworkBuffer.LinkIntervals
public static class NetworkBuffer.LinkIntervals
An instance of this class contains a LogicalLink object and a list of intervals associated with the link object.
| Constructor Summary | |
|---|---|
NetworkBuffer.LinkIntervals(LogicalLink link, NetworkBuffer.DoubleInterval[] intervals) |
|
| Method Summary | |
|---|---|
void |
addIntervals(NetworkBuffer.DoubleInterval[] intervals)Adds intervals. |
NetworkBuffer.DoubleInterval[] |
getIntervals()Returns the intervals associated with the link. |
LogicalLink |
getLink()Returns the link object. |
boolean |
hasInterval(NetworkBuffer.DoubleInterval interval)Checks whether the link interval object contains the input interval. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkBuffer.LinkIntervals(LogicalLink link,
NetworkBuffer.DoubleInterval[] intervals)
| Method Detail |
|---|
public LogicalLink getLink()
public NetworkBuffer.DoubleInterval[] getIntervals()
public void addIntervals(NetworkBuffer.DoubleInterval[] intervals)
intervals -public boolean hasInterval(NetworkBuffer.DoubleInterval interval)
interval -
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||