Interface SpatialReferenceChangedListener


@Deprecated(since="200.0.0", forRemoval=true) public 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 Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked when the SpatialReference of a GeoView changes.
  • Method Details

    • spatialReferenceChanged

      void spatialReferenceChanged(SpatialReferenceChangedEvent spatialReferenceChangedEvent)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Invoked when the SpatialReference of a GeoView changes.
      Parameters:
      spatialReferenceChangedEvent - the spatial reference changed event
      Since:
      100.0.0