public class

PopupImageMediaValue

extends PopupMediaValue
java.lang.Object
   ↳ com.esri.core.map.popup.PopupMediaValue
     ↳ com.esri.core.map.popup.PopupImageMediaValue

Class Overview

The PopupImageMediaValue class extends PopupMediaValue and represents the image type of media.

Summary

Public Constructors
PopupImageMediaValue()
Public Methods
boolean equals(Object obj)
String getLinkURL()
Returns the link URL of this image media.
String getSourceURL()
Returns the source URL of this image media.
PopupMediaValue.VALUE_TYPE getType()
Returns the PopupMediaValue.VALUE_TYPE, in this case IMAGE;
int hashCode()
void setLinkURL(String linkURL)
Sets the link URL of this image media.
void setSourceURL(String sourceURL)
Sets the source URL of this image media.
[Expand]
Inherited Methods
From class com.esri.core.map.popup.PopupMediaValue
From class java.lang.Object

Public Constructors

public PopupImageMediaValue ()

Public Methods

public boolean equals (Object obj)

public String getLinkURL ()

Returns the link URL of this image media.

Returns
  • linkURL

public String getSourceURL ()

Returns the source URL of this image media.

Returns
  • sourceURL

public PopupMediaValue.VALUE_TYPE getType ()

Returns the PopupMediaValue.VALUE_TYPE, in this case IMAGE;

Returns
  • VALUE_TYPE.IMAGE

public int hashCode ()

public void setLinkURL (String linkURL)

Sets the link URL of this image media.

Parameters
linkURL The link URL of the image

public void setSourceURL (String sourceURL)

Sets the source URL of this image media.

Parameters
sourceURL The source URL of the image