net.simplace.ui.panel.FWAtlasMapPanel
This class provides a FWDefaultPanel, which contains components to
display de.schmitzm.geotools.styling.StyledLayerInterface objects.
The panel itself does not implement methods to maintain the displayed layers.
Instead the methods getMapView() and getMapContextManager()
provide access to all necessary functions.
The swing components this panel is designed with are taken from the schmitzm- and skrueger-libraries which base on Geotools.
public class FWAtlasMapPanel extends FWDefaultPanel {
// Public Constructors
public FWAtlasMapPanel(FWAbstractFunctionality aFunctionality, boolean
aUseButtons);
public FWAtlasMapPanel(AtlasConfig aAtlasConfig, Map aSKruegerMap);
// Protected Instance Variables
protected AtlasConfig iAtlasConfig;
// Public Instance Methods public SelectableXMapPane getMapPane();
Returns the Geotools component of the map display component.
public MapView getMapView();
Returns the map display component.
public MapContextManagerInterface getMapContextManager();
Returns the manager to maintain the map layers.
public void setMapView(MapView mapView);
// Protected Instance Methods
}
Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JPanel (javax.accessibility.Accessible) - FWDefaultPanel (java.awt.event.ActionListener) - FWAtlasMapPanel
Passed to: net.simplace.util.service.AtlasHelper.exportLayers(), net.simplace.util.service.AtlasHelper.initAtlasMapFromParameters()
Returned by: net.simplace.ui.formengine.geotools.GeoObjectChooserPanel.getAtlasPanel()
Type of: net.simplace.ui.formengine.geotools.GeoObjectChooserPanel.iAtlasMapPanel, net.simplace.ui.formengine.result.FWMapResultFormComponentPanel.iMapPanel