Skip navigation links

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


oracle.spatial.network.lod
Interface LODNetworkConstraint


public interface LODNetworkConstraint

This interface defines a general network constraint for network analysis. Note the constraint is checked during the search but implemented by the users.

Since:
11gR1

Method Summary
 boolean isSatisfied(LODAnalysisInfo info)
          Checks if the constraint is satisfied.
 boolean requiresUserData()
          Returns true if the constraint requires user data information.

 

Method Detail

requiresUserData

boolean requiresUserData()
Returns true if the constraint requires user data information.
Returns:
true if the constraint requires user data information, false otherwise.

isSatisfied

boolean isSatisfied(LODAnalysisInfo info)
Checks if the constraint is satisfied.
Parameters:
info - the analysis information
See Also:
LODAnalysisInfo

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.