Class RepastMapLayer

java.lang.Object
org.geotools.map.Layer
org.geotools.map.StyleLayer
org.geotools.map.FeatureLayer
repast.simphony.gis.display.RepastMapLayer
Direct Known Subclasses:
NetworkDisplayLayerGIS

public class RepastMapLayer extends org.geotools.map.FeatureLayer
Deprecated.
2D piccolo based code is being removed
Simple wrapper for the Geotools FeatureLayer.
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
    RepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style)
    Deprecated.
     
    RepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style, String title)
    Deprecated.
     
    RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style)
    Deprecated.
     
    RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style, String title)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addMapLayerListener(org.geotools.map.MapLayerListener listener)
    Deprecated.
     
    void
    fireMapLayerChangedEvent(org.geotools.map.MapLayerEvent event)
    Deprecated.
     
    void
    removeMapLayerListener(org.geotools.map.MapLayerListener listener)
    Deprecated.
     
    void
    setVisible(boolean arg0)
    Deprecated.
     

    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

    • RepastMapLayer

      public RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style, String title)
      Deprecated.
    • RepastMapLayer

      public RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style)
      Deprecated.
    • RepastMapLayer

      public RepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style, String title)
      Deprecated.
    • RepastMapLayer

      public RepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style)
      Deprecated.
  • Method Details

    • addMapLayerListener

      public void addMapLayerListener(org.geotools.map.MapLayerListener listener)
      Deprecated.
      Overrides:
      addMapLayerListener in class org.geotools.map.Layer
    • removeMapLayerListener

      public void removeMapLayerListener(org.geotools.map.MapLayerListener listener)
      Deprecated.
      Overrides:
      removeMapLayerListener in class org.geotools.map.Layer
    • fireMapLayerChangedEvent

      public void fireMapLayerChangedEvent(org.geotools.map.MapLayerEvent event)
      Deprecated.
    • setVisible

      public void setVisible(boolean arg0)
      Deprecated.
      Overrides:
      setVisible in class org.geotools.map.Layer