Class SpatialReferenceChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.view.SpatialReferenceChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public final class SpatialReferenceChangedEvent extends java.util.EventObjectAn event that indicates that the spatial reference of aGeoViewhas 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
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoViewgetSource() 
 - 
 
- 
- 
Method Detail
- 
getSource
public GeoView getSource()
- Overrides:
 getSourcein classjava.util.EventObject
 
 - 
 
 -