|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapOverlay | |
|---|---|
| com.esri.map | |
| Uses of MapOverlay in com.esri.map |
|---|
| Methods in com.esri.map that return types with arguments of type MapOverlay | |
|---|---|
List<MapOverlay> |
JMap.getMapOverlays()
Gets a list of map overlays. |
| Methods in com.esri.map with parameters of type MapOverlay | |
|---|---|
void |
JMap.addMapOverlay(MapOverlay overlay)
Add the given map overlay to the map. |
void |
JMap.insertMapOverlay(int index,
MapOverlay overlay)
Add the given map overlay to the map. |
void |
JMap.removeMapOverlay(MapOverlay overlay)
Remove the given overlay from the map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||