com.esri.core.internal.value
Class KMLGroundOverlay

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

public class KMLGroundOverlay
extends Object


Method Summary
static KMLGroundOverlay fromJson(org.codehaus.jackson.JsonParser parser)
           
 String getBalloonStyleText()
           
 String getDescription()
           
 Envelope getExtent()
           
 String getHref()
           
 int getId()
           
 String getName()
           
 float getRotation()
           
 SpatialReference getSr()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBalloonStyleText

public String getBalloonStyleText()

getDescription

public String getDescription()

getSr

public SpatialReference getSr()

getExtent

public Envelope getExtent()

getHref

public String getHref()

getId

public int getId()

getName

public String getName()

getRotation

public float getRotation()

isVisible

public boolean isVisible()

fromJson

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


Copyright © 2012. All Rights Reserved.