Interface IconRetriever

    • Method Detail

      • createIcon

        java.awt.image.BufferedImage createIcon​(java.lang.String symbolId,
                                                AVList params)
        Create an icon to represent a symbol in a symbol set.
        Parameters:
        symbolId - Identifier for the symbol. The format of this identifier depends on the symbology set.
        params - Parameters that affect icon retrieval.
        Returns:
        A BufferedImage containing the requested icon, or null if the icon cannot be retrieved.