Module com.esri.arcgisruntime
Interface SpatialReferenceChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving spatial reference changed events from a
GeoView
. Adding one of these to
the GeoView can help determine if a map or scene has been set successfully and loading and rendering will commence.- Since:
- 100.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
spatialReferenceChanged
(SpatialReferenceChangedEvent spatialReferenceChangedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Invoked when theSpatialReference
of aGeoView
changes.
-
Method Details
-
spatialReferenceChanged
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when theSpatialReference
of aGeoView
changes.- Parameters:
spatialReferenceChangedEvent
- the spatial reference changed event- Since:
- 100.0.0
-
ObservableValue.addListener(ChangeListener)
onGeoView.spatialReferenceProperty()
.