|
||||||||||
| 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
com.bbn.openmap.MapBean
com.bbn.openmap.BufferedMapBean
fr.ifremer.isisfish.map.IsisMapBean
public class IsisMapBean
IsisMapBean.java Created: 16 mai 2005
| Nested Class Summary |
|---|
| 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 CellSelectionLayer |
activeSelectionLayer
|
protected com.bbn.openmap.event.MapMouseMode |
currentMouseMode
|
protected FisheryRegion |
fisheryRegion
|
protected com.bbn.openmap.LayerHandler |
layerHandler
|
protected float |
maxLatitude
|
protected float |
maxLongitude
|
protected com.bbn.openmap.MouseDelegator |
md
|
protected float |
minLatitude
|
protected float |
minLongitude
|
protected List<com.bbn.openmap.event.MapMouseListener> |
orderedListener
|
protected float |
pasMailleLatitude
|
protected float |
pasMailleLongitude
|
protected static float |
SCALE
|
protected int |
selectionMode
|
| Fields inherited from class com.bbn.openmap.BufferedMapBean |
|---|
bufferDirty, drawingBuffer |
| Fields inherited from class com.bbn.openmap.MapBean |
|---|
addedLayers, background, BackgroundProperty, currentLayers, CursorProperty, DEFAULT_BACKGROUND_COLOR, DEFAULT_CENTER_LAT, DEFAULT_CENTER_LON, DEFAULT_HEIGHT, DEFAULT_SCALE, DEFAULT_WIDTH, doContainerChange, layerRemovalDelayed, LayersProperty, minHeight, minWidth, painters, projection, ProjectionProperty, projectionSupport, ProjectionVetoedProperty, removedLayers, repaintPolicy, suppressCopyright, title, version |
| 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 java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
IsisMapBean()
|
|
| 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 |
addMapMouseListener(com.bbn.openmap.event.MapMouseListener mml)
|
void |
addResultatLayer(String id,
ResultatLayer layer)
|
void |
addSelectedCells(Cell... cells)
|
void |
addSelectionLayer()
|
protected void |
addSpecificLayer()
|
protected void |
addZoneDelimiterLayer()
|
protected CellDAO |
getCellDAO()
|
protected com.bbn.openmap.Layer |
getDTEDLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Manage DTED layer display. |
protected com.bbn.openmap.Layer |
getE00Layer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Manage E00 layer display. |
FisheryRegion |
getFisheryRegion()
Get the value of region. |
com.bbn.openmap.LayerHandler |
getLayerHandler()
Get the value of layerHandler. |
protected com.bbn.openmap.Layer |
getMIFLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Manage MIF layer display. |
protected com.bbn.openmap.Layer |
getRPFLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Manage RPF layer display. |
List<Cell> |
getSelectedCells()
Retourne la liste des mailles selectionnées. |
int |
getSelectionMode()
Get the value of selectionMode. |
protected com.bbn.openmap.Layer |
getShapeLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Manage shp layer display. |
protected org.nuiton.topia.TopiaContext |
getTopiaContext()
|
protected com.bbn.openmap.Layer |
getVPFLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
Manage VPF layer display. |
protected void |
init()
|
protected void |
initMap()
init the mServer property value. |
void |
removeAllResultatLayer()
|
void |
removeMapMouseListener(com.bbn.openmap.event.MapMouseListener mml)
|
void |
removeSelectedCells(Cell... cells)
|
void |
setActiveMouseMode(com.bbn.openmap.event.MapMouseMode mode)
|
void |
setFisheryRegion(FisheryRegion fisheryRegion)
|
void |
setSelectedCells(Cell... cells)
|
void |
setSelectedCells(List<Cell> cells)
|
void |
setSelectionMode(int v)
Set the value of selectionMode. |
| Methods inherited from class com.bbn.openmap.BufferedMapBean |
|---|
componentResized, isBufferDirty, isBuffered, paintChildren, paintChildren, setBufferDirty, setLayers |
| Methods inherited from class com.bbn.openmap.MapBean |
|---|
addImpl, addPaintListener, addProjectionListener, addPropertyChangeListener, center, changeLayers, componentAdded, componentHidden, componentMoved, componentRemoved, componentShown, debugmsg, dispose, drawProjectionBackground, fireProjectionChanged, getBackground, getBckgrnd, getCenter, getCoordinates, getCoordinates, getCopyrightMessage, getDoContainerChange, getInsets, getMapBeanRepaintPolicy, getMinimumSize, getProjection, getProjectionType, getScale, hideLayerPalettes, isLayerRemovalDelayed, paint, paintBorder, paintChildrenWithBorder, pan, projectionChanged, purgeAndNotifyRemovedLayers, removePaintListener, removeProjectionListener, repaint, setBackground, setBackgroundColor, setBckgrnd, setCenter, setCenter, setCursor, setDoContainerChange, setLayerRemovalDelayed, setLayout, setMapBeanRepaintPolicy, setMinimumSize, setProjection, setProjectionType, setScale, showLayerPalettes, toString, zoom |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected FisheryRegion fisheryRegion
protected float pasMailleLatitude
protected float pasMailleLongitude
protected float minLatitude
protected float maxLatitude
protected float minLongitude
protected float maxLongitude
protected List<com.bbn.openmap.event.MapMouseListener> orderedListener
protected com.bbn.openmap.LayerHandler layerHandler
protected com.bbn.openmap.event.MapMouseMode currentMouseMode
protected com.bbn.openmap.MouseDelegator md
protected CellSelectionLayer activeSelectionLayer
protected int selectionMode
protected static final float SCALE
| Constructor Detail |
|---|
public IsisMapBean()
| Method Detail |
|---|
protected void init()
public void setActiveMouseMode(com.bbn.openmap.event.MapMouseMode mode)
public void addMapMouseListener(com.bbn.openmap.event.MapMouseListener mml)
public void removeMapMouseListener(com.bbn.openmap.event.MapMouseListener mml)
public FisheryRegion getFisheryRegion()
public void setFisheryRegion(FisheryRegion fisheryRegion)
protected org.nuiton.topia.TopiaContext getTopiaContext()
protected CellDAO getCellDAO()
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<Cell> getSelectedCells()
public void setSelectedCells(List<Cell> cells)
public void setSelectedCells(Cell... cells)
public void addSelectedCells(Cell... cells)
public void removeSelectedCells(Cell... cells)
public com.bbn.openmap.LayerHandler getLayerHandler()
public void addResultatLayer(String id,
ResultatLayer layer)
public void removeAllResultatLayer()
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
protected com.bbn.openmap.Layer getE00Layer(String layerId,
String mapFile,
String lineColor,
String fillColor)
layerId - layer idmapFile - absolute map fail pathlineColor - line colorfillColor - fill color
E00Layer
protected com.bbn.openmap.Layer getDTEDLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
layerId - layer idmapFile - absolute map fail pathlineColor - line colorfillColor - fill color
DTEDLayer
protected com.bbn.openmap.Layer getMIFLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
layerId - layer idmapFile - absolute map fail pathlineColor - line colorfillColor - fill color
MIFLayer
protected com.bbn.openmap.Layer getRPFLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
layerId - layer idmapFile - absolute map fail pathlineColor - line colorfillColor - fill color
RpfLayer
protected com.bbn.openmap.Layer getVPFLayer(String layerId,
String mapFile,
String lineColor,
String fillColor)
layerId - layer idmapFile - absolute map fail pathlineColor - line colorfillColor - fill color
VPFLayerprotected void addGraticuleLayer()
protected void addZoneDelimiterLayer()
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionprotected void addSpecificLayer()
protected void initMap()
public int getSelectionMode()
public void setSelectionMode(int v)
v - value to assign to selectionMode.public void addSelectionLayer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||