Class Updater


  • public class Updater
    extends Object
    Deprecated.
    2D piccolo based code is being removed
    Handles the updating of a DisplayGIS w/r to agent adding, moving and removal.
    Author:
    Nick Collier, Eric Tatara
    • Constructor Detail

      • Updater

        public Updater​(org.geotools.map.MapContent mapContext,
                       Geography geog,
                       Styler styler,
                       Map<String,​org.geotools.feature.FeatureCollection> staticFeatures,
                       List<Class> registeredClasses,
                       Map<Integer,​String> layerOrder)
        Deprecated.
    • Method Detail

      • render

        public void render​(org.geotools.map.MapContent mapContext)
        Deprecated.
      • agentMoved

        public void agentMoved​(Object obj)
        Deprecated.
      • update

        public void update()
        Deprecated.
      • agentAdded

        public void agentAdded​(Object agent)
        Deprecated.
        Called when an agent has been added and the display needs to be updated.
        Parameters:
        agent - the added agent
      • agentRemoved

        public void agentRemoved​(Object agent)
        Deprecated.
        Called when an agent has been removed and the display needs to be updated.
        Parameters:
        agent - the removed agent