public static class GeographicalMap.StationRendererCreator extends LayerCreator
StationRenderer layer.| Modifier and Type | Method and Description |
|---|---|
void |
doPostProcForLayer(com.bbn.openmap.MapBean mapBean,
com.bbn.openmap.Layer newlyCreatedLayer)
Does any post-processing needed after the Layer obtained from the
LayerCreator.getLayer(MapBean, GeoMapGuiIfc2, MouseDelegator, Preferences)
method is added to the MapHandler. |
com.bbn.openmap.Layer |
getLayer(com.bbn.openmap.MapBean mapBean,
GeoMapGuiIfc2 geoMapGuiIfc2,
com.bbn.openmap.MouseDelegator mouseDelegator,
java.util.prefs.Preferences prefs)
Create a layer object using the specified context values.
|
compareTo, equalspublic com.bbn.openmap.Layer getLayer(com.bbn.openmap.MapBean mapBean,
GeoMapGuiIfc2 geoMapGuiIfc2,
com.bbn.openmap.MouseDelegator mouseDelegator,
java.util.prefs.Preferences prefs)
LayerCreatorgetLayer in class LayerCreatormapBean - MapBean which will contain the generated LayergeoMapGuiIfc2 - GeoMapGuiIfc2 implementing object containing the MapBeanmouseDelegator - MouseDelegator for the MapBeanprefs - Preferences object for this profile of YAACpublic void doPostProcForLayer(com.bbn.openmap.MapBean mapBean,
com.bbn.openmap.Layer newlyCreatedLayer)
LayerCreatorLayerCreator.getLayer(MapBean, GeoMapGuiIfc2, MouseDelegator, Preferences)
method is added to the MapHandler. By default, this does nothing.doPostProcForLayer in class LayerCreatormapBean - MapBean newly containing the LayernewlyCreatedLayer - the newly added Layer