Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.network.lod
Class HeavyPointOnNet

java.lang.Object
  extended by oracle.spatial.network.lod.PointOnNet
      extended by oracle.spatial.network.lod.HeavyPointOnNet


public class HeavyPointOnNet
extends PointOnNet

A HeavyPointOnNet is a PointOnNet with reference to the underlying LogialNode and LogicalLink object.

Since:
Oracle Database 11g Release 2 (11.2)

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

HeavyPointOnNet

public HeavyPointOnNet(LogicalNode node,
                       UserData userData)
Constructs a HeavyPointOnNet object for a node.
Parameters:
node - node
userData - user data

HeavyPointOnNet

public HeavyPointOnNet(LogicalLink link,
                       double percentage,
                       UserData userData)
Constructs a HeavyPointOnNet object for a point on link.
Parameters:
link - link
userData - user data

Method Detail

getNode

public LogicalNode getNode()
Returns node. The caller must make sure this HeavyPointOnNet object is a node.
Returns:

getLink

public LogicalLink getLink()
Returns link. The caller must make sure this HeavyPointOnNet object is a point on link.
Returns:

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.