com.esri.core.internal.value
Class KMLNetworkLink

java.lang.Object
  extended by com.esri.core.internal.value.KMLNetworkLink

public class KMLNetworkLink
extends Object


Method Summary
static KMLNetworkLink fromJson(org.codehaus.jackson.JsonParser parser)
           
 String getBalloonStyleText()
           
 String getHref()
           
 String getHttpQuery()
           
 int getId()
           
 String getName()
           
 int getRefreshInterval()
           
 String getRefreshMode()
           
 int getViewBoundScale()
           
 String getViewFormat()
           
 String getViewRefreshMode()
           
 int getViewRefreshTime()
           
 int getVisibility()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getViewBoundScale

public int getViewBoundScale()

getBalloonStyleText

public String getBalloonStyleText()

getViewFormat

public String getViewFormat()

getHref

public String getHref()

getHttpQuery

public String getHttpQuery()

getId

public int getId()

getName

public String getName()

getRefreshInterval

public int getRefreshInterval()

getRefreshMode

public String getRefreshMode()

getVisibility

public int getVisibility()

getViewRefreshMode

public String getViewRefreshMode()

getViewRefreshTime

public int getViewRefreshTime()

fromJson

public static KMLNetworkLink fromJson(org.codehaus.jackson.JsonParser parser)
                               throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.