Class AbstractFeatureHolder

    • Constructor Detail

      • AbstractFeatureHolder

        public AbstractFeatureHolder()
    • Method Detail

      • filter

        public FeatureHolder filter​(FeatureFilter filter)
        Description copied from interface: FeatureHolder
        Query this set of features using a supplied FeatureFilter.
        Specified by:
        filter in interface FeatureHolder
        Parameters:
        filter - the FeatureFilter to apply.
        Returns:
        all features in this container which match filter.
      • filter

        public FeatureHolder filter​(FeatureFilter ff,
                                    boolean recurse)
        Description copied from interface: FeatureHolder
        Return a new FeatureHolder that contains all of the children of this one that passed the filter fc. This method is scheduled for deprecation. Use the 1-arg filter instead.
        Specified by:
        filter in interface FeatureHolder
        Parameters:
        ff - the FeatureFilter to apply
        recurse - true if all features-of-features should be scanned, and a single flat collection of features returned, or false if just immediate children should be filtered.