Package repast.simphony.gis.display
Class NetworkDisplayLayerGIS
java.lang.Object
org.geotools.map.Layer
org.geotools.map.StyleLayer
org.geotools.map.FeatureLayer
repast.simphony.gis.display.RepastMapLayer
repast.simphony.gis.display.NetworkDisplayLayerGIS
- All Implemented Interfaces:
ProjectionListener
Deprecated.
2D piccolo based code is being removed
**** IN PROGRESS NYI ****
Display Layer for networks in 2D GIS displays
- Author:
- Eric Tatara
-
Field Summary
Fields inherited from class org.geotools.map.FeatureLayer
featureSource, query, sourceListener
Fields inherited from class org.geotools.map.StyleLayer
style
Fields inherited from class org.geotools.map.Layer
LOGGER, selected, title, userData, visible
-
Constructor Summary
ConstructorDescriptionNetworkDisplayLayerGIS
(Network<?> net, Geography geography, org.geotools.styling.Style style) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.void
addEdge
(RepastEdge edge) Deprecated.void
Deprecated.Invoked when a projection event occurs.void
removeEdge
(RepastEdge edge) Deprecated.void
test()
Deprecated.void
update()
Deprecated.Methods inherited from class repast.simphony.gis.display.RepastMapLayer
addMapLayerListener, fireMapLayerChangedEvent, removeMapLayerListener, setVisible
Methods inherited from class org.geotools.map.FeatureLayer
connectDataListener, dispose, getBounds, getFeatureSource, getQuery, getSimpleFeatureSource, setQuery
Methods inherited from class org.geotools.map.StyleLayer
getStyle, setStyle
Methods inherited from class org.geotools.map.Layer
finalize, fireMapLayerListenerLayerChanged, fireMapLayerListenerLayerDeselected, fireMapLayerListenerLayerHidden, fireMapLayerListenerLayerPreDispose, fireMapLayerListenerLayerSelected, fireMapLayerListenerLayerShown, getTitle, getUserData, isSelected, isVisible, preDispose, setSelected, setTitle, toString
-
Constructor Details
-
Method Details
-
update
public void update()Deprecated. -
addEdge
Deprecated. -
addAddedEdges
protected void addAddedEdges()Deprecated. -
removeEdge
Deprecated. -
projectionEventOccurred
Deprecated.Description copied from interface:ProjectionListener
Invoked when a projection event occurs.- Specified by:
projectionEventOccurred
in interfaceProjectionListener
- Parameters:
evt
- the object describing the event
-
test
public void test()Deprecated.
-