Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


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

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.