Package | Description |
---|---|
ucar.unidata.gis |
Geographic information providers.
|
ucar.unidata.gis.mcidasmap |
Geographic information: McIDAS map background.
|
ucar.unidata.gis.shapefile |
Geographic information: map backgrounds using shapefiles.
|
ucar.unidata.gis.worldmap |
Geographic information: World map background.
|
ucar.unidata.view |
The view component of MVC designs (metdata is the model).
|
ucar.unidata.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
ucar.unidata.view.station |
The view component for Station data.
|
Modifier and Type | Class and Description |
---|---|
class |
GisFeatureRenderer
Superclass for rendering collections of GisFeatures.
|
class |
GisFeatureRendererMulti
Superclass for rendering collections of GisFeatures.
|
Modifier and Type | Method and Description |
---|---|
Renderer |
MapBean.getRenderer()
each bean has one Renderer, made current when Action is called
|
Modifier and Type | Class and Description |
---|---|
class |
McidasMap
A renderer for McIDAS OUTL* map files
|
Modifier and Type | Class and Description |
---|---|
class |
EsriShapefileRenderer
Provides a convenient interface to ESRI shapefiles by creating lists of
ucar.unidata.gis.AbstractGisFeature.
|
Modifier and Type | Method and Description |
---|---|
Renderer |
ShapeFileBean.getRenderer()
get the current renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
WorldMap
A simple "default" world map Renderer.
|
Modifier and Type | Method and Description |
---|---|
Renderer |
WorldMapBean.getRenderer()
each bean has one Renderer, made current when Action is called
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeRenderer
Class CompositeRenderer
|
Modifier and Type | Method and Description |
---|---|
Renderer |
NewRendererEvent.getRenderer()
get the new renderer
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeRenderer.addRenderer(Renderer r)
add a renderer
|
void |
CompositeRenderer.removeRenderer(Renderer r)
add a renderer
|
void |
NPController.setRenderer(Renderer r)
set renderer
|
Constructor and Description |
---|
NewRendererEvent(java.lang.Object source,
Renderer rend)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigatedMapPanel.addMapRenderer(Renderer r)
Add a renderer.
|
void |
NavigatedMapPanel.setMapRenderer(Renderer r)
Set the map renderer for this object
|
Modifier and Type | Class and Description |
---|---|
class |
StationLocationRenderer
Implements the Renderer interface for collections of
Station -s. |
Modifier and Type | Method and Description |
---|---|
Renderer |
StationLocationMap.getMapRender()
Get the map renderer for this object
|
Modifier and Type | Method and Description |
---|---|
void |
StationLocationMap.setMapRenderer(Renderer r)
Set the map renderer for this object
|
void |
StationLocationMap.setStationRenderer(Renderer r)
Set the station location renderer.
|
Constructor and Description |
---|
StationLocationMap(boolean multipleSelect,
Renderer theMapRender)
Create a StationLocationMap
|
StationLocationMap(boolean multipleSelect,
Renderer theMapRender,
java.lang.String template)
Create a StationLocationMap
|