Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
KMLFolder |
KMLLayer.getFeatureAsFolder(KMLLayer.FeatureInfo featureInfo)
Get the KML feature identified by the input feature info.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<KMLFolder> |
KMLLayer.getFolders()
An array of KMLFolder objects that describe the folders and nested folders defined
in the KML file.
|
Modifier and Type | Method and Description |
---|---|
void |
KMLLayer.setFolderVisibility(KMLFolder folder,
boolean isVisible)
Set the visibility for the specified folder.
|