|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JMap | |
|---|---|
| com.esri.map | |
| com.esri.map.popup | |
| Uses of JMap in com.esri.map |
|---|
| Methods in com.esri.map that return JMap | |
|---|---|
JMap |
Layer.getMap()
Gets the parent component. |
JMap |
MapOverlay.getMap()
Gets the map that this overlay belongs to. |
| Methods in com.esri.map with parameters of type JMap | |
|---|---|
void |
WebMap.initializeMap(JMap map)
Read the layers from a web map and add them to the given JMap
instance. |
void |
WebMap.initializeMap(JMap map,
String uname,
String pwd)
Read the layers from a web map and add them to the given JMap
instance. |
void |
WebMap.initializeMapAsync(JMap map)
Asynchronous version of WebMap.initializeMap(JMap). |
void |
WebMap.initializeMapAsync(JMap map,
String uname,
String pwd)
Asynchronous version of WebMap.initializeMap(JMap, String, String). |
protected void |
Layer.setMap(JMap parent)
Every layer is provided a reference to the parent JComponent that contains that layer. |
protected void |
MapOverlay.setMap(JMap map)
Called internally by JMap when adding interaction overlays to the map. |
protected void |
ArcGISFeatureLayer.startlisteningToMapEvents(JMap map)
Starts this layer listening to map events. |
protected void |
CSVLayer.startlisteningToMapEvents(JMap map)
|
protected void |
DynamicLayer.startlisteningToMapEvents(JMap map)
Starts this layer listening to map events. |
protected void |
ArcGISFeatureLayer.stopListeningToMapEvents(JMap map)
Stops this layer listening to map events. |
protected void |
CSVLayer.stopListeningToMapEvents(JMap map)
|
protected void |
DynamicLayer.stopListeningToMapEvents(JMap map)
Stops this layer listening to map events. |
| Constructors in com.esri.map with parameters of type JMap | |
|---|---|
MapEvent(JMap source,
int id)
Instantiates a new map event. |
|
| Uses of JMap in com.esri.map.popup |
|---|
| Constructors in com.esri.map.popup with parameters of type JMap | |
|---|---|
PopupDialog(JMap map,
JComponent[] content,
Graphic graphic)
Instantiates a new popup dialog to display the given content with a callout tail that will point at the given graphic. |
|
PopupPanel(JMap map,
JComponent[] content,
Graphic graphic)
Instantiates a new popup panel. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||