Interface FeatureFilter


  • public interface FeatureFilter
    This interface defines the methods to check whether a given feature is a goal feature during network analysis.
    Since:
    12.1
    • 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: