ia.BBoxEvent Class
Dispatched by a map when its bounding box changes.
Constructor
ia.BBoxEvent
(
-
eventType
-
eventDispatcher
-
bBox
-
oldBBox
Parameters:
-
eventType
NumberThe event type.
-
eventDispatcher
ObjectThe object that dispatched the event.
-
bBox
ia.BoundingBoxThe new bBox.
-
oldBBox
ia.BoundingBoxThe old bBox.
Methods
buildInteractionGroups
(
-
report
-
dataGroup
-
interactionGroup
-
comparisonInteractionGroup
Builds interaction groups.
Parameters:
-
report
ia.ReportThe report object.
-
dataGroup
ia.DataGroupThe associated data group.
-
interactionGroup
ia.InteractionGroupThe associated interaction group.
-
comparisonInteractionGroup
ia.InteractionGroupThe associated comparison interaction group.
Properties
BBOX_SCALE
Number
final
static
Indicates the scale changed.
Default: 1
BBOX_TRANSLATE
Number
final
static
Indicates a translation took place.
Default: 0
eventType
String
The type of event.
obj
Object
The object associated with the event.