Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


oracle.spatial.network
Interface GoalNode


public interface GoalNode

This interface defines if a given node is a goal node for network analysis


Method Summary
 boolean isGoal(Node node)
          Returns true if the given node id a goal, false otherwise.

 

Method Detail

isGoal

boolean isGoal(Node node)
Returns true if the given node id a goal, false otherwise.
Parameters:
node - the given node

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


Copyright © 2006, Oracle. All Rights Reserved.