Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<KMLLayer.FeatureInfo> |
KMLLayer.getFeatureInfos()
An array of objects that describe top-level KML features ids and their types.
|
com.google.gwt.core.client.JsArray<KMLLayer.FeatureInfo> |
KMLFolder.getFeatureInfos()
An array of objects that describe top-level KML features ids and their types.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
KMLLayer.getFeature(KMLLayer.FeatureInfo featureInfo)
Get the KML feature identified by the input feature info.
|
KMLFolder |
KMLLayer.getFeatureAsFolder(KMLLayer.FeatureInfo featureInfo)
Get the KML feature identified by the input feature info.
|
KMLGroundOverlay |
KMLLayer.getFeatureAsGroundOverlay(KMLLayer.FeatureInfo featureInfo)
Get the KML feature identified by the input feature info.
|
KMLLayer |
KMLLayer.getFeatureAsNetworkLink(KMLLayer.FeatureInfo featureInfo)
Get the KML feature identified by the input feature info.
|
Graphic |
KMLLayer.getFeatureAsPlacemark(KMLLayer.FeatureInfo featureInfo)
Get the KML feature identified by the input feature info.
|