Class SpatialReferenceChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.SpatialReferenceChangedEvent
All Implemented Interfaces:
Serializable

@Deprecated(since="200.0.0", forRemoval=true) public final class SpatialReferenceChangedEvent extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
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:
  • Method Details

    • getSource

      public GeoView getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getSource in class EventObject