Class SearchCompiler.Match

    • Constructor Detail

    • Method Detail

      • match

        public abstract boolean match​(OsmPrimitive osm)
        Tests whether the primitive matches this criterion.
        Parameters:
        osm - the primitive to test
        Returns:
        true if the primitive matches this criterion
      • match

        public boolean match​(Tagged tagged)
        Tests whether the tagged object matches this criterion.
        Parameters:
        tagged - the tagged object to test
        Returns:
        true if the tagged object matches this criterion