Class SpatialReferenceChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SpatialReferenceChangedEvent
    extends java.util.EventObject
    An event that indicates that the spatial reference of a GeoView has changed. This can be used to determine if a GeoViews map or scene has been set successfully and loading and rendering will commence.
    Since:
    100.0.0
    See Also:
    GeoView, Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GeoView getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSource

        public GeoView getSource()
        Overrides:
        getSource in class java.util.EventObject