Package oracle.spatial.network.lod
Interface FeatureFilter
-
public interface FeatureFilterThis interface defines the methods to check whether a given feature is a goal feature during network analysis.- Since:
- 12.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getUserDataCategories()Returns the required user data categories.booleanisValid(Feature feature)Returns true if the given feature is a goal feature, false otherwise.
-
-
-
Method Detail
-
isValid
boolean isValid(Feature feature)
Returns true if the given feature is a goal feature, false otherwise.- Parameters:
feature- the given feature- Returns:
- true if the given feature is a goal feature, false otherwise.
-
getUserDataCategories
int[] getUserDataCategories()
Returns the required user data categories.- Returns:
-
-