|
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.DoubleInterval
public static class NetworkBuffer.DoubleInterval
This class defines a double interval.
| Constructor Summary | |
|---|---|
NetworkBuffer.DoubleInterval(double start, double end)Constructs a double interval. |
|
| Method Summary | |
|---|---|
double |
getEnd()Returns the end value of the interval. |
double |
getStart()Returns the start value of the interval. |
boolean |
isForward()Returns true if the end value is greater than or equal to the start value; false otherwise. |
double |
length()Returns the length of the interval. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkBuffer.DoubleInterval(double start,
double end)
start -end -| Method Detail |
|---|
public double getStart()
public double getEnd()
public double length()
public boolean isForward()
|
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 | ||||||||