public class NPController
extends java.lang.Object
Constructor and Description |
---|
NPController()
ctor
|
Modifier and Type | Method and Description |
---|---|
void |
addMap(java.lang.String mapPath,
java.awt.Color c)
Add a map
|
NavigatedPanel |
getNavigatedPanel()
get nav panel
|
void |
removeMap(java.lang.String mapPath)
Remove a map
|
void |
setProjectionImpl(ucar.unidata.geoloc.ProjectionImpl p)
set proj
|
void |
setRenderer(Renderer r)
set renderer
|
public void removeMap(java.lang.String mapPath)
mapPath
- the path of the mappublic void addMap(java.lang.String mapPath, java.awt.Color c)
mapPath
- the path to the mapc
- the map colorpublic NavigatedPanel getNavigatedPanel()
public void setRenderer(Renderer r)
r
- rendererpublic void setProjectionImpl(ucar.unidata.geoloc.ProjectionImpl p)
p
- proj