Last updated

API / geotoolkit / contour / events / ContourEvent / EventType

Enumeration: EventType

events.ContourEvent.EventType

The EventType enumeration is used to describe the type of event fired by ContourShape

Table of contents

Enumeration Members

Contents

Enumeration Members

BBOX_CHANGED

BBOX_CHANGED = "onContourBBoxChanged"

The Bounding Box of the Contour Shape has changed


FAULTS_CHANGED

FAULTS_CHANGED = "onContourFaultsChanged"

The faults have changed


GRID_CHANGED

GRID_CHANGED = "onContourGridChanged"

The Contour Grid has changed


PROCESSOR_CHANGED

PROCESSOR_CHANGED = "onContourProcessorChanged"

The Contour Processor has changed


PROJECTION_CHANGED

PROJECTION_CHANGED = "onContourProjectionChanged"

The projection has changed


SCALE_CHANGED

SCALE_CHANGED = "onContourScaleChanged"

The Contour Scale has changed


VISUAL_ADDED

VISUAL_ADDED = "onContourVisualAdded"

A visual has been added to the contour shape


VISUAL_REMOVED

VISUAL_REMOVED = "onContourVisualRemoved"

A visual has been removed from the contour shape