Class UnsupportedRenderer

  • All Implemented Interfaces:
    JsonSerializable

    public final class UnsupportedRenderer
    extends Renderer
    Represents a renderer type that is not currently supported.

    Note - this renderer will be persisted in the string returned by ArcGISMap.toJson(), but will not be drawn by a MapView.

    Since:
    100.0.0
    • Method Detail

      • getSymbol

        public Symbol getSymbol​(Feature feature)
        Description copied from class: Renderer
        Gets the Symbol used to display the given Feature.
        Specified by:
        getSymbol in class Renderer
        Parameters:
        feature - the Feature to get a Symbol from, not null
        Returns:
        the Symbol of the Feature that was passed
      • getSymbol

        public Symbol getSymbol​(Graphic graphic)
        Description copied from class: Renderer
        Gets the Symbol used to display the given Graphic.
        Specified by:
        getSymbol in class Renderer
        Parameters:
        graphic - the Graphic to get a Symbol from, not null
        Returns:
        the Symbol of the Graphic that was passed