Serialized Form
-
Package com.bc.ceres.binding
-
Exception Class com.bc.ceres.binding.BindingException
class BindingException extends Exception implements Serializable -
Exception Class com.bc.ceres.binding.ConversionException
class ConversionException extends BindingException implements Serializable -
Exception Class com.bc.ceres.binding.ValidationException
class ValidationException extends BindingException implements Serializable
-
-
Package com.bc.ceres.binio
-
Exception Class com.bc.ceres.binio.DataAccessException
class DataAccessException extends RuntimeException implements Serializable
-
-
Package com.bc.ceres.binio.binx
-
Exception Class com.bc.ceres.binio.binx.BinXException
class BinXException extends Exception implements Serializable
-
-
Package com.bc.ceres.core
-
Exception Class com.bc.ceres.core.CanceledException
class CanceledException extends CoreException implements Serializable -
Exception Class com.bc.ceres.core.CoreException
class CoreException extends Exception implements Serializable
-
-
Package com.bc.ceres.core.runtime
-
Exception Class com.bc.ceres.core.runtime.RuntimeConfigException
class RuntimeConfigException extends Exception implements Serializable
-
-
Package com.bc.ceres.glayer.swing
-
Class com.bc.ceres.glayer.swing.AdjustableViewScrollPane
class AdjustableViewScrollPane extends JPanel implements Serializable- serialVersionUID:
- -2634482999458990218L
-
Serialized Fields
-
adjustableView
AdjustableView adjustableView
-
cornerComponent
JComponent cornerComponent
-
debug
boolean debug
-
horizontalScrollBar
JScrollBar horizontalScrollBar
-
hsbVisible
boolean hsbVisible
-
scrollArea
Rectangle2D scrollArea
-
scrollBarsUpdated
boolean scrollBarsUpdated
-
updatingScrollBars
boolean updatingScrollBars
-
verticalScrollBar
JScrollBar verticalScrollBar
-
viewComponent
JComponent viewComponent
-
viewportChangeHandler
com.bc.ceres.glayer.swing.AdjustableViewScrollPane.ViewportChangeHandler viewportChangeHandler
-
vsbVisible
boolean vsbVisible
-
-
Class com.bc.ceres.glayer.swing.LayerCanvas
class LayerCanvas extends JPanel implements Serializable-
Serialized Fields
-
antialiasing
boolean antialiasing
-
canvasRendering
com.bc.ceres.glayer.swing.LayerCanvas.CanvasRendering canvasRendering
-
defaultZoomFactor
double defaultZoomFactor
-
initiallyZoomingAll
boolean initiallyZoomingAll
-
layerFilter
LayerFilter layerFilter
-
maxVisibleModelBounds
Rectangle2D maxVisibleModelBounds
-
maxZoomFactor
double maxZoomFactor
-
minZoomFactor
double minZoomFactor
-
model
LayerCanvasModel model
-
modelChangeHandler
com.bc.ceres.glayer.swing.LayerCanvas.ModelChangeHandler modelChangeHandler
-
navControlShown
boolean navControlShown
-
navControlWrapper
WakefulComponent navControlWrapper
-
overlays
ArrayList<LayerCanvas.Overlay> overlays
-
zoomedAll
boolean zoomedAll
-
-
-
Class com.bc.ceres.glayer.swing.WakefulComponent
class WakefulComponent extends JComponent implements Serializable-
Serialized Fields
-
activationTime
int activationTime
-
childResizeHandler
com.bc.ceres.glayer.swing.WakefulComponent.ChildResizeHandler childResizeHandler
-
currentAlpha
float currentAlpha
-
deactivationTime
int deactivationTime
-
hitHandler
com.bc.ceres.glayer.swing.WakefulComponent.HitHandler hitHandler
-
image
BufferedImage image
-
imageGraphics
Graphics2D imageGraphics
-
lastHitTimestamp
long lastHitTimestamp
-
maxAlpha
float maxAlpha
-
minAlpha
float minAlpha
-
timer
Timer timer
-
visualState
WakefulComponent.VisualState visualState
-
waitingTime
int waitingTime
-
-
-
-
Package com.bc.ceres.jai.js
-
Class com.bc.ceres.jai.js.JsJai
class JsJai extends org.mozilla.javascript.ScriptableObject implements Serializable -
Class com.bc.ceres.jai.js.JsJaiFunction
class JsJaiFunction extends org.mozilla.javascript.ScriptableObject implements Serializable-
Serialized Fields
-
name
String name
-
operationDescriptor
javax.media.jai.OperationDescriptor operationDescriptor
-
-
-
-
Package com.bc.ceres.jai.operator
-
Class com.bc.ceres.jai.operator.DFTConvolveDescriptor
class DFTConvolveDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable -
Class com.bc.ceres.jai.operator.ExpressionDescriptor
class ExpressionDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable -
Class com.bc.ceres.jai.operator.GeneralFilterDescriptor
class GeneralFilterDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable -
Class com.bc.ceres.jai.operator.InterpretationType
class InterpretationType extends javax.media.jai.EnumeratedParameter implements Serializable -
Class com.bc.ceres.jai.operator.PaintDescriptor
class PaintDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable -
Class com.bc.ceres.jai.operator.ReinterpretDescriptor
class ReinterpretDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable -
Class com.bc.ceres.jai.operator.ScalingType
class ScalingType extends javax.media.jai.EnumeratedParameter implements Serializable -
Class com.bc.ceres.jai.operator.XmlDescriptor
class XmlDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable
-
-
Package com.bc.ceres.swing
-
Class com.bc.ceres.swing.ActionLabel
class ActionLabel extends JLabel implements Serializable -
Class com.bc.ceres.swing.CollapsiblePane
class CollapsiblePane extends JPanel implements Serializable -
Class com.bc.ceres.swing.Grid
class Grid extends JPanel implements Serializable-
Serialized Fields
-
componentRows
List<List<JComponent>> componentRows
-
filler
JPanel filler
-
lastFillerRow
int lastFillerRow
-
selectionModel
GridSelectionModel selectionModel
-
showSelectionColumn
boolean showSelectionColumn
-
-
-
Class com.bc.ceres.swing.GridSelectionModel.Event
class Event extends EventObject implements Serializable -
Class com.bc.ceres.swing.ListControlBar
class ListControlBar extends JToolBar implements Serializable-
Serialized Fields
-
actionMap
Map<String,
Action> actionMap -
listModelAdapter
ListControlBar.ListModelAdapter listModelAdapter
-
-
-
Class com.bc.ceres.swing.UriLabel
class UriLabel extends ActionLabel implements Serializable-
Serialized Fields
-
uri
URI uri
-
-
-
-
Package com.bc.ceres.swing.actions
-
Class com.bc.ceres.swing.actions.AbstractSelectionAction
class AbstractSelectionAction extends AbstractSystemAction implements Serializable-
Serialized Fields
-
selectionManager
SelectionManager selectionManager
-
-
-
Class com.bc.ceres.swing.actions.AbstractSystemAction
class AbstractSystemAction extends AbstractAction implements Serializable -
Class com.bc.ceres.swing.actions.AbstractUndoAction
class AbstractUndoAction extends AbstractSystemAction implements Serializable-
Serialized Fields
-
undoContext
UndoContext undoContext
-
-
-
Class com.bc.ceres.swing.actions.CopyAction
class CopyAction extends AbstractSelectionAction implements Serializable -
Class com.bc.ceres.swing.actions.CutAction
class CutAction extends AbstractSelectionAction implements Serializable -
Class com.bc.ceres.swing.actions.DeleteAction
class DeleteAction extends AbstractSelectionAction implements Serializable -
Class com.bc.ceres.swing.actions.PasteAction
class PasteAction extends AbstractSelectionAction implements Serializable -
Class com.bc.ceres.swing.actions.RedoAction
class RedoAction extends AbstractUndoAction implements Serializable -
Class com.bc.ceres.swing.actions.SelectAllAction
class SelectAllAction extends AbstractSelectionAction implements Serializable -
Class com.bc.ceres.swing.actions.UndoAction
class UndoAction extends AbstractUndoAction implements Serializable
-
-
Package com.bc.ceres.swing.figure
-
Class com.bc.ceres.swing.figure.FigureChangeEvent
class FigureChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
figures
Figure[] figures
-
type
FigureChangeEvent.Type type
-
-
-
-
Package com.bc.ceres.swing.figure.support
-
Class com.bc.ceres.swing.figure.support.FigureDeleteEdit
class FigureDeleteEdit extends AbstractUndoableEdit implements Serializable-
Serialized Fields
-
deletedFigures
Figure[] deletedFigures
-
deletedPositions
int[] deletedPositions
-
figureEditor
FigureEditor figureEditor
-
-
-
Class com.bc.ceres.swing.figure.support.FigureEditorPanel
class FigureEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
figureCollection
FigureCollection figureCollection
-
figureEditor
DefaultFigureEditor figureEditor
-
rendering
DefaultRendering rendering
-
viewport
Viewport viewport
-
-
-
Class com.bc.ceres.swing.figure.support.FigureInsertEdit
class FigureInsertEdit extends AbstractUndoableEdit implements Serializable-
Serialized Fields
-
addedFigures
Figure[] addedFigures
-
figureEditor
FigureEditor figureEditor
-
-
-
-
Package com.bc.ceres.swing.selection
-
Class com.bc.ceres.swing.selection.SelectionChangeEvent
class SelectionChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
selection
Selection selection
-
selectionContext
SelectionContext selectionContext
-
-
-
-
Package com.bc.ceres.swing.undo
-
Class com.bc.ceres.swing.undo.RestorableEdit
class RestorableEdit extends AbstractUndoableEdit implements Serializable-
Serialized Fields
-
changedObject
Restorable changedObject
-
memento
Object memento
-
presentationName
String presentationName
-
-
-
-
Package com.bc.ceres.swing.update
-
Class com.bc.ceres.swing.update.ConnectionConfigPane
class ConnectionConfigPane extends JPanel implements Serializable-
Serialized Fields
-
confirmed
boolean confirmed
-
connectionConfigData
ConnectionConfigData connectionConfigData
-
password
JPasswordField password
-
proxyAuthUsed
JCheckBox proxyAuthUsed
-
proxyHost
JTextField proxyHost
-
proxyPort
JTextField proxyPort
-
proxyUsed
JCheckBox proxyUsed
-
repositoryUrl
JTextField repositoryUrl
-
username
JTextField username
-
validationHandler
ConnectionConfigPane.ValidtationHandler validationHandler
-
-
-
Class com.bc.ceres.swing.update.ModuleManagerPane
class ModuleManagerPane extends JPanel implements Serializable-
Serialized Fields
-
availableModulesTableModel
com.bc.ceres.swing.update.ModuleTableModel availableModulesTableModel
-
categories
JComboBox<com.bc.ceres.swing.update.CaselessKey> categories
-
categoriesSet
Set<com.bc.ceres.swing.update.CaselessKey> categoriesSet
-
clearAction
com.bc.ceres.swing.update.ModuleManagerPane.ClearAction clearAction
-
confirmed
boolean confirmed
-
infoPane
com.bc.ceres.swing.update.InfoPane infoPane
-
installAction
com.bc.ceres.swing.update.ModuleManagerPane.InstallAction installAction
-
installedModulesTableModel
com.bc.ceres.swing.update.ModuleTableModel installedModulesTableModel
-
moduleManager
ModuleManager moduleManager
-
modulesTables
JTable[] modulesTables
-
repositoryTroubleShootingMessage
String repositoryTroubleShootingMessage
-
selectAllAction
com.bc.ceres.swing.update.ModuleManagerPane.SelectAllAction selectAllAction
-
syncAction
com.bc.ceres.swing.update.ModuleManagerPane.SyncAction syncAction
-
syncPerformed
boolean syncPerformed
-
tabbedPane
JTabbedPane tabbedPane
-
uninstallAction
com.bc.ceres.swing.update.ModuleManagerPane.UninstallAction uninstallAction
-
updatableModulesTableModel
com.bc.ceres.swing.update.ModuleTableModel updatableModulesTableModel
-
updateAction
com.bc.ceres.swing.update.ModuleManagerPane.UpdateAction updateAction
-
-
-
-
Package org.esa.snap.core.dataio
-
Exception Class org.esa.snap.core.dataio.IllegalFileFormatException
class IllegalFileFormatException extends ProductIOException implements Serializable- serialVersionUID:
- -3109342364111884614L
-
Exception Class org.esa.snap.core.dataio.ProductIOException
class ProductIOException extends IOException implements Serializable- serialVersionUID:
- -8807981283294580325L
-
-
Package org.esa.snap.core.datamodel
-
Class org.esa.snap.core.datamodel.PixelPos
class PixelPos extends Point2D.Double implements Serializable -
Class org.esa.snap.core.datamodel.ProductManager.Event
class Event extends EventObject implements Serializable -
Class org.esa.snap.core.datamodel.ProductNodeEvent
class ProductNodeEvent extends EventObject implements Serializable-
Serialized Fields
-
newValue
Object newValue
-
nodeGroup
ProductNodeGroup nodeGroup
-
oldValue
Object oldValue
-
propertyName
String propertyName
-
type
int type
-
-
-
-
Package org.esa.snap.core.gpf
-
Exception Class org.esa.snap.core.gpf.OperatorCancelException
class OperatorCancelException extends OperatorException implements Serializable -
Exception Class org.esa.snap.core.gpf.OperatorException
class OperatorException extends RuntimeException implements Serializable
-
-
Package org.esa.snap.core.gpf.descriptor
-
Exception Class org.esa.snap.core.gpf.descriptor.PropertyAttributeException
class PropertyAttributeException extends Exception implements Serializable
-
-
Package org.esa.snap.core.gpf.descriptor.template
-
Exception Class org.esa.snap.core.gpf.descriptor.template.TemplateException
class TemplateException extends Exception implements Serializable
-
-
Package org.esa.snap.core.gpf.graph
-
Exception Class org.esa.snap.core.gpf.graph.GraphException
class GraphException extends Exception implements Serializable
-
-
Package org.esa.snap.core.jexp
-
Exception Class org.esa.snap.core.jexp.EvalException
class EvalException extends RuntimeException implements Serializable- serialVersionUID:
- 1321063032856719846L
-
Exception Class org.esa.snap.core.jexp.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 4479172738937713857L
-
Serialized Fields
-
column
int column
The column number in the source code in which the error occurred. -
line
int line
The source code line number in which the error occurred.
-
-
-
Package org.esa.snap.core.param
-
Class org.esa.snap.core.param.ParamChangeEvent
class ParamChangeEvent extends EventObject implements Serializable -
Exception Class org.esa.snap.core.param.ParamException
class ParamException extends Exception implements Serializable-
Serialized Fields
-
_parameter
Parameter _parameter
-
-
-
Exception Class org.esa.snap.core.param.ParamFormatException
class ParamFormatException extends ParamException implements Serializable -
Exception Class org.esa.snap.core.param.ParamParseException
class ParamParseException extends ParamException implements Serializable -
Exception Class org.esa.snap.core.param.ParamValidateException
class ParamValidateException extends ParamException implements Serializable
-
-
Package org.esa.snap.core.transform
-
Class org.esa.snap.core.transform.AffineTransform2D
class AffineTransform2D extends org.geotools.referencing.operation.transform.AffineTransform2D implements Serializable-
Serialized Fields
-
inverse
AffineTransform2D inverse
-
transform
AffineTransform transform
-
-
-
-
Package org.esa.snap.core.util
-
Exception Class org.esa.snap.core.util.AssertionFailure
class AssertionFailure extends Error implements Serializable- serialVersionUID:
- 1799159745096232860L
-
-
Package org.esa.snap.core.util.math
-
Exception Class org.esa.snap.core.util.math.SingularMatrixException
class SingularMatrixException extends ArithmeticException implements Serializable- serialVersionUID:
- -6472145334613236151L
-