API / geotoolkit / contour / events / ContourEvent / EventType
events.ContourEvent.EventType
The EventType enumeration is used to describe the type of event fired by ContourShape
Enumeration Members
Enumeration Members
• BBOX_CHANGED = "onContourBBoxChanged"
The Bounding Box of the Contour Shape has changed
• FAULTS_CHANGED = "onContourFaultsChanged"
The faults have changed
• GRID_CHANGED = "onContourGridChanged"
The Contour Grid has changed
• PROCESSOR_CHANGED = "onContourProcessorChanged"
The Contour Processor has changed
• PROJECTION_CHANGED = "onContourProjectionChanged"
The projection has changed
• SCALE_CHANGED = "onContourScaleChanged"
The Contour Scale has changed
• VISUAL_ADDED = "onContourVisualAdded"
A visual has been added to the contour shape
• VISUAL_REMOVED = "onContourVisualRemoved"
A visual has been removed from the contour shape