Skip navigation links

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


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
 int[] getUserDataCategories()
          Returns the required user data categories.
 boolean isGoal(LogicalNetNode node)
          Returns true if the given node a goal node, false otherwise.

 

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.

getUserDataCategories

int[] getUserDataCategories()
Returns the required user data categories.
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.