A/ The com.interactive.intviewerapi.plugins.histogram package has been removed.
Instead, the following objects have been introduced:
- com.interactive.intviewerapi.windows.ISeismicHistogramWindow
- com.interactive.intviewerapi.windows.IWellHistogramWindow
- com.interactive.intviewerapi.layers.ISeismicHistogramLayer
- com.interactive.intviewerapi.layers.IWellHistogramLayer
B/ The following interfaces have been removed:
- com.interactive.intviewerapi.data.ISelection
- com.interactive.intviewerapi.data.IDataSelection
- com.interactive.intviewerapi.data.ListHorizonReader
Instead, use com.interactive.intviewerapi.data.IPointSelection instead
C/ The following classes and interfaces have been removed:
- com.interactive.intviewerapi.IUpdater
- com.interactive.intviewerapi.UpdateManager
- com.interactive.intviewerapi.IUpdateParticipant
Instead, use com.interactive.intviewerapi.data.IHorizonData.update(Runnable r) instead
D/ The getWellLogWindow() of the com.interactive.intviewerapi.windows.ITrack has been renamed getContainer() and returns an Object instead of a IWellLogWindow.
ITrack is now common to tracks in XSection windows and well log windows.