com.supermap.services.components.spi

Interface ProviderSelector

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean select(java.lang.Object object)
      Select the specified object.
    • Method Detail

      • select

        boolean select(java.lang.Object object)
        

        Select the specified object.

        Parameters:
        object - Specify the object
        Returns:
        False that does not meet the conditions, is filtered out; true that meet the conditions, was selected.