Interface DisplayValidator

  • All Known Implementing Classes:
    GISDisplayValidator

    public interface DisplayValidator
    Used to validate display types defined in the visualization registry. Helpful for checking via the Display editor menus if selected display and projection types are compatible.
    Author:
    Eric Tatara
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean validateDisplay​(List<String> selectedProjectionTypes)
      Checks if the display type associated with a visualization registry data entry supports the projection types in the provided list.
    • Method Detail

      • validateDisplay

        boolean validateDisplay​(List<String> selectedProjectionTypes)
        Checks if the display type associated with a visualization registry data entry supports the projection types in the provided list.
        Parameters:
        selectedProjectionTypes -
        Returns: