Class TLspMapScaleChangeEvent

java.lang.Object
java.util.EventObject
com.luciad.view.lightspeed.scale.TLspMapScaleChangeEvent
All Implemented Interfaces:
Serializable

public class TLspMapScaleChangeEvent extends EventObject
An event to indicate that a view's map scale has changed. The new map scale can be requested from the source ILspMapScaleProvider of this event.
Since:
2022.0
See Also:
  • Constructor Details

    • TLspMapScaleChangeEvent

      public TLspMapScaleChangeEvent(ILspMapScaleProvider aSource, ILspView aView)
      Construct a view scale event.
      Parameters:
      aSource - the map scale provider where the event originated
      aView - the view for which the map scale has changed
  • Method Details