com.esri.arcgis.controls
Class IMapControlEvents2OnFullExtentUpdatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.controls.IMapControlEvents2OnFullExtentUpdatedEvent
All Implemented Interfaces:
Serializable

public class IMapControlEvents2OnFullExtentUpdatedEvent
extends EventObject

Description

OnFullExtentUpdated is triggered whenever IMapControl2::FullExtent is set. For example, the event is triggered when a layer is added to the map's layer collection and its data extent is greater than any of the other layers in the layer collection.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IMapControlEvents2OnFullExtentUpdatedEvent(Object source)
           
 
Method Summary
 Object getDisplayTransformation()
           
 Object getNewEnvelope()
           
 void init(Object displayTransformation, Object newEnvelope)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMapControlEvents2OnFullExtentUpdatedEvent

public IMapControlEvents2OnFullExtentUpdatedEvent(Object source)
Method Detail

init

public void init(Object displayTransformation,
                 Object newEnvelope)

getDisplayTransformation

public final Object getDisplayTransformation()

getNewEnvelope

public final Object getNewEnvelope()