|
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.PointOnNet
oracle.spatial.network.lod.HeavyPointOnNet
public class HeavyPointOnNet
A HeavyPointOnNet is a PointOnNet with reference to the underlying LogialNode and LogicalLink object.
Constructor Summary | |
---|---|
HeavyPointOnNet(LogicalLink link, double percentage, UserData userData) Constructs a HeavyPointOnNet object for a point on link. |
|
HeavyPointOnNet(LogicalNode node, UserData userData) Constructs a HeavyPointOnNet object for a node. |
Method Summary | |
---|---|
LogicalLink |
getLink() Returns link. |
LogicalNode |
getNode() Returns node. |
Methods inherited from class oracle.spatial.network.lod.PointOnNet |
---|
equals, getLinkId, getNodeId, getPercentage, getUserData, hashCode, isNode, isPointOnLink, removeUserData, setUserData, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HeavyPointOnNet(LogicalNode node, UserData userData)
node
- nodeuserData
- user datapublic HeavyPointOnNet(LogicalLink link, double percentage, UserData userData)
link
- linkuserData
- user dataMethod Detail |
---|
public LogicalNode getNode()
public LogicalLink getLink()
|
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 |