public interface PortableViewViewer extends PortableViewSwingComponent, Disposable
PortableView| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentToolId()
Gets current map tool's id
|
MapControl |
getMapControl()
Gets
MapControl component |
PortableView |
getPortableView()
Current Portable View
|
PortableViewToc |
getTOC()
Gets Table-Of-Contents component
|
boolean |
isTocVisible() |
void |
setTocVisible(boolean visible) |
void |
setTool(java.lang.String toolId)
Change the current map tool
|
void |
zoomAll()
Adjust zoom to show all map content
|
getSwingComponentdisposePortableView getPortableView()
void zoomAll()
void setTool(java.lang.String toolId)
toolId - java.lang.String getCurrentToolId()
PortableViewToc getTOC()
MapControl getMapControl()
MapControl componentboolean isTocVisible()
void setTocVisible(boolean visible)