Class ProjectionEvent

java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
org.gvsig.fmap.mapcontext.events.ProjectionEvent
All Implemented Interfaces:
FMapEvent

public class ProjectionEvent extends FMapEventBase

Event produced when the projection of the view port has changed.

  • Method Details

    • createProjectionEvent

      public static ProjectionEvent createProjectionEvent(org.gvsig.crs.projection.lib.Projection proj)

      Creates a new projection event.

      Parameters:
      proj - the new projection
      Returns:
      a new projection event
    • getNewProjection

      public org.gvsig.crs.projection.lib.Projection getNewProjection()

      Gets the new projection.

      Returns:
      the new projection