com.esri.core.internal.value
Class KMLFolder

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

public class KMLFolder
extends Object


Method Summary
static KMLFolder fromJson(org.codehaus.jackson.JsonParser parser)
           
 String getDescription()
           
 List<KMLFeatureInfo> getFeatureInfos()
           
 int getId()
           
 String getName()
           
 int getParentFolderId()
           
 String getSnippet()
           
 int[] getSubFolderIds()
           
 boolean isVisible()
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public String getDescription()

getFeatureInfos

public List<KMLFeatureInfo> getFeatureInfos()

getId

public int getId()

getName

public String getName()

getParentFolderId

public int getParentFolderId()

getSnippet

public String getSnippet()

getSubFolderIds

public int[] getSubFolderIds()

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

fromJson

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


Copyright © 2012. All Rights Reserved.