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

public class NetworkDisplayLayerGIS extends RepastMapLayer implements 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

    Constructors
    Constructor
    Description
    NetworkDisplayLayerGIS(Network<?> net, Geography geography, org.geotools.styling.Style style)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Deprecated.
     
    void
    Deprecated.
     
    void
    Deprecated.
    Invoked when a projection event occurs.
    void
    Deprecated.
     
    void
    Deprecated.
     
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NetworkDisplayLayerGIS

      public NetworkDisplayLayerGIS(Network<?> net, Geography geography, org.geotools.styling.Style style)
      Deprecated.
  • Method Details

    • update

      public void update()
      Deprecated.
    • addEdge

      public void addEdge(RepastEdge edge)
      Deprecated.
    • addAddedEdges

      protected void addAddedEdges()
      Deprecated.
    • removeEdge

      public void removeEdge(RepastEdge edge)
      Deprecated.
    • projectionEventOccurred

      public void projectionEventOccurred(ProjectionEvent evt)
      Deprecated.
      Description copied from interface: ProjectionListener
      Invoked when a projection event occurs.
      Specified by:
      projectionEventOccurred in interface ProjectionListener
      Parameters:
      evt - the object describing the event
    • test

      public void test()
      Deprecated.