Class ContextGeography<T>

All Implemented Interfaces:
ContextListener<T>, Geography<T>, Projection<T>

public class ContextGeography<T> extends DefaultGeography<T> implements ContextListener<T>
  • Constructor Details

    • ContextGeography

      public ContextGeography(String name)
    • ContextGeography

      public ContextGeography(String name, String crsCode)
  • Method Details

    • eventOccured

      public void eventOccured(ContextEvent<T> evt)
      Description copied from interface: ContextListener
      Called to nofify the listener of a change to a context.
      Specified by:
      eventOccured in interface ContextListener<T>
      Parameters:
      evt - The event of which to notify the listener.