com.esri.core.map.popup
Class PopupImageMediaValue

java.lang.Object
  extended by com.esri.core.map.popup.PopupMediaValue
      extended by com.esri.core.map.popup.PopupImageMediaValue

public class PopupImageMediaValue
extends PopupMediaValue

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

Since:
1.0

Nested Class Summary
 
Nested classes/interfaces inherited from class com.esri.core.map.popup.PopupMediaValue
PopupMediaValue.VALUE_TYPE
 
Constructor Summary
PopupImageMediaValue()
           
 
Method Summary
 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 PopupMediaValue.VALUE_TYPE.IMAGE;
 void setLinkURL(String linkURL)
          Sets the link URL of this image media.
 void setSourceURL(String sourceURL)
          Sets the source URL of this image media.
 
Methods inherited from class com.esri.core.map.popup.PopupMediaValue
fromJson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupImageMediaValue

public PopupImageMediaValue()
Method Detail

getSourceURL

public String getSourceURL()
Returns the source URL of this image media.

Returns:
sourceURL
Since:
1.0

setSourceURL

public void setSourceURL(String sourceURL)
Sets the source URL of this image media.

Parameters:
sourceURL - The source URL of the image
Since:
1.0

getLinkURL

public String getLinkURL()
Returns the link URL of this image media.

Returns:
linkURL
Since:
1.0

setLinkURL

public void setLinkURL(String linkURL)
Sets the link URL of this image media.

Parameters:
linkURL - The link URL of the image
Since:
1.0

getType

public PopupMediaValue.VALUE_TYPE getType()
Returns the PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.IMAGE;

Specified by:
getType in class PopupMediaValue
Returns:
VALUE_TYPE.IMAGE
Since:
1.0


Copyright © 2010. All Rights Reserved.