Package | Description |
---|---|
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
void |
GetResultImageHandler.onGetResultImageComplete(MapImage mapImage) |
void |
MapImageExportHandler.onMapImageExport(MapImage mapImage) |
Modifier and Type | Class and Description |
---|---|
class |
KMLGroundOverlay
The KMLGroundOverlay class provides details about a KML ground overlay.
|
Modifier and Type | Method and Description |
---|---|
static MapImage |
MapImage.create(Extent extent,
java.lang.String href)
Creates a new Map Image object.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<MapImage> |
MapImageLayer.getImages()
Get an array of MapImage objects that define the images in the MapImageLayer.
|
Modifier and Type | Method and Description |
---|---|
void |
MapImageLayer.addMapImage(MapImage mapImage)
Add an image to the map.
|
boolean |
MapImageLayer.getImageVisibility(MapImage mapImage)
Get the current visibility of the input MapImage.
|
void |
MapImageLayer.removeImage(MapImage mapImage)
Remove the specified image from the layer.
|
void |
MapImageLayer.setImageVisibility(MapImage mapImage,
boolean isVisible)
Set the visibility for the image.
|