Skip navigation links

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


oracle.spatial.network.lod
Interface LODGoalNode


public interface LODGoalNode

This interface defines the methods to check whether a given node is a goal node for network analysis.

Since:
11gR1

Method Summary
 boolean isGoal(LogicalNetNode node)
          Returns true if the given node a goal node, false otherwise.
 boolean requiresUserData()
          Returns true if checking whether a node is a goal node requires user data information.

 

Method Detail

isGoal

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

requiresUserData

boolean requiresUserData()
Returns true if checking whether a node is a goal node requires user data information.
Returns:
true if checking whether a node is a goal node requires user data information, false otherwise.

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.