public abstract class

PopupMediaValue

extends Object
java.lang.Object
   ↳ com.esri.core.map.popup.PopupMediaValue
Known Direct Subclasses

Class Overview

The PopupMediaValue class is an abstract class for popup media such as charts or images.

Summary

Nested Classes
enum PopupMediaValue.VALUE_TYPE Enumeration containing the valid types of popup media. 
Public Constructors
PopupMediaValue()
Public Methods
static PopupMediaValue fromJson(JsonParser parser)
Constructs a PopupMediaValue object from its JSON representation.
abstract PopupMediaValue.VALUE_TYPE getType()
Returns the type of the media.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PopupMediaValue ()

Public Methods

public static PopupMediaValue fromJson (JsonParser parser)

Constructs a PopupMediaValue object from its JSON representation.

Parameters
parser A JSON parser object whose position is set at the "value" node.
Returns
Throws
Exception An exception that occurred during parsing.

public abstract PopupMediaValue.VALUE_TYPE getType ()

Returns the type of the media.

Returns
  • The type of popup media.