|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.bbn.openmap.gui.OMComponentPanel
com.bbn.openmap.gui.BasicMapPanel
com.bbn.openmap.gui.OverlayMapPanel
fr.ifremer.coser.ui.maps.CoserMap
public class CoserMap
Coser map based open openmap.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected com.bbn.openmap.layer.location.LocationLayer |
haulLocationLayer
|
protected com.bbn.openmap.InformationDelegator |
informationDelegator
|
protected static float |
SCALE
|
| Fields inherited from class com.bbn.openmap.gui.OverlayMapPanel |
|---|
ACTIVE_WIDGET_COLOR_PROPERTY, activeWidgetColors, DEFAULT_WIDGET_BUTTON_SIZE, INACTIVE_WIDGET_COLOR_PROPERTY, inactiveWidgetColors, WIDGET_SIZE_PROPERTY, widgetButtonSize, widgets |
| Fields inherited from class com.bbn.openmap.gui.BasicMapPanel |
|---|
logger, mapBean, mapHandler, menuList, propertyHandler, SET_NAME_PROPERTY, setName |
| Fields inherited from class com.bbn.openmap.gui.OMComponentPanel |
|---|
beanContextChildSupport, i18n, isolated, orientation, propertyPrefix, windowSupport |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface com.bbn.openmap.PropertyConsumer |
|---|
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
CoserMap()
|
|
| Method Summary | |
|---|---|
protected void |
addGraticuleLayer()
|
protected void |
addLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Add a new layer to the map depending on mapFile extension. |
void |
addStataHaulLayer(List<Coordinate> hauls)
Display stata's haul position in an openmap layer |
protected com.bbn.openmap.Layer |
getShapeLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Manage shp layer display. |
void |
initMap(Project project,
com.bbn.openmap.InformationDelegator informationDelegator)
|
| Methods inherited from class com.bbn.openmap.gui.OverlayMapPanel |
|---|
addMapBeanToPanel, getActiveWidgetColors, getInactiveWidgetColors, getProperties, getWidgetButtonSize, includeExitMenuItem, layoutPanel, main, setActiveWidgetColors, setBorders, setInactiveWidgetColors, setProperties, setWidgetButtonSize |
| Methods inherited from class com.bbn.openmap.gui.BasicMapPanel |
|---|
addMapComponent, addMapPanelChild, addProperties, addProperties, addProperties, addProperty, appendProperty, appendProperty, create, createComponents, createLayoutManager, createMapBean, createMapBean, dispose, findAndInit, findAndUndo, getMapBean, getMapComponent, getMapComponentByType, getMapComponentsByType, getMapHandler, getMapMenu, getMapMenuBar, getProperties, getPropertyHandler, isSetName, prependProperty, prependProperty, removeMapComponent, removeMarker, removeProperty, setMapBean, setPropertyHandler, setSetName |
| Methods inherited from class com.bbn.openmap.gui.OMComponentPanel |
|---|
addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, fireVetoableChange, getBeanContext, getOrientation, getPropertyInfo, getPropertyPrefix, getWindowSupport, isIsolated, removeVetoableChangeListener, setBeanContext, setIsolated, setOrientation, setProperties, setPropertyPrefix, setWindowSupport |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.beans.beancontext.BeanContextChild |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Field Detail |
|---|
protected com.bbn.openmap.InformationDelegator informationDelegator
protected com.bbn.openmap.layer.location.LocationLayer haulLocationLayer
protected static final float SCALE
| Constructor Detail |
|---|
public CoserMap()
| Method Detail |
|---|
public void initMap(Project project,
com.bbn.openmap.InformationDelegator informationDelegator)
protected void addGraticuleLayer()
public void addStataHaulLayer(List<Coordinate> hauls)
hauls - coordinate to display on map
protected void addLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
layerId - layer idmapFile - absolute map fail pathlineColor - line colorfillColor - fill color
protected com.bbn.openmap.Layer getShapeLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
layerId - layer idmapFile - absolute map fail pathlineColor - line colorfillColor - fill color
ShapeLayer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||