A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

ABOVE_BASELINE - com.bc.ceres.swing.TableLayout.Anchor
 
ABOVE_BASELINE_LEADING - com.bc.ceres.swing.TableLayout.Anchor
 
ABOVE_BASELINE_TRAILING - com.bc.ceres.swing.TableLayout.Anchor
 
AbstractBand - Class in org.esa.snap.core.datamodel
The AbstractBand class provides a set of pixel access methods but does not provide an implementation of the actual reading and writing of pixel data from or into a raster.
AbstractBand(String, int, int, int) - Constructor for class org.esa.snap.core.datamodel.AbstractBand
 
AbstractElevationModelDescriptor - Class in org.esa.snap.core.dataop.dem
The AbstractElevationModelDescriptor implements general behaviour common to all ElevationModelDescriptor
AbstractElevationModelDescriptor() - Constructor for class org.esa.snap.core.dataop.dem.AbstractElevationModelDescriptor
 
AbstractExpression - Class in com.bc.ceres.binio.expr
todo - API doc
AbstractExpression() - Constructor for class com.bc.ceres.binio.expr.AbstractExpression
 
AbstractExpressionValidator - Class in org.esa.snap.core.param.validators
Validates boolean and general expressions.
AbstractExpressionValidator() - Constructor for class org.esa.snap.core.param.validators.AbstractExpressionValidator
 
AbstractFigure - Class in com.bc.ceres.swing.figure
Base class for all Figure implementations.
AbstractFigure() - Constructor for class com.bc.ceres.swing.figure.AbstractFigure
 
AbstractFigure(FigureStyle, FigureStyle) - Constructor for class com.bc.ceres.swing.figure.AbstractFigure
 
AbstractGeoCoding - Class in org.esa.snap.core.datamodel
AbstractGeoCoding is the base class of all geo-coding implementation.
AbstractGeoCoding() - Constructor for class org.esa.snap.core.datamodel.AbstractGeoCoding
Default constructor.
AbstractGeoCoding(CoordinateReferenceSystem) - Constructor for class org.esa.snap.core.datamodel.AbstractGeoCoding
Constructor.
AbstractHandle - Class in com.bc.ceres.swing.figure
The base class for all Handle implementations.
AbstractHandle(Figure, FigureStyle, FigureStyle) - Constructor for class com.bc.ceres.swing.figure.AbstractHandle
Constructor.
AbstractInteractor - Class in com.bc.ceres.swing.figure
 
AbstractInteractor() - Constructor for class com.bc.ceres.swing.figure.AbstractInteractor
 
AbstractInteractorInterceptor - Class in com.bc.ceres.swing.figure
 
AbstractInteractorInterceptor() - Constructor for class com.bc.ceres.swing.figure.AbstractInteractorInterceptor
 
AbstractInteractorListener - Class in com.bc.ceres.swing.figure
 
AbstractInteractorListener() - Constructor for class com.bc.ceres.swing.figure.AbstractInteractorListener
 
AbstractLayerListener - Class in com.bc.ceres.glayer.support
An (empty) LayerListener implementation.
AbstractLayerListener() - Constructor for class com.bc.ceres.glayer.support.AbstractLayerListener
 
AbstractListController() - Constructor for class com.bc.ceres.swing.ListControlBar.AbstractListController
 
AbstractMaskPersistenceConverter - Class in org.esa.snap.core.datamodel
 
AbstractMaskPersistenceConverter() - Constructor for class org.esa.snap.core.datamodel.AbstractMaskPersistenceConverter
 
AbstractMatrixMosaicSubsetMultiLevelSource - Class in org.esa.snap.core.image
Created by jcoravu on 12/12/2019.
AbstractMatrixMosaicSubsetMultiLevelSource(int, MosaicMatrix, Rectangle, Dimension, AffineTransform) - Constructor for class org.esa.snap.core.image.AbstractMatrixMosaicSubsetMultiLevelSource
 
AbstractMatrixMosaicSubsetMultiLevelSource(MosaicMatrix, Rectangle, Dimension, AffineTransform) - Constructor for class org.esa.snap.core.image.AbstractMatrixMosaicSubsetMultiLevelSource
 
AbstractMatrixMosaicSubsetMultiLevelSource(MosaicMatrix, Rectangle, Dimension, GeoCoding) - Constructor for class org.esa.snap.core.image.AbstractMatrixMosaicSubsetMultiLevelSource
 
AbstractMatrixMosaicSubsetMultiLevelSource.MatrixReadBounds - Class in org.esa.snap.core.image
 
AbstractMosaicSubsetMultiLevelSource - Class in org.esa.snap.core.image
Created by jcoravu on 11/12/2019.
AbstractMosaicSubsetMultiLevelSource(int, Rectangle, Dimension, AffineTransform) - Constructor for class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
AbstractMosaicSubsetMultiLevelSource(int, Rectangle, Dimension, GeoCoding) - Constructor for class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
AbstractMosaicSubsetMultiLevelSource(Rectangle, Dimension, AffineTransform) - Constructor for class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
AbstractMosaicSubsetMultiLevelSource(Rectangle, Dimension, GeoCoding) - Constructor for class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
AbstractMultiLevelSource - Class in com.bc.ceres.glevel.support
An abstract base class for MultiLevelSource implementations.
AbstractMultiLevelSource(MultiLevelModel) - Constructor for class com.bc.ceres.glevel.support.AbstractMultiLevelSource
 
AbstractParamEditor - Class in org.esa.snap.core.param
The AbstractParamEditor acts as a base class for implementations of ParamEditor interface by providing some default method implementations and several utility methods for common editors.
AbstractParamEditor(Parameter, boolean) - Constructor for class org.esa.snap.core.param.AbstractParamEditor
Creates the object with a given parameter.
AbstractParamValidator - Class in org.esa.snap.core.param
The AbstractParamValidator acts as a base class for implementations of ParamValidator interface by providing some default method implementations and several utility methods for common validators.
AbstractParamValidator() - Constructor for class org.esa.snap.core.param.AbstractParamValidator
 
AbstractParamXEditor - Class in org.esa.snap.core.param
A AbstractParamXEditor is base class for editors which use special purpose editors for editing a parameter value.
AbstractParamXEditor(Parameter, boolean) - Constructor for class org.esa.snap.core.param.AbstractParamXEditor
Creates the object with a given parameter.
AbstractPlacemarkDescriptor - Class in org.esa.snap.core.datamodel
The base class for PlacemarkDescriptor implementations.
AbstractPlacemarkDescriptor() - Constructor for class org.esa.snap.core.datamodel.AbstractPlacemarkDescriptor
 
AbstractPointFigure - Class in com.bc.ceres.swing.figure
Base class for all PointFigure implementations.
AbstractPointFigure(FigureStyle, FigureStyle) - Constructor for class com.bc.ceres.swing.figure.AbstractPointFigure
Constructor.
AbstractProductBuilder - Class in org.esa.snap.core.dataio
 
AbstractProductBuilder(boolean) - Constructor for class org.esa.snap.core.dataio.AbstractProductBuilder
 
AbstractProductReader - Class in org.esa.snap.core.dataio
The AbstractProductReader class can be used as a base class for new product reader implementations.
AbstractProductReader(ProductReaderPlugIn) - Constructor for class org.esa.snap.core.dataio.AbstractProductReader
Constructs a new abstract product reader.
AbstractProductWriter - Class in org.esa.snap.core.dataio
The AbstractProductWriter class can be used as a base class for new product writer implementations.
AbstractProductWriter(ProductWriterPlugIn) - Constructor for class org.esa.snap.core.dataio.AbstractProductWriter
Constructs a ProductWriter.
AbstractPropertyMap - Class in org.esa.snap.core.util
Abstract implementation of the PropertyMap interface.
AbstractPropertyMap() - Constructor for class org.esa.snap.core.util.AbstractPropertyMap
 
AbstractSelection - Class in com.bc.ceres.swing.selection
A handy base class for implementations of the Selection interface.
AbstractSelection() - Constructor for class com.bc.ceres.swing.selection.AbstractSelection
 
AbstractSelectionAction - Class in com.bc.ceres.swing.actions
An abstract base class for generic actions which depend and operate on the current selection abstraction.
AbstractSelectionAction(SelectionManager, String, KeyStroke, String) - Constructor for class com.bc.ceres.swing.actions.AbstractSelectionAction
 
AbstractSelectionChangeListener - Class in com.bc.ceres.swing.selection
 
AbstractSelectionChangeListener() - Constructor for class com.bc.ceres.swing.selection.AbstractSelectionChangeListener
 
AbstractSelectionContext - Class in com.bc.ceres.swing.selection
A handy base class for implementations of the SelectionContext interface.
AbstractSelectionContext() - Constructor for class com.bc.ceres.swing.selection.AbstractSelectionContext
 
AbstractSelectionContext(Object) - Constructor for class com.bc.ceres.swing.selection.AbstractSelectionContext
 
AbstractShapeFigure - Class in com.bc.ceres.swing.figure
A figure that is based on a Java AWT shape geometry.
AbstractShapeFigure() - Constructor for class com.bc.ceres.swing.figure.AbstractShapeFigure
 
AbstractShapeFigure(Figure.Rank, FigureStyle, FigureStyle) - Constructor for class com.bc.ceres.swing.figure.AbstractShapeFigure
Constructor.
AbstractSubsetRegion - Class in org.esa.snap.core.subset
Created by jcoravu on 13/2/2020.
AbstractSubsetRegion(int) - Constructor for class org.esa.snap.core.subset.AbstractSubsetRegion
 
AbstractSubsetTileOpImage - Class in org.esa.snap.core.image
Created by jcoravu on 11/12/2019.
AbstractSubsetTileOpImage(int, int, int, int, int, ImageReadBoundsSupport, Dimension) - Constructor for class org.esa.snap.core.image.AbstractSubsetTileOpImage
 
AbstractSystemAction - Class in com.bc.ceres.swing.actions
An abstract base class for generic actions which can is executed either when AbstractSystemAction.actionPerformed(java.awt.event.ActionEvent) is called from a Swing UI, or programmatically by invoking AbstractSystemAction.execute().
AbstractSystemAction(String, KeyStroke, String) - Constructor for class com.bc.ceres.swing.actions.AbstractSystemAction
 
AbstractTermTransformer - Class in org.esa.snap.core.jexp
A basic implementation of a term transformer which recursively clones operation and function call terms.
AbstractTermTransformer() - Constructor for class org.esa.snap.core.jexp.AbstractTermTransformer
 
AbstractTransform2D - Class in org.esa.snap.core.transform
An abstract transform using org.geotools.referencing.operation.transform.AbstractMathTransform that can be used to implement MathTransform2D.
AbstractTransform2D() - Constructor for class org.esa.snap.core.transform.AbstractTransform2D
 
AbstractUndoAction - Class in com.bc.ceres.swing.actions
 
AbstractUndoAction(UndoContext, String, KeyStroke, String) - Constructor for class com.bc.ceres.swing.actions.AbstractUndoAction
 
accept(Layer) - Method in interface com.bc.ceres.glayer.LayerFilter
 
accept(Layer) - Method in class com.bc.ceres.glayer.support.filters.AndFilter
 
accept(Layer) - Method in class com.bc.ceres.glayer.support.filters.IdFilter
 
accept(Layer) - Method in class com.bc.ceres.glayer.support.filters.NameFilter
 
accept(Layer) - Method in class com.bc.ceres.glayer.support.filters.NotFilter
 
accept(Layer) - Method in class com.bc.ceres.glayer.support.filters.OrFilter
 
accept(File) - Method in class org.esa.snap.core.dataio.dimap.DimapFileFilter
 
accept(File) - Method in class org.esa.snap.core.util.io.SnapFileFilter
Tests whether or not the given file is accepted by this filter.
accept(Field) - Method in interface com.bc.ceres.binding.ClassScanner.FieldFilter
 
accept(Product) - Method in interface org.esa.snap.core.datamodel.ProductFilter
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term
Visitor support.
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Add
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.AndB
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.AndI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Assign
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Call
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Cond
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.ConstB
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.ConstD
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.ConstI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.ConstS
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Div
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.EqB
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.EqD
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.EqI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.GeD
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.GeI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.GtD
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.GtI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.LeD
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.LeI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.LtD
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.LtI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Mod
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Mul
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Neg
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.NEqB
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.NEqD
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.NEqI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.NotB
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.NotI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.OrB
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.OrI
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Ref
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.Sub
 
accept(TermVisitor<T>) - Method in class org.esa.snap.core.jexp.Term.XOrI
 
accept(T) - Method in interface org.esa.snap.core.datamodel.ProductNodeFilter
Tests whether or not the specified abstract product node should be included in a product node list.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.Band
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.DataNode
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.FlagCoding
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.IndexCoding
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.Mask
 
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.MetadataAttribute
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.MetadataElement
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.Placemark
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.Product
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.ProductNode
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.ProductNodeGroup
 
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.quicklooks.Quicklook
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.TiePointGrid
Accepts the given visitor.
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.VectorDataNode
 
acceptVisitor(ProductVisitor) - Method in class org.esa.snap.core.datamodel.VirtualBand
Accepts the given visitor.
accumulate(RasterDataNode, double, double, RasterDataNode, double, double, Mask, int, int, byte[], ProgressMonitor) - Static method in class org.esa.snap.core.datamodel.DensityPlot
Creates the data for a density plot image from two raster data nodes.
accumulate(RasterDataNode, int, RenderedImage, Shape, StxOp, ProgressMonitor) - Static method in class org.esa.snap.core.datamodel.StxFactory
 
accumulateData(UnpackedImageData, UnpackedImageData) - Method in class org.esa.snap.core.datamodel.HistogramStxOp
 
accumulateData(UnpackedImageData, UnpackedImageData) - Method in class org.esa.snap.core.datamodel.QualitativeStxOp
 
accumulateData(UnpackedImageData, UnpackedImageData) - Method in class org.esa.snap.core.datamodel.SummaryStxOp
 
ACROSS - org.esa.snap.core.dataio.geocoding.inverse.SegmentCoverage
 
ActionLabel - Class in com.bc.ceres.swing
A JLabel which fires action events when clicked.
ActionLabel() - Constructor for class com.bc.ceres.swing.ActionLabel
Constructs an ActionLabel instance.
ActionLabel(String) - Constructor for class com.bc.ceres.swing.ActionLabel
Constructs an ActionLabel instance with the specified text.
ActionLabel(String, ActionListener) - Constructor for class com.bc.ceres.swing.ActionLabel
Constructs an ActionLabel instance with the specified text and action.
actionPerformed(ActionEvent) - Method in class com.bc.ceres.swing.actions.AbstractSystemAction
Invoked when an action occurs.
activate() - Method in class com.bc.ceres.swing.figure.AbstractInteractor
 
activate() - Method in class com.bc.ceres.swing.figure.interactions.NullInteractor
 
activate() - Method in interface com.bc.ceres.swing.figure.Interactor
 
ACTIVATING - com.bc.ceres.glayer.swing.WakefulComponent.VisualState
 
Activator - Interface in com.bc.ceres.core.runtime
 
ACTIVE - com.bc.ceres.core.runtime.ModuleState
The 'active' state.
ACTIVE - com.bc.ceres.glayer.swing.WakefulComponent.VisualState
 
adapterAdded(ToolAdapterOperatorDescriptor) - Method in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterListener
 
adapterRemoved(ToolAdapterOperatorDescriptor) - Method in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterListener
 
adapterUpdated(ToolAdapterOperatorDescriptor) - Method in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterListener
 
add(int, Placemark) - Method in class org.esa.snap.core.datamodel.PlacemarkGroup
 
add(int, T) - Method in class org.esa.snap.core.datamodel.ProductNodeGroup
Adds the given node to this group.
add(int, T) - Method in class org.esa.snap.core.datamodel.ProductNodeList
Inserts a new node to this list at the given index.
add(RenderedImage, int, int, Raster) - Method in class com.bc.ceres.jai.tilecache.SwappingTileCache
Adds a tile to the cache.
add(RenderedImage, int, int, Raster) - Method in class org.esa.snap.core.image.FileTileCache
Adds a tile to the cache.
add(RenderedImage, int, int, Raster) - Method in class org.esa.snap.core.util.jai.VerboseTileCache
 
add(RenderedImage, int, int, Raster, Object) - Method in class com.bc.ceres.jai.tilecache.SwappingTileCache
Adds a tile to the cache with an associated tile compute cost.
add(RenderedImage, int, int, Raster, Object) - Method in class org.esa.snap.core.image.FileTileCache
Adds a tile to the cache with an associated compute cost
add(RenderedImage, int, int, Raster, Object) - Method in class org.esa.snap.core.util.jai.VerboseTileCache
 
add(Container) - Method in class org.esa.snap.core.dataio.persistence.Container
 
add(Property<?>) - Method in class org.esa.snap.core.dataio.persistence.Container
 
add(Placemark) - Method in class org.esa.snap.core.datamodel.PlacemarkGroup
 
add(StatusProgressMonitor) - Method in class org.esa.snap.core.dataop.downloadable.ProgressMonitorList
 
add(SimpleFeature, boolean) - Method in class org.esa.snap.core.util.ObservableFeatureCollection
 
add(T) - Method in class org.esa.snap.core.datamodel.ProductNodeGroup
Adds the given node to this group.
add(T) - Method in class org.esa.snap.core.datamodel.ProductNodeList
Adds a new node to this list.
Add(int, Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.Add
 
Add(Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.Add
 
ADD - org.esa.snap.core.dataop.downloadable.ProgressMonitorList.Notification
 
addActionListener(ActionListener) - Method in class com.bc.ceres.swing.ActionLabel
 
addAll(Collection<? extends SimpleFeature>) - Method in class org.esa.snap.core.util.ObservableFeatureCollection
 
addAll(FeatureCollection<?, ?>) - Method in class org.esa.snap.core.util.ObservableFeatureCollection
 
addAncillaryElements(Container, RasterDataNode) - Static method in class org.esa.snap.core.datamodel.RasterDataNodePersistenceHelper
 
addAncillaryElements(Element, RasterDataNode) - Method in class org.esa.snap.core.dataio.dimap.spi.RasterDataNodePersistable
 
addAncillaryVariable(RasterDataNode, String...) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Adds an associated ancillary variable and sets its relation names.
addArrays(int[], int[]) - Static method in class org.esa.snap.core.util.ArrayUtils
Gives a new int array who contains both, all ints form all the given arrays.
addArrays(String[], String[]) - Static method in class org.esa.snap.core.util.StringUtils
Returns a string array which is a concatenation of the two given string arrays.
addAttribString(String, String, MetadataElement) - Static method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
addAttribute(String, String) - Method in class com.bc.ceres.binding.dom.XStreamDomElementWriter
 
addAttribute(MetadataAttribute) - Method in class org.esa.snap.core.datamodel.MetadataElement
Adds an attribute to this node.
addAttribute(MetadataAttribute) - Method in class org.esa.snap.core.datamodel.SampleCoding
Adds an attribute to this node.
addAttributeChangeListener(PropertyChangeListener) - Method in class com.bc.ceres.binding.PropertyDescriptor
 
addBand(String, int) - Method in class org.esa.snap.core.datamodel.Product
Creates a new band with the given name and data type and adds it to this product and returns it.
addBand(String, int) - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
addBand(String, int, double) - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
addBand(String, String) - Method in class org.esa.snap.core.datamodel.Product
Creates a new band with the given name and adds it to this product and returns it.
addBand(String, String) - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
addBand(String, String, double) - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
addBand(String, String, int) - Method in class org.esa.snap.core.datamodel.Product
Creates a new band with the given name and data type and adds it to this product and returns it.
addBand(Band) - Method in class org.esa.snap.core.datamodel.Product
Adds the given band to this product.
addBandName(String) - Method in class org.esa.snap.core.metadata.MetadataInspector.Metadata
 
addBandsToProduct(Product) - Method in class org.esa.snap.core.dataio.ProductSubsetBuilder
 
addCell(MosaicMatrix.MatrixCell) - Method in class org.esa.snap.core.image.MosaicMatrix
 
addChangeListener(LayerCanvasModel.ChangeListener) - Method in class com.bc.ceres.glayer.swing.DefaultLayerCanvasModel
 
addChangeListener(LayerCanvasModel.ChangeListener) - Method in interface com.bc.ceres.glayer.swing.LayerCanvasModel
 
addChangeListener(FigureChangeListener) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
addChangeListener(FigureChangeListener) - Method in interface com.bc.ceres.swing.figure.Figure
Adds a new change listener to this figure.
addChild(DomElement) - Method in class com.bc.ceres.binding.dom.DefaultDomElement
 
addChild(DomElement) - Method in interface com.bc.ceres.binding.dom.DomElement
 
addChild(DomElement) - Method in class com.bc.ceres.binding.dom.XppDomElement
 
addChild(KmlFeature) - Method in class org.esa.snap.core.util.kmz.KmlContainer
 
addChild(TreeNode<T>) - Method in class org.esa.snap.core.util.TreeNode
 
addComponent(int, TableLayout, JPanel, BindingContext, PropertyEditorRegistry, PropertyDescriptor) - Static method in class com.bc.ceres.swing.binding.PropertyPane
 
addComponent(JComponent) - Method in interface com.bc.ceres.swing.binding.Binding
Adds a secondary Swing component to this binding, e.g.
addConstant(String, Number) - Method in class com.bc.ceres.jai.opimage.ExpressionEnv
 
addDataRow(JComponent...) - Method in class com.bc.ceres.swing.Grid
 
addDescriptor(ElevationModelDescriptor) - Method in class org.esa.snap.core.dataop.dem.ElevationModelRegistry
 
addDirtyRegion(JComponent, int, int, int, int) - Method in class com.bc.ceres.swing.debug.CheckThreadViolationRepaintManager
 
addDownsamplerSpi(String, DownsamplerSpi) - Method in interface org.esa.snap.core.gpf.common.resample.DownsamplerSpiRegistry
Adds the given downsamplerSpi to this registry.
addDownsamplerSpi(String, DownsamplerSpi) - Method in class org.esa.snap.core.gpf.common.resample.DownsamplerSpiRegistryImpl
Adds the given downsamplerSpi to this registry.
addDownsamplerSpi(DownsamplerSpi) - Method in interface org.esa.snap.core.gpf.common.resample.DownsamplerSpiRegistry
Adds the given downsamplerSpi to this registry.
addDownsamplerSpi(DownsamplerSpi) - Method in class org.esa.snap.core.gpf.common.resample.DownsamplerSpiRegistryImpl
Adds the given operatorSpi to this registry.
ADDED - org.esa.snap.core.util.ObservableFeatureCollection.EVENT_TYPE
 
addElement(MetadataElement) - Method in class org.esa.snap.core.datamodel.MetadataElement
Adds the given element to this element.
addElement(MetadataElement) - Method in class org.esa.snap.core.datamodel.SampleCoding
Overrides the base class addElement in order to not add an element to this flag coding because flag codings do not support inner elements.
addElementAt(MetadataElement, int) - Method in class org.esa.snap.core.datamodel.MetadataElement
Adds the given element to this element at index.
addElementToHistory(Product, MetadataElement) - Static method in class org.esa.snap.core.util.ProductUtils
Adds a given elem to the history of the given product.
addExtender(DimapProductReader.ReaderExtender) - Method in class org.esa.snap.core.dataio.dimap.DimapProductReader
 
addExtender(DimapProductWriter.WriterExtender) - Method in class org.esa.snap.core.dataio.dimap.DimapProductWriter
 
addFactory(PointingFactory) - Method in class org.esa.snap.core.datamodel.PointingFactoryRegistry
 
addFigure(int, Figure) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
addFigure(int, Figure) - Method in interface com.bc.ceres.swing.figure.Figure
Adds a child figure at the given index to this figure.
addFigure(Figure) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
addFigure(Figure) - Method in interface com.bc.ceres.swing.figure.Figure
Adds a child figure to this figure.
addFigureImpl(int, Figure) - Method in class com.bc.ceres.swing.figure.AbstractFigure
The default implementation throws an [@code IllegalStateException}.
addFigureImpl(int, Figure) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
addFigureImpl(int, Figure) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureSelection
 
addFigureImpl(Figure) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
addFigureImpl(Figure) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
addFigures(Figure...) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
addFigures(Figure...) - Method in interface com.bc.ceres.swing.figure.Figure
Adds a child figure at the given index to this figure.
addFiguresImpl(Figure[]) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
addFiguresImpl(Figure[]) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureSelection
 
addFlag(String, int, int, String) - Method in class org.esa.snap.core.datamodel.FlagCoding
Adds a new flag definition to this flags coding.
addFlag(String, int, String) - Method in class org.esa.snap.core.datamodel.FlagCoding
Adds a new flag definition to this flags coding.
addFlagCodingsToProduct(Product) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
addGeoAscii(int, String) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
addGeoCodingToProduct(Product) - Method in class org.esa.snap.core.dataio.ProductSubsetBuilder
 
addGeoDoubleParam(int, double) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
addGeoDoubleParams(int, double[]) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
addGeoShortParam(int, int) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
addGravitationalModel(int, float[]) - Method in class org.esa.snap.core.dataop.dem.BaseElevationTile
 
addImageToModelTransformElement(Container, RasterDataNode) - Static method in class org.esa.snap.core.datamodel.RasterDataNodePersistenceHelper
 
addImageToModelTransformElement(Element, RasterDataNode) - Method in class org.esa.snap.core.dataio.dimap.spi.RasterDataNodePersistable
 
addImpl(Component, Object, int) - Method in class com.bc.ceres.glayer.swing.AdjustableViewScrollPane
 
addImpl(Component, Object, int) - Method in class com.bc.ceres.glayer.swing.WakefulComponent
 
addIndex(String, int, String) - Method in class org.esa.snap.core.datamodel.IndexCoding
Adds a new index definition to this flags coding.
addIndexCodingsToProduct(Product) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
addInvalidComponent(JComponent) - Method in class com.bc.ceres.swing.debug.CheckThreadViolationRepaintManager
 
addLayoutComponent(Component, Object) - Method in class com.bc.ceres.swing.TableLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class com.bc.ceres.swing.TableLayout
Has no effect, since this layout manager does not use a per-component string.
addListener(ServiceRegistryListener<T>) - Method in class com.bc.ceres.core.DefaultServiceRegistry
Adds a new registry listener.
addListener(ServiceRegistryListener<T>) - Method in interface com.bc.ceres.core.ServiceRegistry
Adds a new registry listener.
addListener(LayerListener) - Method in class com.bc.ceres.glayer.Layer
Adds a change listener to this layer.
addListener(ViewportListener) - Method in class com.bc.ceres.grender.support.DefaultViewport
 
addListener(ViewportListener) - Method in interface com.bc.ceres.grender.Viewport
Adds a change listener to this viewport.
addListener(InteractorListener) - Method in class com.bc.ceres.swing.figure.AbstractInteractor
 
addListener(InteractorListener) - Method in class com.bc.ceres.swing.figure.interactions.NullInteractor
 
addListener(InteractorListener) - Method in interface com.bc.ceres.swing.figure.Interactor
 
addListener(GridSelectionModel.Listener) - Method in class com.bc.ceres.swing.Grid.DefaultGridSelectionModel
 
addListener(GridSelectionModel.Listener) - Method in interface com.bc.ceres.swing.GridSelectionModel
 
addListener(ProductManager.Listener) - Method in class org.esa.snap.core.datamodel.ProductManager
Adds a ProductManagerListener to this product manager.
addListener(Thumbnail.ThumbnailListener) - Method in interface org.esa.snap.core.datamodel.quicklooks.Thumbnail
 
addListener(ProgressMonitorList.Listener) - Method in class org.esa.snap.core.dataop.downloadable.ProgressMonitorList
 
addListener(StatusProgressMonitor.Listener) - Method in class org.esa.snap.core.dataop.downloadable.StatusProgressMonitor
 
addListener(ToolAdapterListener) - Method in enum org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterRegistry
 
addListener(ObservableFeatureCollection.Listener) - Method in class org.esa.snap.core.util.ObservableFeatureCollection
 
addLookupReference(LookupReference) - Static method in class org.esa.snap.core.gpf.descriptor.SystemVariable
 
addLookupReference(LookupWithDefaultReference) - Static method in class org.esa.snap.core.gpf.descriptor.SystemVariable
 
addMask(String, String, int) - Method in class com.bc.ceres.jai.opimage.ExpressionEnv
 
addMask(String, String, String, Color, double) - Method in class org.esa.snap.core.datamodel.Product
Creates a new mask using a band arithmetic expression and adds it to this product and returns it.
addMask(String, Mask.ImageType) - Method in class org.esa.snap.core.datamodel.Product
Creates a new mask with the given name and image type and adds it to this product and returns it.
addMask(String, VectorDataNode, String, Color, double) - Method in class org.esa.snap.core.datamodel.Product
Creates a new mask based on the geometries contained in a vector data node, adds it to this product and returns it.
addMask(String, VectorDataNode, String, Color, double, RasterDataNode) - Method in class org.esa.snap.core.datamodel.Product
Creates a new mask based on the geometries contained in a vector data node, adds it to this product and returns it.
addMask(Mask) - Method in class org.esa.snap.core.datamodel.Product
Adds the given mask to this product.
addMaskName(String) - Method in class org.esa.snap.core.metadata.MetadataInspector.Metadata
 
addMetadataToProduct(Product) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
addMetadataToProduct(Product) - Method in class org.esa.snap.core.gpf.common.support.ProductFlipperExt
 
addModelTiePoint(double, double, double, double) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
addModelTiePoint(double, double, double, double, double, double) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
addNode(Node) - Method in class org.esa.snap.core.gpf.graph.Graph
Adds a Node to the graph
addNodeName(String) - Method in class org.esa.snap.core.dataio.ProductSubsetDef
Adds a new product node name to this subset.
addNodeNames(String[]) - Method in class org.esa.snap.core.dataio.ProductSubsetDef
Adds the given product node names to this subset.
addNodeNames(Set<String>) - Method in class org.esa.snap.core.dataio.ProductSubsetDef
Adds the given product node names to this subset.
addObserver(GraphProcessingObserver) - Method in class org.esa.snap.core.gpf.graph.GraphProcessor
Adds an observer to this graph popcessor.
addOperatorSpi(String, OperatorSpi) - Method in interface org.esa.snap.core.gpf.OperatorSpiRegistry
Adds the given operatorSpi to this registry.
addOperatorSpi(OperatorSpi) - Method in interface org.esa.snap.core.gpf.OperatorSpiRegistry
Adds the given operatorSpi to this registry.
addOverlay(LayerCanvas.Overlay) - Method in class com.bc.ceres.glayer.swing.LayerCanvas
Adds an overlay to the canvas.
addPackageQualifier(String) - Method in class com.bc.ceres.binding.converters.ClassConverter
 
addParamChangeListener(ParamChangeListener) - Method in class org.esa.snap.core.param.Parameter
Deprecated.
Adds a parameter change listener to this parameter.
addParamChangeListener(ParamChangeListener) - Method in class org.esa.snap.core.param.ParamGroup
Adds a parameter change listener to all parameters in this group.
addParameter(Parameter) - Method in class org.esa.snap.core.param.ParamGroup
Adds the given parameter to this group.
addParameterDescriptor(ToolParameterDescriptor) - Method in class org.esa.snap.core.gpf.descriptor.TemplateParameterDescriptor
Adds a parameter descriptor to this template parameter
addPersistableSpi(DimapPersistableSpi) - Method in class org.esa.snap.core.dataio.dimap.spi.DimapPersistableSpiRegistry
Deprecated.
 
addPersistenceSpi(PersistenceSpi) - Method in class org.esa.snap.core.dataio.persistence.PersistenceSpiRegistry
 
addPoint(ColorPaletteDef.Point) - Method in class org.esa.snap.core.datamodel.ColorPaletteDef
 
addProblemListener(BindingProblemListener) - Method in class com.bc.ceres.swing.binding.BindingContext
Adds a problem listener to this context.
addProduct(Product) - Method in class org.esa.snap.core.datamodel.ProductManager
Adds the given product to this product manager if it does not already exists and sets it's reference number one biger than the greatest reference number in this product manager.
addProductNodeListener(ProductNodeListener) - Method in class org.esa.snap.core.datamodel.Product
Adds a ProductNodeListener to this product.
addProfile(RGBImageProfile) - Method in class org.esa.snap.core.datamodel.RGBImageProfileManager
 
addProgressListener(ProgressListener) - Method in class org.esa.snap.core.datamodel.ProgressListenerList
 
addProperties(Property...) - Method in class com.bc.ceres.binding.PropertyContainer
 
addProperties(Property...) - Method in interface com.bc.ceres.binding.PropertySet
Adds the given properties to this set.
addProperty(Property) - Method in class com.bc.ceres.binding.PropertyContainer
 
addProperty(Property) - Method in interface com.bc.ceres.binding.PropertySet
Adds a property to this set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bc.ceres.binding.Property
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.bc.ceres.binding.PropertyChangeEmitter
Adds a property change listener to this emitter.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bc.ceres.binding.PropertyContainer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bc.ceres.swing.binding.BindingContext
addPropertyChangeListener(PropertyChangeListener) - Method in class org.esa.snap.core.param.ParamProperties
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.esa.snap.core.util.DefaultPropertyMap
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.esa.snap.core.util.PreferencesPropertyMap
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.esa.snap.core.util.PropertyMap
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.bc.ceres.binding.PropertyChangeEmitter
Adds a dedicated property change listener to this emitter.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.bc.ceres.binding.PropertyContainer
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.bc.ceres.swing.binding.BindingContext
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.esa.snap.core.util.DefaultPropertyMap
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.esa.snap.core.util.PreferencesPropertyMap
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.esa.snap.core.util.PropertyMap
 
addPropertyDescriptor(PropertyDescriptor) - Method in class com.bc.ceres.binding.DefaultPropertySetDescriptor
 
addQuickLookId(File) - Method in class org.esa.snap.core.datamodel.quicklooks.QuicklookDB
 
addReaderExtender(DimapProductReader.ReaderExtender) - Method in class org.esa.snap.core.dataio.dimap.DimapProductReaderPlugIn
 
addReaderPlugIn(ProductReaderPlugIn) - Method in class org.esa.snap.core.dataio.ProductIOPlugInManager
Registers the specified reader plug-in by adding it to this manager.
addResamplingPreset(ResamplingPreset) - Method in class org.esa.snap.core.gpf.common.resample.ResamplingPresetManager
 
addRow() - Method in class com.bc.ceres.swing.ListControlBar
 
addRow(int) - Method in interface com.bc.ceres.swing.ListControlBar.ListController
 
addSample(String, int, String) - Method in class org.esa.snap.core.datamodel.SampleCoding
Adds a new coding value to this sample coding.
addSamples(String, int[], String) - Method in class org.esa.snap.core.datamodel.SampleCoding
Adds a new coding value to this sample coding.
addSearchPath(Path) - Method in class org.esa.snap.core.util.ServiceFinder
Adds a search (directory) path.
addSearchPaths(Path...) - Method in class org.esa.snap.core.util.ServiceFinder
Adds search (directory) paths.
addSearchPathsFromPreferences(String) - Method in class org.esa.snap.core.util.ServiceFinder
Adds search paths from user preferences.
addSearchPathsFromPreferences(String, String) - Method in class org.esa.snap.core.util.ServiceFinder
Adds search paths from user preferences.
addSegment(int, double[]) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
addSegment(int, double[]) - Method in class com.bc.ceres.swing.figure.AbstractShapeFigure
 
addSegment(int, double[]) - Method in interface com.bc.ceres.swing.figure.Figure
Adds the segment at the given vertex index.
addSelectedRowIndex(int) - Method in class com.bc.ceres.swing.Grid.DefaultGridSelectionModel
 
addSelectedRowIndex(int) - Method in interface com.bc.ceres.swing.GridSelectionModel
 
addSelectionChangeListener(SelectionChangeListener) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureEditor
 
addSelectionChangeListener(SelectionChangeListener) - Method in class com.bc.ceres.swing.figure.support.FigureSelectionContext
 
addSelectionChangeListener(SelectionChangeListener) - Method in class com.bc.ceres.swing.selection.AbstractSelectionContext
 
addSelectionChangeListener(SelectionChangeListener) - Method in interface com.bc.ceres.swing.selection.SelectionChangeEmitter
Adds a selection change listener to this emitter.
addSelectionChangeListener(SelectionChangeListener) - Method in class com.bc.ceres.swing.selection.support.DefaultSelectionManager
 
addSelectionChangeListener(SelectionChangeListener) - Method in class com.bc.ceres.swing.selection.support.SelectionChangeSupport
 
addSelectionListener(NavControl2.SelectionListener) - Method in class com.bc.ceres.glayer.swing.NavControl2
 
addService(T) - Method in class com.bc.ceres.core.DefaultServiceRegistry
Adds a new service to this registry.
addService(T) - Method in interface com.bc.ceres.core.ServiceRegistry
Adds a new service to this registry.
addSource(NodeSource) - Method in class org.esa.snap.core.gpf.graph.Node
 
addSource(NodeSource) - Method in class org.esa.snap.core.gpf.graph.SourceList
Adds a NodeSource to this list.
addSourceImage(String, RenderedImage) - Method in class com.bc.ceres.jai.opimage.ExpressionEnv
 
addSourceProduct(String, Product) - Method in class org.esa.snap.core.gpf.graph.NodeContext
 
addTiePointGrid(TiePointGrid) - Method in class org.esa.snap.core.datamodel.Product
Adds the given tie-point grid to this product.
addTiePointGridsToProduct(Product) - Method in class org.esa.snap.core.dataio.ProductSubsetBuilder
 
addTiles(RenderedImage, Point[], Raster[], Object) - Method in class com.bc.ceres.jai.tilecache.SwappingTileCache
Adds an array of tiles to the tile cache.
addTiles(RenderedImage, Point[], Raster[], Object) - Method in class org.esa.snap.core.image.FileTileCache
Adds an array of tiles to the tile cache.
addTiles(RenderedImage, Point[], Raster[], Object) - Method in class org.esa.snap.core.util.jai.VerboseTileCache
 
addToArray(int[], int) - Static method in class org.esa.snap.core.util.ArrayUtils
Gives a new int array who contains both, all ints form the given array and the given new value.
addToArray(String[], String) - Static method in class org.esa.snap.core.util.StringUtils
Gives a new StringArray who contains both, all Strings form the given Array and the given String.
addTypeDef(String, Type) - Method in class com.bc.ceres.binio.DataFormat
 
addUndoableEditListener(UndoableEditListener) - Method in class com.bc.ceres.swing.undo.support.DefaultUndoContext
 
addUndoableEditListener(UndoableEditListener) - Method in interface com.bc.ceres.swing.undo.UndoContext
Adds an undoable edit listener.
addUpsamplerSpi(String, UpsamplerSpi) - Method in interface org.esa.snap.core.gpf.common.resample.UpsamplerSpiRegistry
Adds the given upsamplerSpi to this registry.
addUpsamplerSpi(String, UpsamplerSpi) - Method in class org.esa.snap.core.gpf.common.resample.UpsamplerSpiRegistryImpl
Adds the given upsamplerSpi to this registry.
addUpsamplerSpi(UpsamplerSpi) - Method in interface org.esa.snap.core.gpf.common.resample.UpsamplerSpiRegistry
Adds the given upsamplerSpi to this registry.
addUpsamplerSpi(UpsamplerSpi) - Method in class org.esa.snap.core.gpf.common.resample.UpsamplerSpiRegistryImpl
Adds the given operatorSpi to this registry.
addValidator(Validator) - Method in class com.bc.ceres.binding.validators.MultiValidator
 
addVariable(SystemVariable) - Method in class org.esa.snap.core.gpf.descriptor.ToolAdapterOperatorDescriptor
Adds a user-defined system variable
addWriterExtender(DimapProductWriter.WriterExtender) - Method in class org.esa.snap.core.dataio.dimap.DimapProductWriterPlugIn
 
addWriterPlugIn(ProductWriterPlugIn) - Method in class org.esa.snap.core.dataio.ProductIOPlugInManager
Registers the specified writer plug-in by adding it to this manager.
AdjustableView - Interface in com.bc.ceres.grender
JComponents implementing this interface are views which can be adjusted using the AdjustableViewScrollPane.
AdjustableViewScrollPane - Class in com.bc.ceres.glayer.swing
A ViewPane is an alternative to JScrollPane when you need to scroll an infinite area given in floating-point coordinates.
AdjustableViewScrollPane() - Constructor for class com.bc.ceres.glayer.swing.AdjustableViewScrollPane
Constructs a new view pane with an empty view component.
AdjustableViewScrollPane(JComponent) - Constructor for class com.bc.ceres.glayer.swing.AdjustableViewScrollPane
Constructs a new view pane with the given view viewComponent
adjustComponents() - Method in interface com.bc.ceres.swing.binding.Binding
Adjusts the Swing components in reaction to a bound property change event in the associated PropertyContainer.
adjustComponents() - Method in class com.bc.ceres.swing.binding.BindingContext
Adjusts all associated GUI components so that they reflect the values of the associated value container.
adjustComponents() - Method in class com.bc.ceres.swing.binding.ComponentAdapter
Called by the framework either if a binding is established by calling BindingContext.bind(String, ComponentAdapter), if BindingContext.adjustComponents() is called, or if a property-change event occurs in the associated PropertyContainer of the BindingContext.
adjustHeaderRowSelector(AbstractButton, int) - Method in class com.bc.ceres.swing.Grid
 
AEAC(double[]) - Constructor for class org.esa.snap.core.dataop.maptransf.AlbersEqualAreaConicDescriptor.AEAC
Deprecated.
Constructs the MapTransform with given parameter set.
AffineTransform2D - Class in org.esa.snap.core.transform
A wrapper class for an affine transform where a MathTransform2D is required.
AffineTransform2D(double, double, double, double, double, double) - Constructor for class org.esa.snap.core.transform.AffineTransform2D
Constructs a new AffineTransform2D from 6 values representing the 6 specifiable entries of the 3×3 transformation matrix.
AffineTransform2D(AffineTransform) - Constructor for class org.esa.snap.core.transform.AffineTransform2D
Constructs a new affine transform with the same coefficient than the specified transform.
AffineTransformConverter - Class in com.bc.ceres.binding.converters
 
AffineTransformConverter() - Constructor for class com.bc.ceres.binding.converters.AffineTransformConverter
 
AffineTransformDescriptor - Class in org.esa.snap.core.dataop.maptransf
Deprecated.
since BEAM 4.7, use geotools ProjectiveTransform.ProviderAffine instead.
AffineTransformDescriptor() - Constructor for class org.esa.snap.core.dataop.maptransf.AffineTransformDescriptor
Deprecated.
 
aggregate(int, int, int, int, int, double, double, double, double, int) - Method in interface org.esa.snap.core.gpf.common.resample.Aggregator
 
aggregate(Object, boolean, IndexValidator, ProgressMonitor) - Method in class org.esa.snap.core.util.math.Histogram
 
aggregate(Object, boolean, IndexValidator, ProgressMonitor) - Method in class org.esa.snap.core.util.math.Range
 
AggregationType - Enum in org.esa.snap.core.gpf.common.resample
 
Aggregator - Interface in org.esa.snap.core.gpf.common.resample
 
AggregatorFactory - Class in org.esa.snap.core.gpf.common.resample
 
AggregatorFactory() - Constructor for class org.esa.snap.core.gpf.common.resample.AggregatorFactory
 
AlbersEqualAreaConicDescriptor - Class in org.esa.snap.core.dataop.maptransf
Deprecated.
since BEAM 4.7, use geotools AlbersEqualArea.Provider instead.
AlbersEqualAreaConicDescriptor() - Constructor for class org.esa.snap.core.dataop.maptransf.AlbersEqualAreaConicDescriptor
Deprecated.
 
AlbersEqualAreaConicDescriptor.AEAC - Class in org.esa.snap.core.dataop.maptransf
Deprecated.
since BEAM 4.7, use geotools MapProjection instead.
alias() - Method in annotation type org.esa.snap.core.gpf.annotations.OperatorMetadata
 
alias() - Method in annotation type org.esa.snap.core.gpf.annotations.Parameter
 
alias() - Method in annotation type org.esa.snap.core.gpf.annotations.SourceProduct
 
alias() - Method in annotation type org.esa.snap.core.gpf.annotations.SourceProducts
 
alias() - Method in annotation type org.esa.snap.core.gpf.annotations.TargetProperty
 
ALIAS - Static variable in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterConstants
 
aliasNames() - Method in annotation type com.bc.ceres.glayer.annotations.LayerTypeMetadata
 
all - org.esa.snap.core.gpf.descriptor.OSFamily
 
ALL - Static variable in interface com.bc.ceres.binding.ClassScanner.FieldFilter
 
ALL - Static variable in interface org.esa.snap.core.datamodel.ProductFilter
A filter that accepts all products (does not filter at all).
allGridsAlignAtUpperLeftPixel(Product) - Static method in class org.esa.snap.core.gpf.common.resample.ResampleUtils
 
ALONG - org.esa.snap.core.dataio.geocoding.inverse.SegmentCoverage
 
ALPHA_BAND_NAME - Static variable in class org.esa.snap.core.datamodel.RGBImageProfile
The default name for the band providing input for the alpha image channel.
alterMapTransform(Ellipsoid) - Method in class org.esa.snap.core.dataop.maptransf.MapProjection
Deprecated.
Alters the underlying map transformation by changing the values of the transform parameters named "semi_major" and "semi_minor" (if any) to the ones of the supplied ellipsoid.
AndB(Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.AndB
 
AndFilter - Class in com.bc.ceres.glayer.support.filters
 
AndFilter(LayerFilter, LayerFilter) - Constructor for class com.bc.ceres.glayer.support.filters.AndFilter
 
AndI(Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.AndI
 
Angular_Arc_Minute - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Angular_Arc_Second - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Angular_Degree - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Angular_DMS - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Angular_DMS_Hemisphere - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Angular_Gon - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Angular_Grad - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Angular_Radian - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
AngularDirection - Class in org.esa.snap.core.datamodel
 
AngularDirection() - Constructor for class org.esa.snap.core.datamodel.AngularDirection
 
AngularDirection(double, double) - Constructor for class org.esa.snap.core.datamodel.AngularDirection
 
annotatedClasses - Static variable in class org.esa.snap.core.gpf.descriptor.ToolAdapterOperatorDescriptor
 
AnnotationOperatorDescriptor - Class in org.esa.snap.core.gpf.descriptor
A OperatorDescriptor implementation for the OperatorMetadata annotation.
AnnotationOperatorDescriptor(Class<? extends Operator>, OperatorMetadata) - Constructor for class org.esa.snap.core.gpf.descriptor.AnnotationOperatorDescriptor
 
AnnotationOperatorDescriptorBody - Class in org.esa.snap.core.gpf.descriptor
Implementation helper class.
AnnotationOperatorDescriptorBody(Class<? extends Operator>) - Constructor for class org.esa.snap.core.gpf.descriptor.AnnotationOperatorDescriptorBody
 
AnnotationParameterDescriptor - Class in org.esa.snap.core.gpf.descriptor
A ParameterDescriptor implementation for the Parameter annotation.
AnnotationParameterDescriptor(String, Class<?>, boolean, Parameter) - Constructor for class org.esa.snap.core.gpf.descriptor.AnnotationParameterDescriptor
 
AnnotationSourceProductDescriptor - Class in org.esa.snap.core.gpf.descriptor
A SourceProductDescriptor implementation for the SourceProduct annotation.
AnnotationSourceProductDescriptor(String, SourceProduct) - Constructor for class org.esa.snap.core.gpf.descriptor.AnnotationSourceProductDescriptor
 
AnnotationSourceProductsDescriptor - Class in org.esa.snap.core.gpf.descriptor
A SourceProductsDescriptor implementation for the SourceProducts annotation.
AnnotationSourceProductsDescriptor(String, SourceProducts) - Constructor for class org.esa.snap.core.gpf.descriptor.AnnotationSourceProductsDescriptor
 
AnnotationTargetProductDescriptor - Class in org.esa.snap.core.gpf.descriptor
A TargetProductDescriptor implementation for the TargetProduct annotation.
AnnotationTargetProductDescriptor(String, TargetProduct) - Constructor for class org.esa.snap.core.gpf.descriptor.AnnotationTargetProductDescriptor
 
AnnotationTargetPropertyDescriptor - Class in org.esa.snap.core.gpf.descriptor
A TargetPropertyDescriptor implementation for the TargetProperty annotation.
AnnotationTargetPropertyDescriptor(String, Class<?>, TargetProperty) - Constructor for class org.esa.snap.core.gpf.descriptor.AnnotationTargetPropertyDescriptor
 
ANTI_MERIDIAN - org.esa.snap.core.util.DummyProductBuilder.GP
Anti-meridian crossing / dateline.
ANTIMERIDIAN - org.esa.snap.core.dataio.geocoding.GeoChecks
 
appendCFunctionCodeBody(String, String, String, StringBuffer) - Method in class org.esa.snap.core.util.math.FXYSum
 
appendCFunctionCodeEnd(String, String, String, StringBuffer) - Method in class org.esa.snap.core.util.math.FXYSum
 
appendCFunctionCodePart(StringBuffer, String, String, String) - Method in class org.esa.snap.core.util.math.FXYSum
 
appendCFunctionCodeStart(String, String, String, StringBuffer) - Method in class org.esa.snap.core.util.math.FXYSum
 
apply() - Method in interface com.bc.ceres.swing.binding.Enablement
 
apply(String) - Method in interface org.esa.snap.core.gpf.operators.tooladapter.LookupWithDefaultReference
 
apply(String, String) - Method in interface org.esa.snap.core.gpf.operators.tooladapter.LookupWithDefaultReference
 
apply(Term) - Method in interface org.esa.snap.core.jexp.TermTransformer
Applies the transformer to the given term and returns the transformed term.
applyGeodeticCorrection(GeoPos, double, double, double) - Static method in class org.esa.snap.core.util.math.RsMathUtils
Applies a geodetic correction to the given geographical coordinate.
approximate(double[][], int[]) - Method in class org.esa.snap.core.util.math.FXYSum
Approximates the given data points x,y,z by this sum of function terms so that z ~ sum(c[i] * f[i](x,y), i=0, n-1).
approximateFX(double[][], int[], FX[], double[]) - Static method in class org.esa.snap.core.util.math.Approximator
Solves a linear equation system with each term having the form c * f(x).
approximateFXY(double[][], int[], FXY[], double[]) - Static method in class org.esa.snap.core.util.math.Approximator
Solves a linear equation system with each term having the form c * f(x,y).
Approximation - Class in org.esa.snap.core.dataio.geocoding.util
 
Approximation(FXYSum, FXYSum, double, double, double) - Constructor for class org.esa.snap.core.dataio.geocoding.util.Approximation
 
Approximation(FXYSum, FXYSum, double, double, double) - Constructor for class org.esa.snap.core.datamodel.TiePointGeoCoding.Approximation
Deprecated.
 
Approximator - Class in org.esa.snap.core.util.math
A utility class which can be used to find approximation functions for a given dataset.
Approximator() - Constructor for class org.esa.snap.core.util.math.Approximator
 
AREA - com.bc.ceres.swing.figure.Figure.Rank
Figure rank is a 2-dimensional area.
AreaCalculator - Class in org.esa.snap.core.util
Calculates the size of an specified area in square meter.
AreaCalculator(GeoCoding) - Constructor for class org.esa.snap.core.util.AreaCalculator
Initialise the calculator with an GeoCoding.
areaToSubPaths(Area, double) - Static method in class org.esa.snap.core.util.GeoUtils
Turns an area into one or multiple paths.
areEntriesUnique(String[]) - Static method in class org.esa.snap.core.util.StringUtils
Retrieves whether the entries in the string array are unique - or not.
areRastersEqualInSize(int, int, RasterDataNode...) - Static method in class org.esa.snap.core.util.ProductUtils
This method checks whether the given rasters all have the same given width and height.
areRastersEqualInSize(Product[], int, String...) - Static method in class org.esa.snap.core.dataop.barithm.BandArithmetic
Determines whether all rasters which are referenced in the given expressions are compatible.
areRastersEqualInSize(Product, String...) - Static method in class org.esa.snap.core.dataop.barithm.BandArithmetic
Determines whether all rasters which are referenced in the given expressions are compatible.
areRastersEqualInSize(Product, String...) - Static method in class org.esa.snap.core.util.ProductUtils
This method checks whether the rasters given by their names all have the same width and height.
areRastersEqualInSize(RasterDataNode...) - Static method in class org.esa.snap.core.util.ProductUtils
This method checks whether the given rasters all have the same width and height.
areRastersEqualInSize(Term) - Static method in class org.esa.snap.core.dataop.barithm.BandArithmetic
Determines whether all rasters which are referenced in a term are compatible.
areValid(GeoPos[]) - Static method in class org.esa.snap.core.datamodel.GeoPos
Tests whether or not all given geo-positions are valid.
arg - Variable in class org.esa.snap.core.jexp.Term.Unary
 
arg1 - Variable in class org.esa.snap.core.jexp.Term.Binary
 
arg1 - Variable in class org.esa.snap.core.jexp.Term.Cond
 
arg2 - Variable in class org.esa.snap.core.jexp.Term.Binary
 
arg2 - Variable in class org.esa.snap.core.jexp.Term.Cond
 
arg3 - Variable in class org.esa.snap.core.jexp.Term.Cond
 
args - Variable in class org.esa.snap.core.jexp.Term.Call
 
args - Variable in class org.esa.snap.core.jexp.Term.Op
 
argument(boolean) - Static method in class com.bc.ceres.core.Assert
Asserts that an argument is legal.
argument(boolean, String) - Static method in class com.bc.ceres.core.Assert
Asserts that an argument is legal.
Array - Interface in org.esa.snap.core.util.math
Interface for wrapping primitive arrays.
Array.Double - Class in org.esa.snap.core.util.math
Class for wrapping double primitive arrays.
Array.Float - Class in org.esa.snap.core.util.math
Class for wrapping float primitive arrays.
ArrayConverter - Class in com.bc.ceres.binding.converters
 
ArrayConverter(Class<?>, Converter) - Constructor for class com.bc.ceres.binding.converters.ArrayConverter
 
arrayToCsv(Object) - Static method in class org.esa.snap.core.util.StringUtils
Gets a comma separate value string for the given array object.
arrayToString(Object, String) - Static method in class org.esa.snap.core.util.StringUtils
Converts an array into a string.
ArrayUtils - Class in org.esa.snap.core.util
A utility class providing a set of static functions frequently used when working with basic Java arrays.
ArrayUtils() - Constructor for class org.esa.snap.core.util.ArrayUtils
 
ArrayValidator - Class in com.bc.ceres.binding.validators
 
ArrayValidator(Validator) - Constructor for class com.bc.ceres.binding.validators.ArrayValidator
 
asAttribute() - Method in class org.esa.snap.core.dataio.persistence.Attribute
 
asAttribute() - Method in class org.esa.snap.core.dataio.persistence.Item
 
ASCII(int) - Constructor for class org.esa.snap.core.datamodel.ProductData.ASCII
Constructs a new ASCII value.
ASCII(String) - Constructor for class org.esa.snap.core.datamodel.ProductData.ASCII
Constructs a new ASCII value.
asContainer() - Method in class org.esa.snap.core.dataio.persistence.Container
 
asContainer() - Method in class org.esa.snap.core.dataio.persistence.Item
 
asFloat(String) - Method in class org.esa.snap.core.metadata.XmlMetadata
Silently converts a string to a float (i.e.
asFloatArray(String, String) - Method in class org.esa.snap.core.metadata.XmlMetadata
Converts the value to a float array.
asInt(String) - Method in class org.esa.snap.core.metadata.XmlMetadata
Silently converts a string to a int (i.e.
asProperty() - Method in class org.esa.snap.core.dataio.persistence.Item
 
asProperty() - Method in class org.esa.snap.core.dataio.persistence.Property
 
assemblePathList(GeoPos[]) - Static method in class org.esa.snap.core.util.ProductUtils
 
Assert - Class in com.bc.ceres.core
Assert is useful for embedding runtime sanity checks in code.
assertEquals(String, boolean, boolean) - Static method in class org.esa.snap.core.util.Guardian
Checks if the given values are equal.
assertEquals(String, long, long) - Static method in class org.esa.snap.core.util.Guardian
Checks if the given values are equal.
assertEquals(String, Object, Object) - Static method in class org.esa.snap.core.util.Guardian
Checks if the given objects are equal.
assertGreaterThan(String, long, long) - Static method in class org.esa.snap.core.util.Guardian
Checks if the given value is greater than the given limit.
AssertionFailure - Error in org.esa.snap.core.util
The AssertionFailure class is an error caused by a failed program assertion.
AssertionFailure(String) - Constructor for error org.esa.snap.core.util.AssertionFailure
Constructs a new assertion failure with the given associated error message.
assertNotNull(Object) - Static method in class org.esa.snap.core.util.Debug
If the given object is null, and the debugging functionality is enabled, this method throws an AssertionFailure in order to signal that an internal program post- or pre-condition failed.
assertNotNull(String, Object) - Static method in class org.esa.snap.core.util.Guardian
Checks whether the given argument value is not null.
assertNotNullOrEmpty(String) - Static method in class org.esa.snap.core.util.Debug
If the given String is null or empty, and the debugging functionality is enabled, this method throws an AssertionFailure in order to signal that an internal program post- or pre-condition failed.
assertNotNullOrEmpty(String, byte[]) - Static method in class org.esa.snap.core.util.Guardian
 
assertNotNullOrEmpty(String, char[]) - Static method in class org.esa.snap.core.util.Guardian
 
assertNotNullOrEmpty(String, double[]) - Static method in class org.esa.snap.core.util.Guardian
 
assertNotNullOrEmpty(String, float[]) - Static method in class org.esa.snap.core.util.Guardian
 
assertNotNullOrEmpty(String, int[]) - Static method in class org.esa.snap.core.util.Guardian
 
assertNotNullOrEmpty(String, short[]) - Static method in class org.esa.snap.core.util.Guardian
 
assertNotNullOrEmpty(String, Object[]) - Static method in class org.esa.snap.core.util.Guardian
 
assertNotNullOrEmpty(String, String) - Static method in class org.esa.snap.core.util.Guardian
Checks whether the given (parameter) value string is not null and not empty.
assertSame(String, Object, Object) - Static method in class org.esa.snap.core.util.Guardian
Checks if the given objects are the same instances.
assertTrue(boolean) - Static method in class org.esa.snap.core.util.Debug
If the condition is NOT true, and the debugging functionality is enabled, this method throws an AssertionFailure in order to signal that an internal program post- or pre-condition failed.
assertTrue(boolean, String) - Static method in class org.esa.snap.core.util.Debug
If the condition is NOT true, and the debugging functionality is enabled, this method throws an AssertionFailure in order to signal that an internal program post- or pre-condition failed.
assertTrue(String, boolean) - Static method in class org.esa.snap.core.util.Guardian
Checks whether the given argument value is true.
assertWithinRange(String, double, double, double) - Static method in class org.esa.snap.core.util.Guardian
Checks if the given value are in the given range.
assertWithinRange(String, long, long, long) - Static method in class org.esa.snap.core.util.Guardian
Checks if the given value are in the given range.
Assign(Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.Assign
 
assignB(EvalEnv, boolean) - Method in interface org.esa.snap.core.jexp.Variable
 
assignD(EvalEnv, double) - Method in interface org.esa.snap.core.jexp.Variable
 
assignI(EvalEnv, int) - Method in interface org.esa.snap.core.jexp.Variable
 
assignTo(Element, String, String) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
assignValueByDirection(int[], int, int) - Method in class org.esa.snap.core.dataop.dem.EastingNorthingParser
 
associateWith(TemplateEngine) - Method in class org.esa.snap.core.gpf.descriptor.template.FileTemplate
 
associateWith(TemplateEngine) - Method in class org.esa.snap.core.gpf.descriptor.template.MemoryTemplate
 
associateWith(TemplateEngine) - Method in interface org.esa.snap.core.gpf.descriptor.template.Template
 
AT_180 - org.esa.snap.core.dataio.geocoding.Discontinuity
 
AT_360 - org.esa.snap.core.dataio.geocoding.Discontinuity
 
ATT_PREFIX - Static variable in class org.esa.snap.core.dataio.persistence.JsonLanguageSupport
 
ATTRIB_ALPHA - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_BAND_TYPE - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_BLUE - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_DESCRIPTION - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_ELEMS - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_GREEN - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_HREF - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_INDEX - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_MODE - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_NAME - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_NAME_GEOMETRY - Static variable in class org.esa.snap.core.datamodel.PlainFeatureFactory
 
ATTRIB_NAME_STYLE_CSS - Static variable in class org.esa.snap.core.datamodel.PlainFeatureFactory
 
ATTRIB_NAMES - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_ORDER - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_RED - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_TIE_POINT_DISCONTINUITY - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_TYPE - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_UNIT - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_VALUE - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
ATTRIB_VERSION - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
Attribute<E> - Class in org.esa.snap.core.dataio.persistence
 
Attribute(String, E) - Constructor for class org.esa.snap.core.dataio.persistence.Attribute
 
AttributeContainer - Interface in org.esa.snap.core.dataio.persistence
 
attributeMap - Variable in class org.esa.snap.core.metadata.GenericXmlMetadata
 
authors() - Method in annotation type org.esa.snap.core.gpf.annotations.OperatorMetadata
 
AUTHORS - Static variable in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterConstants
 
AUTO_PROJECTION_NAME - Static variable in class org.esa.snap.core.dataop.maptransf.UTM
Deprecated.
The name of the automatic zone projection.
autoWriteDisabled() - Method in annotation type org.esa.snap.core.gpf.annotations.OperatorMetadata
The GPF framework usually writes the target product of either single operators or processing graphs to the file system when executed from the GPT command-line interface or the operator GUI.
AUXDATA_DIR_NAME - Static variable in class org.esa.snap.core.util.SystemUtils
Name of SNAP's auxdata directory.
average(Date, Date) - Static method in class org.esa.snap.core.util.DateTimeUtils
Computes the median (average) of two dates.
average(ProductData.UTC, ProductData.UTC) - Static method in class org.esa.snap.core.util.DateTimeUtils
Computes the median (average) of two ProductData.UTC data structures.
AWT - Static variable in class com.bc.ceres.jai.operator.ReinterpretDescriptor
The default interpretation type: all data types are interpreted as in AWT
AwtGeomToJtsGeomConverter - Class in org.esa.snap.core.util
 
AwtGeomToJtsGeomConverter() - Constructor for class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
AwtGeomToJtsGeomConverter(GeometryFactory, double) - Constructor for class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
Contructor.
azimuth - Variable in class org.esa.snap.core.datamodel.AngularDirection
 

B

BackgroundLayer - Class in com.bc.ceres.glayer.support
A background layer is used to draw a background using a unique Color.
BackgroundLayer(BackgroundLayer.Type, PropertySet) - Constructor for class com.bc.ceres.glayer.support.BackgroundLayer
 
BackgroundLayer(Color) - Constructor for class com.bc.ceres.glayer.support.BackgroundLayer
 
BackgroundLayer.Type - Class in com.bc.ceres.glayer.support
 
backupOperator(ToolAdapterOperatorDescriptor) - Static method in class org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO
Creates a copy of the adapter folder.
Band - Class in org.esa.snap.core.datamodel
A band contains the data for geophysical parameter in remote sensing data products.
Band(String, int, int, int) - Constructor for class org.esa.snap.core.datamodel.Band
Constructs a new Band.
BandArithmetic - Class in org.esa.snap.core.dataop.barithm
Provides band arithmetic utility methods.
BandDescriptor() - Constructor for class org.esa.snap.core.gpf.common.BandMathsOp.BandDescriptor
 
BandDescriptorDomConverter - Class in org.esa.snap.core.gpf.common.support
 
BandDescriptorDomConverter() - Constructor for class org.esa.snap.core.gpf.common.support.BandDescriptorDomConverter
 
bandMap - Variable in class org.esa.snap.core.dataio.AbstractProductBuilder
 
BandMathsMaskPersistableSpi - Class in org.esa.snap.core.dataio.dimap.spi
 
BandMathsMaskPersistableSpi() - Constructor for class org.esa.snap.core.dataio.dimap.spi.BandMathsMaskPersistableSpi
 
BandMathsMaskPersistenceSpi - Class in org.esa.snap.core.datamodel
 
BandMathsMaskPersistenceSpi() - Constructor for class org.esa.snap.core.datamodel.BandMathsMaskPersistenceSpi
 
BandMathsOp - Class in org.esa.snap.core.gpf.common
This band maths operator can be used to create a product with multiple bands based on mathematical expression.
All products specified as source must have the same width and height, otherwise the operator will fail.
BandMathsOp() - Constructor for class org.esa.snap.core.gpf.common.BandMathsOp
 
BandMathsOp.BandDescriptor - Class in org.esa.snap.core.gpf.common
Describes a target band to be generated by this operator.
BandMathsOp.Spi - Class in org.esa.snap.core.gpf.common
 
BandMathsOp.Variable - Class in org.esa.snap.core.gpf.common
Defines a variable which can be referred in BandMathsOp.BandDescriptor.expression.
BandMatrixCell - Interface in org.esa.snap.core.image
 
BandOpImage - Class in org.esa.snap.core.image
An OpImage which retrieves its data from the product reader associated with the given RasterDataNode at a given pyramid level.
BandOpImage(Band) - Constructor for class org.esa.snap.core.image.BandOpImage
 
BandOpImage(Band, ResolutionLevel) - Constructor for class org.esa.snap.core.image.BandOpImage
 
BandResamplingPreset - Class in org.esa.snap.core.gpf.common.resample
Created by obarrile on 13/04/2019.
BandResamplingPreset(String, String, String) - Constructor for class org.esa.snap.core.gpf.common.resample.BandResamplingPreset
 
bands() - Method in annotation type org.esa.snap.core.gpf.annotations.SourceProduct
 
bands() - Method in annotation type org.esa.snap.core.gpf.annotations.SourceProducts
 
BAROMETRIC_CONST - Static variable in class org.esa.snap.core.util.math.RsMathUtils
A constant used for the barometric formula - normalize to input in hPa.
BaseElevationModel - Class in org.esa.snap.core.dataop.dem
 
BaseElevationModel(ElevationModelDescriptor, Resampling) - Constructor for class org.esa.snap.core.dataop.dem.BaseElevationModel
 
BaseElevationTile - Class in org.esa.snap.core.dataop.dem
 
BaseElevationTile(ElevationModel, Product) - Constructor for class org.esa.snap.core.dataop.dem.BaseElevationTile
 
BASELINE - com.bc.ceres.swing.TableLayout.Anchor
 
BASELINE_LEADING - com.bc.ceres.swing.TableLayout.Anchor
 
BASELINE_TRAILING - com.bc.ceres.swing.TableLayout.Anchor
 
BasicPixelGeoCoding - Interface in org.esa.snap.core.datamodel
Deprecated.
BasicPixelGeoCodingPersistenceConverter - Class in org.esa.snap.core.datamodel
 
BasicPixelGeoCodingPersistenceConverter() - Constructor for class org.esa.snap.core.datamodel.BasicPixelGeoCodingPersistenceConverter
 
BasicPixelGeoCodingPersistenceSpi - Class in org.esa.snap.core.datamodel
 
BasicPixelGeoCodingPersistenceSpi() - Constructor for class org.esa.snap.core.datamodel.BasicPixelGeoCodingPersistenceSpi
 
BEEP_AFTER_PROCESSING_PROPERTY - Static variable in class org.esa.snap.core.gpf.GPF
 
beginTask(String, int) - Method in class com.bc.ceres.core.NullProgressMonitor
This implementation does nothing.
beginTask(String, int) - Method in class com.bc.ceres.core.PrintWriterProgressMonitor
 
beginTask(String, int) - Method in interface com.bc.ceres.core.ProgressMonitor
Notifies that the main task is beginning.
beginTask(String, int) - Method in class com.bc.ceres.core.ProgressMonitorWrapper
This implementation of a ProgressMonitor method forwards to the wrapped progress monitor.
beginTask(String, int) - Method in class com.bc.ceres.core.SubProgressMonitor
 
beginTask(String, int) - Method in class com.bc.ceres.swing.progress.DialogProgressMonitor
Notifies that the main task is beginning.
beginTask(String, int) - Method in class com.bc.ceres.swing.progress.ProgressBarProgressMonitor
Notifies that the main task is beginning.
beginTask(String, int) - Method in class org.esa.snap.core.dataop.downloadable.StatusProgressMonitor
Notifies that the main task is beginning.
BELOW_BASELINE - com.bc.ceres.swing.TableLayout.Anchor
 
BELOW_BASELINE_LEADING - com.bc.ceres.swing.TableLayout.Anchor
 
BELOW_BASELINE_TRAILING - com.bc.ceres.swing.TableLayout.Anchor
 
BESSEL - Static variable in class org.esa.snap.core.dataop.maptransf.Ellipsoid
Deprecated.
Bessel ellipsoid (used for Gauss-Krueger Projection)
BESSEL1841 - Static variable in class org.esa.snap.core.dataop.maptransf.geotools.Ellipsoids
Deprecated.
 
BiCubic() - Constructor for class org.esa.snap.core.util.math.FXYSum.BiCubic
 
BiCubic(double[]) - Constructor for class org.esa.snap.core.util.math.FXYSum.BiCubic
 
BICUBIC_INTERPOLATION - Static variable in interface org.esa.snap.core.dataop.resamp.Resampling
The bicubic spline interpolation resampling method.
BICUBIC_INTERPOLATION_NAME - Static variable in class org.esa.snap.core.dataop.resamp.ResamplingFactory
 
BIG_ENDIAN - Static variable in class com.bc.ceres.binio.util.ByteArrayCodec
 
Bilinear - org.esa.snap.core.gpf.common.resample.InterpolationType
 
BiLinear() - Constructor for class org.esa.snap.core.util.math.FXYSum.BiLinear
 
BiLinear(double[]) - Constructor for class org.esa.snap.core.util.math.FXYSum.BiLinear
 
BILINEAR_INTERPOLATION - Static variable in interface org.esa.snap.core.dataop.resamp.Resampling
The bilinear interpolation resampling method.
BILINEAR_INTERPOLATION_NAME - Static variable in class org.esa.snap.core.dataop.resamp.ResamplingFactory
 
BilinearInterpolationResampling - Class in org.esa.snap.core.dataop.resamp
 
BilinearInterpolationResampling() - Constructor for class org.esa.snap.core.dataop.resamp.BilinearInterpolationResampling
 
BilinearUpsampler - Class in org.esa.snap.core.gpf.common.resample
Created by obarrile on 19/04/2019.
BilinearUpsampler() - Constructor for class org.esa.snap.core.gpf.common.resample.BilinearUpsampler
 
BilinearUpsampler.Spi - Class in org.esa.snap.core.gpf.common.resample
 
Binary(String, int, Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.Binary
 
BinaryB(String, Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.BinaryB
 
BinaryI(String, Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.BinaryI
 
BinaryN(String, int, Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.BinaryN
 
bind(String, ComponentAdapter) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds the property given by its name to the given component adapter.
bind(String, ButtonGroup) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing ButtonGroup.
bind(String, ButtonGroup, Map<AbstractButton, Object>) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing ButtonGroup.
bind(String, JCheckBox) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JCheckBox component.
bind(String, JComboBox) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JComboBox component.
bind(String, JFormattedTextField) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JFormattedTextField component.
bind(String, JList, boolean) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JList component.
bind(String, JRadioButton) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JRadioButton component.
bind(String, JSpinner) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JSpinner component.
bind(String, JTextField) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JTextField component.
bind(String, JTextComponent) - Method in class com.bc.ceres.swing.binding.BindingContext
Binds a property in the value container to a Swing JTextComponent component.
bindComponents() - Method in class com.bc.ceres.swing.binding.ComponentAdapter
Called by the framework in order to bind the GUI components to the bound property.
bindEditKeys(JComponent) - Method in class com.bc.ceres.swing.demo.MultiSelectionSourceApp
 
bindEnabledState(String, boolean, Enablement.Condition) - Method in class com.bc.ceres.swing.binding.BindingContext
Sets the enabled state of the components associated with targetProperty to targetState if a certain condition is met.
bindEnabledState(String, boolean, String, Object) - Method in class com.bc.ceres.swing.binding.BindingContext
Sets the enabled state of the components associated with targetProperty.
Binding - Interface in com.bc.ceres.swing.binding
A bi-directional binding between one or more Swing GUI components and a property in a value container.
BindingContext - Class in com.bc.ceres.swing.binding
A context used to bind Swing components to properties in a value container.
BindingContext() - Constructor for class com.bc.ceres.swing.binding.BindingContext
Constructor.
BindingContext(PropertySet) - Constructor for class com.bc.ceres.swing.binding.BindingContext
Constructor.
BindingContext(PropertySet, BindingProblemListener) - Constructor for class com.bc.ceres.swing.binding.BindingContext
Constructor.
BindingContext.SilentProblemHandler - Class in com.bc.ceres.swing.binding
 
BindingContext.VerbousProblemHandler - Class in com.bc.ceres.swing.binding
 
BindingException - Exception in com.bc.ceres.binding
Signals a binding failure.
BindingException(String) - Constructor for exception com.bc.ceres.binding.BindingException
 
BindingException(String, Throwable) - Constructor for exception com.bc.ceres.binding.BindingException
 
BindingProblem - Interface in com.bc.ceres.swing.binding
Represents a problem of a Binding which may occur when transferring data from a Swing component into the the bound Property.
BindingProblemListener - Interface in com.bc.ceres.swing.binding
A listener used to observe problems which may occur in a BindingContext, e.g.
bindProduct(Object, Product) - Method in class org.esa.snap.core.dataio.dimap.DimapProductReader
 
BinX - Class in com.bc.ceres.binio.binx
Utility class used to read BinX schema files.
BinX() - Constructor for class com.bc.ceres.binio.binx.BinX
 
BinXException - Exception in com.bc.ceres.binio.binx
 
BinXException(String) - Constructor for exception com.bc.ceres.binio.binx.BinXException
Constructs a new exception with the specified detail message.
BinXException(String, Throwable) - Constructor for exception com.bc.ceres.binio.binx.BinXException
Constructs a new exception with the specified detail message and cause.
BiQuadric() - Constructor for class org.esa.snap.core.util.math.FXYSum.BiQuadric
 
BiQuadric(double[]) - Constructor for class org.esa.snap.core.util.math.FXYSum.BiQuadric
 
BISINC_11_POINT_INTERPOLATION - Static variable in interface org.esa.snap.core.dataop.resamp.Resampling
 
BISINC_11_POINT_INTERPOLATION_NAME - Static variable in class org.esa.snap.core.dataop.resamp.ResamplingFactory
 
BISINC_21_POINT_INTERPOLATION - Static variable in interface org.esa.snap.core.dataop.resamp.Resampling
 
BISINC_21_POINT_INTERPOLATION_NAME - Static variable in class org.esa.snap.core.dataop.resamp.ResamplingFactory
 
BISINC_5_POINT_INTERPOLATION - Static variable in interface org.esa.snap.core.dataop.resamp.Resampling
The bisinc interpolation resampling method.
BISINC_5_POINT_INTERPOLATION_NAME - Static variable in class org.esa.snap.core.dataop.resamp.ResamplingFactory
 
BitRaster - Class in org.esa.snap.core.util
A pixel mask provides a boolean value for a given pixel position.
BitRaster(int, int) - Constructor for class org.esa.snap.core.util.BitRaster
 
BitSetter - Class in org.esa.snap.core.util
Static function to manipulate bits inside an int or long.
BitSetter() - Constructor for class org.esa.snap.core.util.BitSetter
 
BLOCKING - com.bc.ceres.core.ProcessObserver.Mode
ProcessObserver.start() blocks until the process ends.
BLUE_BAND_NAME - Static variable in class org.esa.snap.core.datamodel.RGBImageProfile
The default name for the band providing input for the blue image channel.
BooleanConverter - Class in com.bc.ceres.binding.converters
 
BooleanConverter() - Constructor for class com.bc.ceres.binding.converters.BooleanConverter
 
BooleanEditor - Class in org.esa.snap.core.param.editors
An editor which uses a JCheckBox.
BooleanEditor(Parameter) - Constructor for class org.esa.snap.core.param.editors.BooleanEditor
 
BooleanExpressionConverter - Class in org.esa.snap.core.util.converters
Empty marker subclass for StringConverter.
BooleanExpressionConverter() - Constructor for class org.esa.snap.core.util.converters.BooleanExpressionConverter
 
BooleanExpressionValidator - Class in org.esa.snap.core.param.validators
Validates a boolean expression.
BooleanExpressionValidator() - Constructor for class org.esa.snap.core.param.validators.BooleanExpressionValidator
 
BooleanValidator - Class in org.esa.snap.core.param.validators
 
BooleanValidator() - Constructor for class org.esa.snap.core.param.validators.BooleanValidator
 
borderPixels - Variable in class org.esa.snap.core.subset.AbstractSubsetRegion
 
BOTH - com.bc.ceres.swing.TableLayout.Fill
Make the component tall enough to fill its display area vertically, but do not change its width.
BOTTOM - org.esa.snap.core.datamodel.Graticule.TextLocation
 
BOTTOM_LEFT_CORNER_INDEX - Static variable in class org.esa.snap.core.datamodel.Graticule
 
BOTTOM_RIGHT_CORNER_INDEX - Static variable in class org.esa.snap.core.datamodel.Graticule
 
boxSize - Variable in class org.esa.snap.core.datamodel.TransectProfileData.Config
 
boxSize(int) - Method in class org.esa.snap.core.datamodel.TransectProfileDataBuilder
 
BresenhamLineRasterizer() - Constructor for class org.esa.snap.core.util.ShapeRasterizer.BresenhamLineRasterizer
 
BrightBlueImageFilter - Class in com.bc.ceres.swing
 
BrightBlueImageFilter() - Constructor for class com.bc.ceres.swing.BrightBlueImageFilter
 
BucketMap<K extends Number,​V> - Class in org.esa.snap.core.util
Created by kraftek on 11/6/2015.
BucketMap() - Constructor for class org.esa.snap.core.util.BucketMap
 
BUFFER_BYTE_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BUFFER_DOUBLE_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BUFFER_FLOAT_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BUFFER_INT_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BUFFER_SHORT_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BUFFER_UNDEFINED_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BUFFER_UNKNOWN_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BUFFER_USHORT_NAME - Static variable in class org.esa.snap.core.util.UtilConstants
 
BufferedImageRendering - Class in com.bc.ceres.grender.support
A rendering which uses a buffered image as drawing surface.
BufferedImageRendering(int, int) - Constructor for class com.bc.ceres.grender.support.BufferedImageRendering
 
BufferedImageRendering(BufferedImage) - Constructor for class com.bc.ceres.grender.support.BufferedImageRendering
 
BufferedImageRendering(BufferedImage, Viewport) - Constructor for class com.bc.ceres.grender.support.BufferedImageRendering
 
build() - Method in class org.esa.snap.core.datamodel.TransectProfileDataBuilder
 
buildCrsGeoCoding(double, double, double, double, int, int, CoordinateReferenceSystem, Rectangle) - Static method in class org.esa.snap.core.util.ImageUtils
 
buildCrsGeoCoding(double, double, double, double, int, int, CoordinateReferenceSystem, Rectangle, double, double) - Static method in class org.esa.snap.core.util.ImageUtils
 
buildCrsGeoCoding(double, double, double, double, Dimension, CoordinateReferenceSystem, Rectangle) - Static method in class org.esa.snap.core.util.ImageUtils
 
buildCrsGeoCoding(Point2D.Double, Point2D.Double, Dimension, CoordinateReferenceSystem, Rectangle) - Static method in class org.esa.snap.core.util.ImageUtils
 
buildDecompressedTileImages(Rectangle, DecompressedImageSupport, int, float, float, DecompressedTileOpImageCallback<TileDataType>, TileDataType) - Method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
builder(String, int, Product...) - Static method in class org.esa.snap.core.image.VirtualBandOpImage
 
builder(String, Product) - Static method in class org.esa.snap.core.image.VirtualBandOpImage
 
builder(Term) - Static method in class org.esa.snap.core.image.VirtualBandOpImage
 
Builder(Term) - Constructor for class org.esa.snap.core.image.VirtualBandOpImage.Builder
 
buildImageLayout(Integer, int, int, int, Dimension) - Static method in class org.esa.snap.core.util.ImageUtils
Creates a new image layout for the specified level.
buildImageLayout(Integer, int, int, int, Dimension, int, int) - Static method in class org.esa.snap.core.util.ImageUtils
Creates a new image layout for the specified level.
buildMatrixCellTileImages(int, Rectangle, float, float, MosaicMatrix.MatrixCell) - Method in class org.esa.snap.core.image.AbstractMatrixMosaicSubsetMultiLevelSource
 
buildMosaicImageLayout(int) - Method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
buildMosaicOp(int, List<RenderedImage>, boolean) - Method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
buildTiePointGrid(String, int, int, double, double, double, double, float[]) - Static method in class org.esa.snap.core.dataio.AbstractProductReader
 
buildTiePointGrid(String, int, int, double, double, double, double, float[], int) - Static method in class org.esa.snap.core.dataio.AbstractProductReader
 
buildTileImageLayout(int, int, int, int, Dimension) - Static method in class org.esa.snap.core.util.ImageUtils
Creates the image layout of a tile image for the specified level.
buildTileOpImage(DecompressedImageSupport, int, int, int, int, int, int, int, TileDataType) - Method in interface org.esa.snap.core.image.DecompressedTileOpImageCallback
 
buildTileOpImage(ImageReadBoundsSupport, int, int, int, int, TileDataType) - Method in interface org.esa.snap.core.image.UncompressedTileOpImageCallback
 
buildUncompressedTileImages(int, Rectangle, int, int, float, float, UncompressedTileOpImageCallback<TileDataType>, TileDataType) - Method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
Bundle - Class in org.esa.snap.core.gpf.descriptor.dependency
Descriptor class for a dependency bundle.
Bundle() - Constructor for class org.esa.snap.core.gpf.descriptor.dependency.Bundle
 
Bundle(Bundle) - Constructor for class org.esa.snap.core.gpf.descriptor.dependency.Bundle
 
Bundle(ToolAdapterOperatorDescriptor, BundleType, String) - Constructor for class org.esa.snap.core.gpf.descriptor.dependency.Bundle
 
BUNDLE - Static variable in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterConstants
 
BundleInstaller - Class in org.esa.snap.core.gpf.descriptor.dependency
Installer class for adapter bundles.
BundleInstaller(ToolAdapterOperatorDescriptor) - Constructor for class org.esa.snap.core.gpf.descriptor.dependency.BundleInstaller
Creates an installer for the given adapter descriptor.
BundleLocation - Enum in org.esa.snap.core.gpf.descriptor.dependency
 
BundleType - Enum in org.esa.snap.core.gpf.descriptor.dependency
Bundle types enumeration.
Byte(byte[]) - Constructor for class org.esa.snap.core.datamodel.ProductData.Byte
Constructs a new signed byte value.
Byte(byte[]) - Constructor for class org.esa.snap.core.util.math.DoubleList.Byte
 
Byte(byte[], boolean) - Constructor for class org.esa.snap.core.datamodel.ProductData.Byte
Constructs a new signed byte value.
Byte(byte[], int) - Constructor for class org.esa.snap.core.datamodel.ProductData.Byte
Constructs a new signed byte value.
Byte(int) - Constructor for class org.esa.snap.core.datamodel.ProductData.Byte
Constructs a new signed byte value.
Byte(int, boolean) - Constructor for class org.esa.snap.core.datamodel.ProductData.Byte
Constructs a new signed byte value.
Byte(int, int) - Constructor for class org.esa.snap.core.datamodel.ProductData.Byte
Constructs a new signed byte value.
BYTE - Static variable in class com.bc.ceres.binio.expr.ExpressionBuilder
 
BYTE - Static variable in class com.bc.ceres.binio.SimpleType
 
BYTE - Static variable in class com.bc.ceres.binio.TypeBuilder
The 8-bit signed integer type.
ByteArrayCodec - Class in com.bc.ceres.binio.util
A utility class used to decode/encode primitive Java types from/to a byte buffer using a specified ByteOrder.
ByteArrayCodec() - Constructor for class com.bc.ceres.binio.util.ByteArrayCodec
 
ByteArrayIOHandler - Class in com.bc.ceres.binio.util
 
ByteArrayIOHandler() - Constructor for class com.bc.ceres.binio.util.ByteArrayIOHandler
 
ByteArrayIOHandler(byte[]) - Constructor for class com.bc.ceres.binio.util.ByteArrayIOHandler
 
ByteConverter - Class in com.bc.ceres.binding.converters
 
ByteConverter() - Constructor for class com.bc.ceres.binding.converters.ByteConverter
 

C

CachingObjectArray - Class in org.esa.snap.core.util
 
CachingObjectArray(CachingObjectArray.ObjectFactory) - Constructor for class org.esa.snap.core.util.CachingObjectArray
 
CachingObjectArray.ObjectFactory - Interface in org.esa.snap.core.util
 
calc(double[]) - Method in class org.esa.snap.core.nn.NNffbpAlphaTabFast
Method calc The NN is used.
calcJacobi(double[]) - Method in class org.esa.snap.core.nn.NNffbpAlphaTabFast
Method calcJacobi The NN is used.
calculateCenter(double[][], int, int) - Static method in class org.esa.snap.core.datamodel.Rotator
 
calculateEastingNorthing(Product, CoordinateReferenceSystem, double, double, double, double) - Static method in class org.esa.snap.core.datamodel.ImageGeometry
 
calculatePixelSize(int, int) - Method in class org.esa.snap.core.util.AreaCalculator
Calculates the size of the pixel specified by the given x,y coordinates.
calculateProductSize(Product, CoordinateReferenceSystem, double, double) - Static method in class org.esa.snap.core.datamodel.ImageGeometry
 
calculateRectangleSize(Rectangle2D) - Method in class org.esa.snap.core.util.AreaCalculator
Calculates the size of the area of the rectangle specified.
calendarToLocalDateTime(Calendar) - Static method in class org.esa.snap.core.util.DateTimeUtils
Converts a UTC date/time calendar to a LocalDateTime.
call(Context, Scriptable, Scriptable, Object[]) - Method in class com.bc.ceres.jai.js.JsJaiFunction
 
Call(Function, Term...) - Constructor for class org.esa.snap.core.jexp.Term.Call
 
canBeApplied(Product) - Static method in class org.esa.snap.core.gpf.common.resample.ResamplingOp
 
canBeDownloaded() - Method in interface org.esa.snap.core.dataop.dem.ElevationModelDescriptor
Returns true if the DEM can be automatically downloaded
canBeMultisize() - Method in annotation type org.esa.snap.core.gpf.annotations.SourceProducts
 
canBeOrthorectified() - Method in class org.esa.snap.core.datamodel.Product
Checks whether or not this product can be orthorectified.
canBeOrthorectified() - Method in class org.esa.snap.core.datamodel.RasterDataNode
Tests if this raster data node can be orthorectified.
cancel() - Method in interface com.bc.ceres.core.ProcessObserver.ObservedProcess
Submits a request to cancel an observed process.
cancel() - Method in class com.bc.ceres.swing.progress.ProgressDialog
Sets the canceled state if this dialog is cancelable.
cancelButton - Variable in class com.bc.ceres.swing.progress.ProgressDialog
 
canceled - Variable in class com.bc.ceres.swing.figure.interactions.SelectionInteractor
 
CanceledException - Exception in com.bc.ceres.core
An exception which clients can use to signal that a ProgressMonitor requested cancellation of a running process.
CanceledException() - Constructor for exception com.bc.ceres.core.CanceledException
Constructs a new exception.
cancelInteraction(InputEvent) - Method in class com.bc.ceres.swing.figure.AbstractInteractor
 
cancelInteraction(InputEvent) - Method in class com.bc.ceres.swing.figure.interactions.InsertLineFigureInteractor
 
cancelInteraction(InputEvent) - Method in class com.bc.ceres.swing.figure.interactions.InsertMultiPointFigureInteractor
 
cancelInteraction(InputEvent) - Method in class com.bc.ceres.swing.figure.interactions.InsertRectangularFigureInteractor
 
cancelInteraction(InputEvent) - Method in class com.bc.ceres.swing.figure.interactions.SelectionInteractor
 
canClone() - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
 
canClone() - Method in class org.esa.snap.core.datamodel.AbstractGeoCoding
Check if geocoding can be cloned.
canClone() - Method in class org.esa.snap.core.datamodel.CombinedFXYGeoCoding
 
canClone() - Method in class org.esa.snap.core.datamodel.FXYGeoCoding
 
canClone() - Method in class org.esa.snap.core.datamodel.GcpGeoCoding
 
canClone() - Method in interface org.esa.snap.core.datamodel.GeoCoding
Check if geocoding can be cloned.
canClone() - Method in class org.esa.snap.core.datamodel.TiePointGeoCoding
Deprecated.
 
canClone() - Method in class org.esa.snap.core.dataop.dem.Orthorectifier
Check if geocoding can be cloned.
canComputeTile() - Method in class org.esa.snap.core.gpf.common.WriteOp
 
canComputeTile() - Method in class org.esa.snap.core.gpf.Operator
Determines whether this operator's computeTileStack method can be used.
canComputeTileStack() - Method in class org.esa.snap.core.gpf.common.WriteOp
 
canComputeTileStack() - Method in class org.esa.snap.core.gpf.graph.NodeContext
 
canComputeTileStack() - Method in class org.esa.snap.core.gpf.Operator
Determines whether this operator's computeTileStack method can be used.
canConvert(Class) - Method in class com.bc.ceres.binding.dom.DomElementXStreamConverter
 
canConvert(Class) - Method in class org.esa.snap.core.gpf.descriptor.template.TemplateConverter
 
canConvert(Class) - Method in class org.esa.snap.core.gpf.graph.HeaderParameter.Converter
 
canConvert(Class) - Method in class org.esa.snap.core.gpf.graph.HeaderSource.Converter
 
canConvert(Class) - Method in class org.esa.snap.core.gpf.graph.SourceList.Converter
 
canDecode(Item) - Method in class org.esa.snap.core.dataio.dimap.spi.DimapHistoricalDecoder
 
canDecode(Item) - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistenceSpi
 
canDecode(Item) - Method in interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
 
canDecode(Item) - Method in interface org.esa.snap.core.dataio.persistence.PersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.BandMathsMaskPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.BasicPixelGeoCodingPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.ConvolutionFilterBandPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.FXYGeoCodingPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.GcpGeoCodingPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.GeneralFilterBandPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.RangeTypeMaskPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.TiePointGeoCodingPersistenceSpi
 
canDecode(Item) - Method in class org.esa.snap.core.datamodel.VectorDataMaskPersistenceSpi
 
canDecode(Element) - Method in class org.esa.snap.core.dataio.dimap.spi.BandMathsMaskPersistableSpi
 
canDecode(Element) - Method in class org.esa.snap.core.dataio.dimap.spi.ConvolutionFilterBandPersistableSpi
 
canDecode(Element) - Method in interface org.esa.snap.core.dataio.dimap.spi.DimapPersistableSpi
Deprecated.
 
canDecode(Element) - Method in class org.esa.snap.core.dataio.dimap.spi.GeneralFilterBandPersistableSpi
 
canDecode(Element) - Method in class org.esa.snap.core.dataio.dimap.spi.RangeTypeMaskPersistableSpi
 
canDecode(Element) - Method in class org.esa.snap.core.dataio.dimap.spi.VectorDataMaskPersistableSpi
 
canDecode(Element) - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistableSpi
Deprecated.
 
canDeleteSelection() - Method in class com.bc.ceres.swing.figure.support.DefaultFigureEditor
 
canDeleteSelection() - Method in class com.bc.ceres.swing.figure.support.FigureSelectionContext
 
canDeleteSelection() - Method in class com.bc.ceres.swing.selection.AbstractSelectionContext
 
canDeleteSelection() - Method in interface com.bc.ceres.swing.selection.SelectionContext
 
canDeleteSelection() - Method in class com.bc.ceres.swing.selection.support.ListSelectionContext
 
canEncode(Object) - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistenceSpi
 
canEncode(Object) - Method in interface org.esa.snap.core.dataio.persistence.PersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.BandMathsMaskPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.BasicPixelGeoCodingPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.ConvolutionFilterBandPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.FXYGeoCodingPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.GcpGeoCodingPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.GeneralFilterBandPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.RangeTypeMaskPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.TiePointGeoCodingPersistenceSpi
 
canEncode(Object) - Method in class org.esa.snap.core.datamodel.VectorDataMaskPersistenceSpi
 
canGetElevation() - Method in interface org.esa.snap.core.datamodel.Pointing
Returns whether or not the elevation is available.
canGetElevation() - Method in class org.esa.snap.core.datamodel.TiePointGridPointing
 
canGetGeoPos() - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
 
canGetGeoPos() - Method in class org.esa.snap.core.datamodel.CombinedFXYGeoCoding
 
canGetGeoPos() - Method in class org.esa.snap.core.datamodel.CrsGeoCoding
 
canGetGeoPos() - Method in class org.esa.snap.core.datamodel.FXYGeoCoding
Checks whether or not this geo-coding can determine the geodetic position from a pixel position.
canGetGeoPos() - Method in class org.esa.snap.core.datamodel.GcpGeoCoding
Checks whether or not this geo-coding can determine the geodetic position from a pixel position.
canGetGeoPos() - Method in interface org.esa.snap.core.datamodel.GeoCoding
Checks whether or not this geo-coding can determine the geodetic position from a pixel position.
canGetGeoPos() - Method in class org.esa.snap.core.datamodel.MapGeoCoding
Deprecated.
Checks whether this geo-coding can determine the geodetic position from a pixel position.
canGetGeoPos() - Method in class org.esa.snap.core.datamodel.PixelGeoCoding
Deprecated.
Checks whether or not this geo-coding can determine the geodetic position from a pixel position.
canGetGeoPos() - Method in class org.esa.snap.core.datamodel.TiePointGeoCoding
Deprecated.
Checks whether this geo-coding can determine the geodetic position from a pixel position.
canGetGeoPos() - Method in class org.esa.snap.core.dataop.dem.Orthorectifier
Checks whether or not this geo-coding can determine the geodetic position from a pixel position.
canGetPixelPos() - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
 
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.CombinedFXYGeoCoding
 
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.ConstantTimeCoding
 
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.CrsGeoCoding
 
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.FXYGeoCoding
Checks whether or not this geo-coding can determine the pixel position from a geodetic position.
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.GcpGeoCoding
Checks whether or not this geo-coding can determine the pixel position from a geodetic position.
canGetPixelPos() - Method in interface org.esa.snap.core.datamodel.GeoCoding
Checks whether or not this geo-coding can determine the pixel position from a geodetic position.
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.MapGeoCoding
Deprecated.
Checks whether this geo-coding can determine the pixel position from a geodetic position.
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.PixelGeoCoding
Deprecated.
Checks whether or not this geo-coding can determine the pixel position from a geodetic position.
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.PixelPosEstimator
 
canGetPixelPos() - Method in class org.esa.snap.core.datamodel.TiePointGeoCoding
Deprecated.
Checks whether this geo-coding can determine the pixel position from a geodetic position.
canGetPixelPos() - Method in interface org.esa.snap.core.datamodel.TimeCoding
Determines whether this TimeCoding is capable of converting time values into pixel positions.
canGetPixelPos() - Method in class org.esa.snap.core.dataop.dem.Orthorectifier
Checks whether or not this geo-coding can determine the pixel position from a geodetic position.
canGetPixelPos(Product) - Static method in class org.esa.snap.core.util.ProductUtils
Returns whether or not a product can return a pixel position from a given geographical position.
canGetPixelPos(RasterDataNode) - Static method in class org.esa.snap.core.util.ProductUtils
Returns whether or not a raster can return a pixel position from a given geographical position.
canGetSunDir() - Method in interface org.esa.snap.core.datamodel.Pointing
Returns whether or not the sun direction is available.
canGetSunDir() - Method in class org.esa.snap.core.datamodel.TiePointGridPointing
 
canGetViewDir() - Method in interface org.esa.snap.core.datamodel.Pointing
Returns whether or not the viewing direction is available.
canGetViewDir() - Method in class org.esa.snap.core.datamodel.TiePointGridPointing
 
canInsert(Transferable) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureEditor
 
canInsert(Transferable) - Method in class com.bc.ceres.swing.figure.support.FigureSelectionContext
 
canInsert(Transferable) - Method in class com.bc.ceres.swing.selection.AbstractSelectionContext
 
canInsert(Transferable) - Method in interface com.bc.ceres.swing.selection.SelectionContext
Tests whether the current contents (e.g.
canInsert(Transferable) - Method in class com.bc.ceres.swing.selection.support.ListSelectionContext
 
canPersist(Object) - Method in class org.esa.snap.core.dataio.dimap.spi.BandMathsMaskPersistableSpi
 
canPersist(Object) - Method in class org.esa.snap.core.dataio.dimap.spi.ConvolutionFilterBandPersistableSpi
 
canPersist(Object) - Method in interface org.esa.snap.core.dataio.dimap.spi.DimapPersistableSpi
Deprecated.
 
canPersist(Object) - Method in class org.esa.snap.core.dataio.dimap.spi.GeneralFilterBandPersistableSpi
 
canPersist(Object) - Method in class org.esa.snap.core.dataio.dimap.spi.RangeTypeMaskPersistableSpi
 
canPersist(Object) - Method in class org.esa.snap.core.dataio.dimap.spi.VectorDataMaskPersistableSpi
 
canPersist(Object) - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistableSpi
Deprecated.
 
canRedo() - Method in class com.bc.ceres.swing.undo.support.DefaultUndoContext
 
canRedo() - Method in interface com.bc.ceres.swing.undo.UndoContext
 
canResample(Product) - Method in interface org.esa.snap.core.datamodel.Resampler
Performs a check whether the product can be resampled to a single-size product.
canSelectAll() - Method in class com.bc.ceres.swing.figure.support.DefaultFigureEditor
 
canSelectAll() - Method in class com.bc.ceres.swing.figure.support.FigureSelectionContext
 
canSelectAll() - Method in class com.bc.ceres.swing.selection.AbstractSelectionContext
 
canSelectAll() - Method in interface com.bc.ceres.swing.selection.SelectionContext
 
canTransferMask(Mask, Product) - Method in class org.esa.snap.core.datamodel.Mask.BandMathsType
 
canTransferMask(Mask, Product) - Method in class org.esa.snap.core.datamodel.Mask.ImageType
 
canTransferMask(Mask, Product) - Method in class org.esa.snap.core.datamodel.Mask.RangeType
 
canTransferMask(Mask, Product) - Method in class org.esa.snap.core.datamodel.Mask.VectorDataType
 
canUndo() - Method in class com.bc.ceres.swing.undo.support.DefaultUndoContext
 
canUndo() - Method in interface com.bc.ceres.swing.undo.UndoContext
 
CartographicMapTransform - Class in org.esa.snap.core.dataop.maptransf
Deprecated.
since BEAM 4.7, use geotools MapProjection instead.
CartographicMapTransform(double, double, double, double) - Constructor for class org.esa.snap.core.dataop.maptransf.CartographicMapTransform
Deprecated.
Constructs a new instance.
Case(Object, Expression) - Constructor for class com.bc.ceres.binio.expr.SelectionExpr.Case
 
CASE(Object, Expression) - Static method in class com.bc.ceres.binio.expr.ExpressionBuilder
 
CASE(Object, Type) - Static method in class com.bc.ceres.binio.expr.ExpressionBuilder
 
CASESENSITIVE_KEY - Static variable in class org.esa.snap.core.param.ParamProperties
 
castToBoolean(Object) - Static method in class org.esa.snap.core.param.validators.BooleanValidator
 
castToColor(Object) - Static method in class org.esa.snap.core.param.validators.ColorValidator
 
castToFile(Object) - Static method in class org.esa.snap.core.param.validators.FileValidator
 
castToNumber(Object) - Static method in class org.esa.snap.core.param.validators.NumberValidator
 
castToString(Object) - Static method in class org.esa.snap.core.param.validators.StringValidator
 
castToStringArray(Object) - Static method in class org.esa.snap.core.param.validators.StringArrayValidator
 
category() - Method in annotation type org.esa.snap.core.gpf.annotations.OperatorMetadata
 
ceilInt(double) - Static method in class org.esa.snap.core.util.math.MathUtils
Returns (int) Math.ceil(x).
ceilLong(double) - Static method in class org.esa.snap.core.util.math.MathUtils
Returns (long) Math.ceil(x).
cell() - Static method in class com.bc.ceres.swing.TableLayout
 
cell(int, int) - Static method in class com.bc.ceres.swing.TableLayout
 
cell(int, int, int, int) - Static method in class com.bc.ceres.swing.TableLayout
 
Cell() - Constructor for class com.bc.ceres.swing.TableLayout.Cell
 
Cell(int, int) - Constructor for class com.bc.ceres.swing.TableLayout.Cell
 
Cell(int, int, int, int) - Constructor for class com.bc.ceres.swing.TableLayout.Cell
 
CENTER - com.bc.ceres.swing.TableLayout.Anchor
 
centerComponent(Component, Component) - Static method in class com.bc.ceres.swing.SwingHelper
Centers the given component over another component.
changed(ObservableFeatureCollection.EVENT_TYPE, SimpleFeature...) - Method in interface org.esa.snap.core.util.ObservableFeatureCollection.Listener
 
changeFigure(Figure, Object, String) - Method in interface com.bc.ceres.swing.figure.FigureEditor
 
changeFigure(Figure, Object, String) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureEditor
 
changeYAxisDirection() - Method in class org.esa.snap.core.datamodel.ImageGeometry
 
CharacterConverter - Class in com.bc.ceres.binding.converters
 
CharacterConverter() - Constructor for class com.bc.ceres.binding.converters.CharacterConverter
 
characters(char[], int, int) - Method in class org.esa.snap.core.metadata.XmlMetadataParser.MetadataHandler
 
characters(char[], int, int) - Method in class org.esa.snap.core.metadata.XmlMetadataParser.SimpleMetadataHandler
 
CHART_WIDTH - Static variable in class org.esa.snap.core.gpf.monitor.TileUsageReportGenerator
 
checkCompatibleRasterData(ProductData, int, int) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Throws an IllegalArgumentException if the given parameters dont specify a compatible raster.
checkDataCompatibility(ProductData) - Method in class org.esa.snap.core.datamodel.DataNode
Checks if the data that should be used to access the data is compatible with the data this node can hold.
checkExtension(File) - Method in class org.esa.snap.core.util.io.SnapFileFilter
Utility method which checks the extension the given file.
checkExtension(String) - Method in class org.esa.snap.core.util.io.SnapFileFilter
Utility method which checks the extension the given filename.
checkExtensions(String, String[]) - Static method in class org.esa.snap.core.util.io.SnapFileFilter
Utility method which checks the extension the given filename.
checkForCancellation() - Method in class org.esa.snap.core.gpf.Operator
Checks for cancellation of the current processing request.
checkForNewRelease() - Method in class org.esa.snap.core.util.VersionChecker
 
checkLevel(int) - Method in class com.bc.ceres.glevel.support.AbstractMultiLevelSource
Utility method which checks if a given level is valid.
checkLevel(int) - Method in class com.bc.ceres.glevel.support.DefaultMultiLevelModel
 
checkOutput() - Method in class org.esa.snap.core.dataio.AbstractProductWriter
Utility method which ensures that an output is assigned to this writer.
checkParameterValue(JTextComponent) - Method in class org.esa.snap.core.param.AbstractParamEditor
Checks whether or not the given text component provides a valid value for this parameter.
checkRasterSize() - Method in class org.esa.snap.core.gpf.pointop.PointOperator
Checks if all source products share the same raster size, otherwise throws an exception.
CheckThreadViolationRepaintManager - Class in com.bc.ceres.swing.debug
This class is used to detect Event Dispatch Thread rule violations
See How to Use Threads for more info
CheckThreadViolationRepaintManager() - Constructor for class com.bc.ceres.swing.debug.CheckThreadViolationRepaintManager
 
CheckThreadViolationRepaintManager(boolean) - Constructor for class com.bc.ceres.swing.debug.CheckThreadViolationRepaintManager
 
ChoiceExpr - Class in com.bc.ceres.binio.expr
 
ChoiceExpr(Expression, Expression, Expression) - Constructor for class com.bc.ceres.binio.expr.ChoiceExpr
 
CHOOSABLE_FILE_FILTERS_KEY - Static variable in class org.esa.snap.core.param.ParamProperties
 
CIRCLE - Static variable in class com.bc.ceres.swing.figure.support.NamedSymbol
 
ClassConverter - Class in com.bc.ceres.binding.converters
 
ClassConverter() - Constructor for class com.bc.ceres.binding.converters.ClassConverter
 
ClassFieldAccessor - Class in com.bc.ceres.binding.accessors
ValueAccessor for values stored in a Field of a plain Java object.
ClassFieldAccessor(Object, Field) - Constructor for class com.bc.ceres.binding.accessors.ClassFieldAccessor
Constructs a new ClassFieldAccessor.
ClasspathFactory - Interface in com.bc.ceres.launcher
Used to construct the classpath used by the launcher.
ClassScanner - Class in com.bc.ceres.binding
Utility class that is used to scan the fields of plain Java objects (POJOs).
ClassScanner() - Constructor for class com.bc.ceres.binding.ClassScanner
 
ClassScanner.FieldFilter - Interface in com.bc.ceres.binding
 
clear() - Method in class org.esa.snap.core.util.BucketMap
 
clear() - Method in class org.esa.snap.core.util.CachingObjectArray
 
clear() - Method in class org.esa.snap.core.util.ObjectArray
 
clear() - Method in class org.esa.snap.core.util.ObservableFeatureCollection
 
clear(int) - Method in class org.esa.snap.core.util.BitRaster
 
CLEAR - com.bc.ceres.glayer.Composite
 
clearCache() - Method in class org.esa.snap.core.dataop.dem.BaseElevationTile
 
clearCache() - Method in interface org.esa.snap.core.dataop.dem.ElevationTile
 
clearNoDataValue() - Method in class org.esa.snap.core.datamodel.RasterDataNode
Clears the no-data value, so that RasterDataNode.isNoDataValueSet() will return false.
clearProblem() - Method in interface com.bc.ceres.swing.binding.Binding
Clears the current problem.
clearRemovedList() - Method in class org.esa.snap.core.datamodel.ProductNodeGroup
 
clearRemovedList() - Method in class org.esa.snap.core.datamodel.ProductNodeList
Clears the internal removed product nodes list.
CliHandler - Class in com.bc.ceres.standalone
Encapsulates the command line arguments handling.
CliHandler(String[]) - Constructor for class com.bc.ceres.standalone.CliHandler
 
clipCollection(FeatureCollection<SimpleFeatureType, SimpleFeature>, CoordinateReferenceSystem, Geometry, CoordinateReferenceSystem, String, CoordinateReferenceSystem, ProgressMonitor) - Static method in class org.esa.snap.core.util.FeatureUtils
Clips the given sourceCollection against the clipGeometry and reprojects the clipped features to the targetCrs.
clipFeatureCollectionToProductBounds(FeatureCollection<SimpleFeatureType, SimpleFeature>, Product, FeatureUtils.FeatureCrsProvider, ProgressMonitor) - Static method in class org.esa.snap.core.util.FeatureUtils
 
clipToProductBounds() - Method in interface org.esa.snap.core.util.FeatureUtils.FeatureCrsProvider
 
clone() - Method in class com.bc.ceres.grender.support.DefaultViewport
 
clone() - Method in interface com.bc.ceres.grender.Viewport
Creates a clone of this viewport.
clone() - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
clone() - Method in interface com.bc.ceres.swing.figure.Figure
 
clone() - Method in class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
clone() - Method in class com.bc.ceres.swing.figure.support.DefaultFigureSelection
 
clone() - Method in class com.bc.ceres.swing.figure.support.DefaultShapeFigure
 
clone() - Method in class com.bc.ceres.swing.selection.AbstractSelection
 
clone() - Method in interface com.bc.ceres.swing.selection.Selection
Creates and returns a copy of this selection.
clone() - Method in class com.bc.ceres.swing.selection.support.DefaultSelection
 
clone() - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
 
clone() - Method in class org.esa.snap.core.dataio.geocoding.forward.PixelForward
 
clone() - Method in class org.esa.snap.core.dataio.geocoding.forward.PixelInterpolatingForward
 
clone() - Method in class org.esa.snap.core.dataio.geocoding.forward.TiePointBilinearForward
 
clone() - Method in class org.esa.snap.core.dataio.geocoding.forward.TiePointSplineForward
 
clone() - Method in interface org.esa.snap.core.dataio.geocoding.ForwardCoding
Create a shallow copy of the ForwardCoding, rasterdata is shared;
clone() - Method in class org.esa.snap.core.dataio.geocoding.inverse.PixelGeoIndexInverse
 
clone() - Method in class org.esa.snap.core.dataio.geocoding.inverse.PixelQuadTreeInverse
 
clone() - Method in class org.esa.snap.core.dataio.geocoding.inverse.TiePointInverse
 
clone() - Method in interface org.esa.snap.core.dataio.geocoding.InverseCoding
Create a shallow copy of the InverseCoding, rasterdata is shared;
clone() - Method in class org.esa.snap.core.datamodel.AbstractGeoCoding
Creates a shallow clone of this geocoding.
clone() - Method in class org.esa.snap.core.datamodel.ColorPaletteDef
 
clone() - Method in class org.esa.snap.core.datamodel.ColorPaletteDef.Point
 
clone() - Method in class org.esa.snap.core.datamodel.CombinedFXYGeoCoding
 
clone() - Method in class org.esa.snap.core.datamodel.CombinedFXYGeoCoding.CodingWrapper
 
clone() - Method in class org.esa.snap.core.datamodel.FXYGeoCoding
 
clone() - Method in class org.esa.snap.core.datamodel.GcpGeoCoding
 
clone() - Method in interface org.esa.snap.core.datamodel.GeoCoding
Creates a shallow clone of this geocoding.
clone() - Method in class org.esa.snap.core.datamodel.ImageInfo
Creates and returns a copy of this object.
clone() - Method in class org.esa.snap.core.datamodel.Kernel
Clones this object.
clone() - Method in class org.esa.snap.core.datamodel.ProductData.Byte
 
clone() - Method in class org.esa.snap.core.datamodel.RGBChannelDef
 
clone() - Method in class org.esa.snap.core.datamodel.TiePointGeoCoding
Deprecated.
 
clone() - Method in class org.esa.snap.core.dataop.barithm.RasterDataSymbol
 
clone() - Method in class org.esa.snap.core.dataop.barithm.SingleFlagSymbol
 
clone() - Method in class org.esa.snap.core.dataop.dem.Orthorectifier
Creates a shallow clone of this geocoding.
clone() - Method in class org.esa.snap.core.dataop.maptransf.Datum
Deprecated.
 
clone() - Method in class org.esa.snap.core.dataop.maptransf.Ellipsoid
Deprecated.
 
clone() - Method in class org.esa.snap.core.dataop.maptransf.MapInfo
Deprecated.
 
clone() - Method in class org.esa.snap.core.dataop.maptransf.MapProjection
Deprecated.
 
clone() - Method in class org.esa.snap.core.util.IntMap
 
cloneFlags(FlagCoding, FlagCoding) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
cloneIndexes(IndexCoding, IndexCoding) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
cloneMetadataAttributes(MetadataElement, MetadataElement) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
cloneMetadataElements(MetadataElement, MetadataElement, int) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
cloneMetadataElementsAndAttributes(MetadataElement, MetadataElement, int) - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
 
cloneTiePointGrid() - Method in class org.esa.snap.core.datamodel.TiePointGrid
 
close() - Method in class com.bc.ceres.core.VirtualDir
Closes access to this virtual directory.
close() - Method in class com.bc.ceres.swing.progress.ProgressDialog
Indicate that the operation is complete.
close() - Method in class com.bc.ceres.util.TemplateReader
Close the stream.
close() - Method in class org.esa.snap.core.dataio.AbstractProductBuilder
Closes the access to all currently opened resources such as file input streams and all resources of this children directly owned by this reader.
close() - Method in class org.esa.snap.core.dataio.AbstractProductReader
Closes the access to all currently opened resources such as file input streams and all resources of this children directly owned by this reader.
close() - Method in class org.esa.snap.core.dataio.dimap.DimapProductReader
Closes the access to all currently opened resources such as file input streams and all resources of this children directly owned by this reader.
close() - Method in class org.esa.snap.core.dataio.dimap.DimapProductWriter
Closes all output streams currently open.
close() - Method in class org.esa.snap.core.dataio.ProductFlipper
Closes the access to all currently opened resources such as file input streams and all resources of this children directly owned by this reader.
close() - Method in interface org.esa.snap.core.dataio.ProductReader
Closes the access to all currently opened resources such as file input streams and all resources of this children directly owned by this reader.
close() - Method in interface org.esa.snap.core.dataio.ProductWriter
Closes all output streams currently open.
close() - Method in class org.esa.snap.core.dataio.rgb.ImageProductReader
 
close() - Method in class org.esa.snap.core.gpf.descriptor.dependency.BundleInstaller
 
close() - Method in class org.esa.snap.core.gpf.operators.tooladapter.DefaultOutputConsumer
 
close() - Method in class org.esa.snap.core.util.io.CsvWriter
 
close() - Method in class org.esa.snap.core.util.io.ObservableInputStream
Overrides FilterInputStream.close to close the progress observer as well as the stream.
close() - Method in class org.esa.snap.core.util.XmlWriter
Deprecated.
 
closeIO() - Method in class org.esa.snap.core.datamodel.Product
Closes the file I/O for this product.
closeProductReader() - Method in class org.esa.snap.core.datamodel.Product
Closes and clears this product's reader (if any).
closeProductWriter() - Method in class org.esa.snap.core.datamodel.Product
Closes and clears this product's writer (if any).
CLOSING - org.esa.snap.core.datamodel.GeneralFilterBand.OpType
 
Code - Class in com.bc.ceres.compiler
A file object used to represent Java source coming from a string.
Code(String, String) - Constructor for class com.bc.ceres.compiler.Code
Constructs a new JavaCode file object.
CodeClassGenerator - Class in org.esa.snap.core.util.geotiff.codes
 
CodeClassGenerator() - Constructor for class org.esa.snap.core.util.geotiff.codes.CodeClassGenerator
 
CodeCompiler - Class in com.bc.ceres.compiler
A Java code compiler.
CodeCompiler(File, File[]) - Constructor for class com.bc.ceres.compiler.CodeCompiler
 
CodeCompiler(JavaCompiler, File, File[]) - Constructor for class com.bc.ceres.compiler.CodeCompiler
 
CodeMapper - Class in com.bc.ceres.compiler
 
CodeMapper() - Constructor for class com.bc.ceres.compiler.CodeMapper
 
CodeMapper.CodeMapping - Interface in com.bc.ceres.compiler
 
CodeMapper.NameMapper - Interface in com.bc.ceres.compiler
 
CodingWrapper(FXYGeoCoding, int, int, int, int) - Constructor for class org.esa.snap.core.datamodel.CombinedFXYGeoCoding.CodingWrapper
 
col - Variable in class com.bc.ceres.swing.TableLayout.Cell
 
CollapsiblePane - Class in com.bc.ceres.swing
 
CollapsiblePane(String, Component, boolean, boolean) - Constructor for class com.bc.ceres.swing.CollapsiblePane
Constructs a new CollapsiblePane.
CollectionData - Interface in com.bc.ceres.binio
A collection of elements.
CollectionHelper - Class in org.esa.snap.core.util
Helper class for simplifying lambda expression usage on collections and arrays.
CollectionHelper() - Constructor for class org.esa.snap.core.util.CollectionHelper
 
CollectionLayer - Class in com.bc.ceres.glayer
A layer which can contain other layers.
CollectionLayer() - Constructor for class com.bc.ceres.glayer.CollectionLayer
 
CollectionLayer(CollectionLayer.Type, PropertySet, String) - Constructor for class com.bc.ceres.glayer.CollectionLayer
 
CollectionLayer(String) - Constructor for class com.bc.ceres.glayer.CollectionLayer
 
CollectionLayer.Type - Class in com.bc.ceres.glayer
 
CollectionType - Interface in com.bc.ceres.binio
 
COLOR_LOWER_CASE - Static variable in class org.esa.snap.core.util.NamingConventionSnap
 
COLOR_MANIPULATION_DEBUG - Static variable in class org.esa.snap.core.datamodel.ColorManipulationDefaults
 
COLOR_MIXED_CASE - Static variable in class org.esa.snap.core.util.NamingConventionSnap
 
COLOR_SCHEME_LOOKUP_FILENAME - Static variable in class org.esa.snap.core.datamodel.ColorManipulationDefaults
 
COLOR_SCHEMES_FILENAME - Static variable in class org.esa.snap.core.datamodel.ColorManipulationDefaults
 
COLOR_UPPER_CASE - Static variable in class org.esa.snap.core.util.NamingConventionSnap
 
ColorConverter - Class in com.bc.ceres.binding.converters
 
ColorConverter() - Constructor for class com.bc.ceres.binding.converters.ColorConverter
 
ColoredBandImageMultiLevelSource - Class in org.esa.snap.core.image
A multi-level source (= level-image source for image pyramids) for visual RGB images derived from RasterDataNodes.
ColorEditor - Class in org.esa.snap.core.param.editors
An editor which uses a coloured JComponent if, when clicked, opens a JColorChooser.
ColorEditor(Parameter) - Constructor for class org.esa.snap.core.param.editors.ColorEditor
 
ColoredMaskImageMultiLevelSource - Class in org.esa.snap.core.image
 
ColoredMaskImageMultiLevelSource(MultiLevelModel, Product, Color, String, boolean) - Constructor for class org.esa.snap.core.image.ColoredMaskImageMultiLevelSource
 
ColorManipulationDefaults - Class in org.esa.snap.core.datamodel
Configuration which contains many key parameters with defaults and labels for the color manipulation tool
ColorManipulationDefaults() - Constructor for class org.esa.snap.core.datamodel.ColorManipulationDefaults
 
ColorPaletteDef - Class in org.esa.snap.core.datamodel
The ColorPaletteDef class represents a curve that is used to transform the sample values of a geo-physical band into color palette indexes.
ColorPaletteDef(double, double) - Constructor for class org.esa.snap.core.datamodel.ColorPaletteDef
 
ColorPaletteDef(double, double, double) - Constructor for class org.esa.snap.core.datamodel.ColorPaletteDef
 
ColorPaletteDef(ColorPaletteDef.Point[]) - Constructor for class org.esa.snap.core.datamodel.ColorPaletteDef
 
ColorPaletteDef(ColorPaletteDef.Point[], int) - Constructor for class org.esa.snap.core.datamodel.ColorPaletteDef
 
ColorPaletteDef.Point - Class in org.esa.snap.core.datamodel
 
ColorSchemeInfo - Class in org.esa.snap.core.datamodel
Contains all info for a color scheme
ColorSchemeInfo(String, boolean, boolean, String, String, String, double, double, boolean, boolean, String, String, String, File) - Constructor for class org.esa.snap.core.datamodel.ColorSchemeInfo
 
ColorValidator - Class in org.esa.snap.core.param.validators
 
ColorValidator() - Constructor for class org.esa.snap.core.param.validators.ColorValidator
 
colspan - Variable in class com.bc.ceres.swing.TableLayout.Cell
 
ColumnMajorMatrixFactory - Class in org.esa.snap.core.util.math
Matrix factory implementation.
ColumnMajorMatrixFactory() - Constructor for class org.esa.snap.core.util.math.ColumnMajorMatrixFactory
 
com.bc.ceres.annotation - package com.bc.ceres.annotation
 
com.bc.ceres.binding - package com.bc.ceres.binding
The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.
com.bc.ceres.binding.accessors - package com.bc.ceres.binding.accessors
Contains some common PropertyAccessor implementations.
com.bc.ceres.binding.converters - package com.bc.ceres.binding.converters
Contains some common Converter implementations.
com.bc.ceres.binding.dom - package com.bc.ceres.binding.dom
Provides a very basic DOM abstraction and a converter for it.
com.bc.ceres.binding.validators - package com.bc.ceres.binding.validators
Contains some common Validator implementations.
com.bc.ceres.binio - package com.bc.ceres.binio
The core binio API.
com.bc.ceres.binio.binx - package com.bc.ceres.binio.binx
Provides the ability to read BinX schema files.
com.bc.ceres.binio.expr - package com.bc.ceres.binio.expr
Contains interfaces and classes which shall enable users to describe their data formats using an interpreted language by constructing an evaluatable tree of expressions.
com.bc.ceres.binio.util - package com.bc.ceres.binio.util
Utilities for the binio API.
com.bc.ceres.compiler - package com.bc.ceres.compiler
 
com.bc.ceres.core - package com.bc.ceres.core
Provides low-level application classes for service registration, progress monitoring and assertions.
com.bc.ceres.core.runtime - package com.bc.ceres.core.runtime
Provides the module runtime framework.
com.bc.ceres.glayer - package com.bc.ceres.glayer
The graphical layer API is used to render multi-layer images/displays from various sources.
com.bc.ceres.glayer.annotations - package com.bc.ceres.glayer.annotations
 
com.bc.ceres.glayer.support - package com.bc.ceres.glayer.support
Various support classes for the com.bc.ceres.glayer API.
com.bc.ceres.glayer.support.filters - package com.bc.ceres.glayer.support.filters
 
com.bc.ceres.glayer.swing - package com.bc.ceres.glayer.swing
Swing user interface support for the com.bc.ceres.glayer API.
com.bc.ceres.glayer.tools - package com.bc.ceres.glayer.tools
 
com.bc.ceres.glevel - package com.bc.ceres.glevel
Adds multi-resolution / image pyramid capabilities to JAI.
com.bc.ceres.glevel.support - package com.bc.ceres.glevel.support
Various support classes for the com.bc.ceres.glevel API.
com.bc.ceres.grender - package com.bc.ceres.grender
Interfaces used to render graphics using a Viewport onto a Rendering.
com.bc.ceres.grender.support - package com.bc.ceres.grender.support
Support implementations for the com.bc.ceres.grender API.
com.bc.ceres.jai - package com.bc.ceres.jai
 
com.bc.ceres.jai.js - package com.bc.ceres.jai.js
 
com.bc.ceres.jai.operator - package com.bc.ceres.jai.operator
 
com.bc.ceres.jai.opimage - package com.bc.ceres.jai.opimage
 
com.bc.ceres.jai.tilecache - package com.bc.ceres.jai.tilecache
 
com.bc.ceres.launcher - package com.bc.ceres.launcher
 
com.bc.ceres.metadata - package com.bc.ceres.metadata
 
com.bc.ceres.nbmgen - package com.bc.ceres.nbmgen
 
com.bc.ceres.resource - package com.bc.ceres.resource
 
com.bc.ceres.standalone - package com.bc.ceres.standalone
 
com.bc.ceres.swing - package com.bc.ceres.swing
Provides general Swing utility classes.
com.bc.ceres.swing.actions - package com.bc.ceres.swing.actions
 
com.bc.ceres.swing.binding - package com.bc.ceres.swing.binding
Provides a context for binding Swing components to a PropertyContainer which again may wrap plain Java objects.
com.bc.ceres.swing.debug - package com.bc.ceres.swing.debug
 
com.bc.ceres.swing.demo - package com.bc.ceres.swing.demo
 
com.bc.ceres.swing.figure - package com.bc.ceres.swing.figure
 
com.bc.ceres.swing.figure.interactions - package com.bc.ceres.swing.figure.interactions
 
com.bc.ceres.swing.figure.support - package com.bc.ceres.swing.figure.support
 
com.bc.ceres.swing.progress - package com.bc.ceres.swing.progress
Provides UI-support classes for progress monitoring.
com.bc.ceres.swing.selection - package com.bc.ceres.swing.selection
 
com.bc.ceres.swing.selection.support - package com.bc.ceres.swing.selection.support
 
com.bc.ceres.swing.undo - package com.bc.ceres.swing.undo
 
com.bc.ceres.swing.undo.support - package com.bc.ceres.swing.undo.support
 
com.bc.ceres.swing.update - package com.bc.ceres.swing.update
Provides a complete Ceres Module Manager UI to Swing applications.
com.bc.ceres.util - package com.bc.ceres.util
 
CombinedFXYGeoCoding - Class in org.esa.snap.core.datamodel
A geo-coding based on a combination of GeoCodings.
CombinedFXYGeoCoding(CombinedFXYGeoCoding.CodingWrapper[]) - Constructor for class org.esa.snap.core.datamodel.CombinedFXYGeoCoding
 
CombinedFXYGeoCoding.CodingWrapper - Class in org.esa.snap.core.datamodel
 
ComboBoxEditor - Class in org.esa.snap.core.param.editors
An editor which uses a JComboBox.
ComboBoxEditor(Parameter) - Constructor for class org.esa.snap.core.param.editors.ComboBoxEditor
 
ComboBoxSelectionContext - Class in com.bc.ceres.swing.selection.support
A selection provider that wraps a JList.
ComboBoxSelectionContext(JComboBox) - Constructor for class com.bc.ceres.swing.selection.support.ComboBoxSelectionContext
 
CommandLineArgs - Class in org.esa.snap.core.gpf.main
The parsed command-line arguments for GPT.
CommandLineContext - Interface in org.esa.snap.core.gpf.main
 
CommandLineTool - Class in org.esa.snap.core.gpf.main
The common command-line tool for the GPF.
CommandLineTool() - Constructor for class org.esa.snap.core.gpf.main.CommandLineTool
Constructs a new tool.
CommandLineTool(CommandLineContext) - Constructor for class org.esa.snap.core.gpf.main.CommandLineTool
Constructs a new tool with the given context.
COMP(String, CompoundExpr.Member...) - Static method in class com.bc.ceres.binio.expr.ExpressionBuilder
 
COMP_PRODUCTS_FOR_BAND_ARITHMETHIK_KEY - Static variable in class org.esa.snap.core.param.ParamProperties
 
compare(Version, Version) - Static method in class com.bc.ceres.core.runtime.Version
 
compare(TileComputationEvent, TileComputationEvent) - Method in class org.esa.snap.core.gpf.monitor.TileUsageReportGenerator.GroupingComparator
 
compare(TileComputationEvent, TileComputationEvent) - Method in class org.esa.snap.core.gpf.monitor.TileUsageReportGenerator.ImagesComparator
 
compare(TileComputationEvent, TileComputationEvent) - Method in class org.esa.snap.core.gpf.monitor.TileUsageReportGenerator.StartTimeComparator
 
compare(TileComputationEvent, TileComputationEvent) - Method in class org.esa.snap.core.gpf.monitor.TileUsageReportGenerator.ThreadNamesComparator
 
compare(TileComputationEvent, TileComputationEvent) - Method in class org.esa.snap.core.gpf.monitor.TileUsageReportGenerator.TileIndicesComparator
 
compare(Term) - Method in class org.esa.snap.core.jexp.Term.Call
 
compare(Term) - Method in class org.esa.snap.core.jexp.Term
 
compare(Term) - Method in class org.esa.snap.core.jexp.Term.Const
 
compare(Term) - Method in class org.esa.snap.core.jexp.Term.Op
 
compare(Term) - Method in class org.esa.snap.core.jexp.Term.Ref
 
compareTo(Object) - Method in class com.bc.ceres.core.runtime.Version
 
compile(Code) - Method in class com.bc.ceres.compiler.CodeCompiler
 
compile(String, String, String) - Method in class com.bc.ceres.compiler.CodeCompiler
 
complete() - Method in class org.esa.snap.core.util.ThreadExecutor
 
completeProductNodesReading(Product) - Method in class org.esa.snap.core.dataio.dimap.DimapProductReader.ReaderExtender
 
ComponentAdapter - Class in com.bc.ceres.swing.binding
A component adapter provides the GUI components used to edit a bound property value.
ComponentAdapter() - Constructor for class com.bc.ceres.swing.binding.ComponentAdapter
 
ComponentFactory - Class in org.esa.snap.core.dataio.geocoding
 
ComponentFactory() - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentFactory
 
ComponentGeoCoding - Class in org.esa.snap.core.dataio.geocoding
 
ComponentGeoCoding(GeoRaster, ForwardCoding, InverseCoding) - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
Constructs a GeoCoding with given GeoRaster, ForwardCoding and InverseCoding.
ComponentGeoCoding(GeoRaster, ForwardCoding, InverseCoding, GeoChecks) - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
Constructs a GeoCoding with given GeoRaster, ForwardCoding, InverseCoding and GeoCheck definition to be executed during initialize phase.
ComponentGeoCoding(GeoRaster, ForwardCoding, InverseCoding, GeoChecks, CoordinateReferenceSystem) - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
Constructs a GeoCoding with given GeoRaster, ForwardCoding, InverseCoding, GeoChecks to be performed during initialization and CRS.
ComponentGeoCoding(GeoRaster, ForwardCoding, InverseCoding, CoordinateReferenceSystem) - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCoding
Constructs a GeoCoding with given GeoRaster, ForwardCoding, InverseCoding and CRS.
ComponentGeoCodingPersistable - Class in org.esa.snap.core.dataio.geocoding
Deprecated.
dont further use this class. Now it is wrapped by ComponentGeoCodingPersistenceConverter
ComponentGeoCodingPersistable() - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistable
Deprecated.
 
ComponentGeoCodingPersistableSpi - Class in org.esa.snap.core.dataio.geocoding
Deprecated.
ComponentGeoCodingPersistableSpi() - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistableSpi
Deprecated.
 
ComponentGeoCodingPersistenceConverter - Class in org.esa.snap.core.dataio.geocoding
 
ComponentGeoCodingPersistenceConverter() - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistenceConverter
 
ComponentGeoCodingPersistenceSpi - Class in org.esa.snap.core.dataio.geocoding
 
ComponentGeoCodingPersistenceSpi() - Constructor for class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistenceSpi
 
Composite - Enum in com.bc.ceres.glayer
An enumeration used by Layer.
COMPOUND(String, CompoundMember...) - Static method in class com.bc.ceres.binio.TypeBuilder
Creates a compound type.
CompoundData - Interface in com.bc.ceres.binio
A compound of members of any type.
CompoundExpr - Class in com.bc.ceres.binio.expr
 
CompoundExpr(String, CompoundExpr.Member[]) - Constructor for class com.bc.ceres.binio.expr.CompoundExpr
 
CompoundExpr.Member - Class in com.bc.ceres.binio.expr
 
CompoundMember - Interface in com.bc.ceres.binio
 
CompoundType - Interface in com.bc.ceres.binio
 
computeBandPixelRegion(GeoCoding, GeoCoding, int, int, int, int, boolean) - Method in class org.esa.snap.core.subset.AbstractSubsetRegion
 
computeBandPixelRegion(GeoCoding, GeoCoding, int, int, int, int, boolean) - Method in class org.esa.snap.core.subset.GeometrySubsetRegion
 
computeBandPixelRegion(GeoCoding, GeoCoding, int, int, int, int, boolean) - Method in class org.esa.snap.core.subset.PixelSubsetRegion
 
computeBounds() - Method in class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
computeCornerBasedIndex(double, double, int, int, Resampling.Index) - Method in interface org.esa.snap.core.dataop.resamp.Resampling
Computes the index's properties for the given non-pixel coordinate without pixel center intensity assumption.
computeErrorStatistics(double[][], int[], FXY[], double[]) - Static method in class org.esa.snap.core.util.math.Approximator
Returns the root mean square error (RMSE) for the approximation of the given data with a function given by z(x,y) = c[0]*f[0](x,y) + c[1]*f[1](x,y) + c[2]*f[2](x,y) + ...
computeFracIndex(IntervalPartition, double, FracIndex) - Static method in class org.esa.snap.core.util.math.LookupTable
Computes the FracIndex of a coordinate value with respect to a given interval partition.
computeGeometryUsingPixelRegion(GeoCoding, Rectangle) - Static method in class org.esa.snap.core.util.GeoUtils
 
computeHashForDirectory(Path) - Static method in class org.esa.snap.core.util.io.FileUtils
 
computeHashForFile(Path) - Static method in class org.esa.snap.core.util.io.FileUtils
 
computeHistogram(RenderedImage, ROI, int, Range) - Static method in class org.esa.snap.core.util.math.Histogram
 
computeHistogramByte(byte[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given byte array in the given value range.
computeHistogramDouble(double[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given double array in the given value range.
computeHistogramDouble(DoubleList, IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given Histogram.DoubleList in the given value range.
computeHistogramFloat(float[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given float array in the given value range.
computeHistogramGeneric(Object, boolean, IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given Histogram.DoubleList in the given value range.
computeHistogramInt(int[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given int array in the given value range.
computeHistogramShort(short[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given short array in the given value range.
computeHistogramUByte(byte[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given byte array in the given value range.
computeHistogramUInt(int[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given int array in the given value range.
computeHistogramUShort(short[], IndexValidator, int, Range, Histogram, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Histogram
Computes the histogram for the values in the given short array in the given value range.
computeIndex(double, double, int, int, Resampling.Index) - Method in class org.esa.snap.core.dataop.resamp.BilinearInterpolationResampling
 
computeIndex(double, double, int, int, Resampling.Index) - Method in interface org.esa.snap.core.dataop.resamp.Resampling
Computes the index's properties for the given pixel coordinate.
computeIntersection(int, int, int, int) - Method in class org.esa.snap.core.image.ImageReadBoundsSupport
 
computeIntersectionOnNormalBounds(Rectangle) - Method in class org.esa.snap.core.image.AbstractSubsetTileOpImage
 
computeLevelSize(int, int) - Static method in class org.esa.snap.core.util.ImageUtils
 
computeLevelSizeAsDouble(int, int) - Static method in class org.esa.snap.core.util.ImageUtils
 
computeLevelTotalImageHeight(int) - Method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
computeLevelTotalImageWidth(int) - Method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
computeMaxVisibleModelBounds(Rectangle2D, double) - Static method in class com.bc.ceres.glayer.swing.LayerCanvas
 
computeMinimumLevelCount() - Method in class org.esa.snap.core.image.MosaicMatrix
 
computeMinMaxY(PixelPos[]) - Static method in class org.esa.snap.core.util.ProductUtils
Computes the minimum and maximum y value of the given PixelPos array.
computePixel(int, int, Sample[], WritableSample[]) - Method in class org.esa.snap.core.gpf.pointop.PixelOperator
Computes the target samples from the given source samples.
computePixelRegion(Product, Geometry, int) - Static method in class org.esa.snap.core.gpf.common.SubsetOp
Non-API (yet).
computePixelRegionUsingGeometry(GeoCoding, int, int, Geometry, int, boolean, boolean) - Static method in class org.esa.snap.core.util.GeoUtils
 
computePreferredTileSize(int, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
computePreferredTileSize(int, int, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
computeProductData(ProductData, Rectangle) - Method in class org.esa.snap.core.image.BandOpImage
 
computeProductData(ProductData, Rectangle) - Method in class org.esa.snap.core.image.RasterDataNodeOpImage
Computes the target pixel data for this level image.
computeProductData(ProductData, Rectangle) - Method in class org.esa.snap.core.image.RasterDataNodeSampleOpImage
 
computeProductData(ProductData, Rectangle) - Method in class org.esa.snap.core.image.TiePointGridOpImage
 
computeProductPixelRegion(GeoCoding, int, int, boolean) - Method in class org.esa.snap.core.subset.AbstractSubsetRegion
 
computeProductPixelRegion(GeoCoding, int, int, boolean) - Method in class org.esa.snap.core.subset.GeometrySubsetRegion
 
computeProductPixelRegion(GeoCoding, int, int, boolean) - Method in class org.esa.snap.core.subset.PixelSubsetRegion
 
computeRangeByte(byte[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given byte array.
computeRangeDouble(double[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given double array.
computeRangeDouble(double[], Range) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given double array.
computeRangeDouble(DoubleList, IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given Range.DoubleList.
computeRangeFloat(float[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given float array.
computeRangeGeneric(Object, boolean, IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given Object.
computeRangeInt(int[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given int array.
computeRangeShort(short[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given short array.
computeRangeUByte(byte[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given byte array.
computeRangeUInt(int[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given int array.
computeRangeUShort(short[], IndexValidator, Range, ProgressMonitor) - Static method in class org.esa.snap.core.util.math.Range
Computes the value range for the values in the given short array.
computeRasterGeometry(GeoCoding, int, int) - Static method in class org.esa.snap.core.util.GeoUtils
 
computeRasterGeometry(GeoCoding, int, int, boolean, boolean) - Static method in class org.esa.snap.core.util.GeoUtils
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class com.bc.ceres.jai.opimage.GeneralFilterOpImage
Performs convolution on a specified rectangle.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class com.bc.ceres.jai.opimage.PaintOpImage
Performs convolution on a specified rectangle.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class com.bc.ceres.jai.opimage.ReinterpretOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.FillConstantOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.ReplaceValueOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.SingleBandedOpImage
Empty implementation.
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.PlacemarkMaskOpImage
 
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.RasterDataNodeOpImage
 
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.ShapeMaskOpImage
 
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.VectorDataMaskOpImage
 
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class org.esa.snap.core.image.VirtualBandOpImage
 
computeRegionMap(Rectangle, String, Product, String[]) - Static method in class org.esa.snap.core.gpf.common.SubsetOp
 
computeRegionMap(Rectangle, Product, String[]) - Static method in class org.esa.snap.core.gpf.common.SubsetOp
 
computeRegionMap(Geometry, Product, String[]) - Static method in class org.esa.snap.core.gpf.common.SubsetOp
 
computeResolutionInKm(double[], double[], int, int) - Static method in class org.esa.snap.core.dataio.geocoding.util.RasterUtils
 
computeRMSE(double[][], int[], FXY[], double[]) - Static method in class org.esa.snap.core.util.math.Approximator
Returns the root mean square error (RMSE) for the approximation of the given data with a function given by z(x,y) = c[0]*f[0](x,y) + c[1]*f[1](x,y) + c[2]*f[2](x,y) + ...
computeRoundFactor(double, double, int) - Static method in class org.esa.snap.core.util.math.MathUtils
Computes a rounding factor suitable for the given value range and number of significant digits after the decimal point.
computeRoundFactor(float, float, int) - Static method in class org.esa.snap.core.util.math.MathUtils
Computes a rounding factor suitable for the given value range and number of significant digits.
computeSample(int, int) - Method in class org.esa.snap.core.image.RasterDataNodeSampleOpImage
Computes the sample value at the given source pixel coordinates sourceX and sourceY.
computeSample(int, int, Sample[], WritableSample) - Method in class org.esa.snap.core.gpf.pointop.SampleOperator
Computes a single target sample from the given source samples.
computeSceneRasterSize(int, int, Dimension) - Static method in class org.esa.snap.core.util.ImageUtils
 
computeSourcePixelCoordinates(GeoCoding, int, int, GeoCoding, Rectangle) - Static method in class org.esa.snap.core.util.ProductUtils
 
computeSourceX(double) - Method in class org.esa.snap.core.image.AbstractSubsetTileOpImage
 
computeSourceY(double) - Method in class org.esa.snap.core.image.AbstractSubsetTileOpImage
 
computeStxImpl(int, ProgressMonitor) - Method in class org.esa.snap.core.datamodel.Band
 
computeStxImpl(int, ProgressMonitor) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Computes the statistics.
computeTile(int, int) - Method in class org.esa.snap.core.image.TiledFileOpImage
Computes a tile.
computeTile(int, int) - Method in class org.esa.snap.core.image.VirtualBandOpImage
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.BandMathsOp
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.JaiOp
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.MergeOp
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.ReadOp
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.SubsetOp
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.WriteOp
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.WriteRGBOp
 
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.Operator
Called by the framework in order to compute a tile for the given target band.
computeTile(Band, Tile, ProgressMonitor) - Method in class org.esa.snap.core.gpf.pointop.SampleOperator
Overridden to call the computeSample method for every pixel in the given tile's rectangle.
computeTileCount(int, int) - Static method in class org.esa.snap.core.util.ImageUtils
 
computeTileStack(Map<Band, Tile>, Rectangle, ProgressMonitor) - Method in class org.esa.snap.core.gpf.common.WriteOp
 
computeTileStack(Map<Band, Tile>, Rectangle, ProgressMonitor) - Method in class org.esa.snap.core.gpf.Operator
Called by the framework in order to compute the stack of tiles for the given target bands.
computeTileStack(Map<Band, Tile>, Rectangle, ProgressMonitor) - Method in class org.esa.snap.core.gpf.pointop.PixelOperator
 
computeTopLeftDecompressedTileHeight(Rectangle, int) - Static method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
computeTopLeftDecompressedTileWidth(Rectangle, int) - Static method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
computeTopLeftMatrixCellReadBounds() - Method in class org.esa.snap.core.image.AbstractMatrixMosaicSubsetMultiLevelSource
 
computeTopLeftUncompressedTileHeight(Rectangle, int) - Static method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
computeTopLeftUncompressedTileWidth(Rectangle, int) - Static method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
computeTotalHeight() - Method in class org.esa.snap.core.image.MosaicMatrix
 
computeTotalWidth() - Method in class org.esa.snap.core.image.MosaicMatrix
 
computeTranslateDifference(float, int, int, int, int, int) - Static method in class org.esa.snap.core.image.AbstractMosaicSubsetMultiLevelSource
 
computeY(FX[], double[], double) - Static method in class org.esa.snap.core.util.math.Approximator
Computes y(x) = sum(c[i] * f[i](x), i = 0, n - 1).
computeZ(double, double) - Method in class org.esa.snap.core.util.math.FXYSum.BiCubic
 
computeZ(double, double) - Method in class org.esa.snap.core.util.math.FXYSum.BiLinear
 
computeZ(double, double) - Method in class org.esa.snap.core.util.math.FXYSum.BiQuadric
 
computeZ(double, double) - Method in class org.esa.snap.core.util.math.FXYSum
Computes this sum of function terms z(x,y) = sum(c[i] * f[i](x,y), i=0, n-1).
computeZ(double, double) - Method in class org.esa.snap.core.util.math.FXYSum.Cubic
 
computeZ(double, double) - Method in class org.esa.snap.core.util.math.FXYSum.Linear
 
computeZ(double, double) - Method in class org.esa.snap.core.util.math.FXYSum.Quadric
 
computeZ(FXY[], double[], double, double) - Static method in class org.esa.snap.core.util.math.Approximator
Computes z(x,y) = sum(c[i] * f[i](x,y), i = 0, n - 1).
computeZ(FXY[], double[], double, double) - Static method in class org.esa.snap.core.util.math.FXYSum
Computes z(x,y) = sum(c[i] * f[i](x,y), i = 0, n - 1).
ConcurrentMultiLevelRenderer - Class in com.bc.ceres.glevel.support
 
ConcurrentMultiLevelRenderer() - Constructor for class com.bc.ceres.glevel.support.ConcurrentMultiLevelRenderer
 
Cond(int, Term, Term, Term) - Constructor for class org.esa.snap.core.jexp.Term.Cond
 
condition() - Method in annotation type org.esa.snap.core.gpf.annotations.Parameter
Gets a conditional expression which must return true in order to indicate that the parameter value is valid, e.g.
Condition() - Constructor for class com.bc.ceres.swing.binding.Enablement.Condition
 
Condition() - Constructor for class org.esa.snap.core.gpf.common.MosaicOp.Condition
 
Condition(String, String, boolean) - Constructor for class org.esa.snap.core.gpf.common.MosaicOp.Condition
 
Config() - Constructor for class org.esa.snap.core.datamodel.TransectProfileData.Config
 
ConfigurableExtension - Interface in com.bc.ceres.core.runtime
A configurable extension.
ConfigurationElement - Interface in com.bc.ceres.core.runtime
A configuration element of an extension.
ConfigurationElementBase<T> - Interface in com.bc.ceres.core.runtime
A configuration element, with its attributes and children, directly reflects the content and structure of the extension and extension point sections within the declaring module's manifest (module.xml) file.
ConfigurationSchemaElement - Interface in com.bc.ceres.core.runtime
A configuration element of an extension point (schema).
configure(ConfigurationElement) - Method in interface com.bc.ceres.core.runtime.ConfigurableExtension
Configures this extension with the supplied configuration data.
configure(ConfigurationElement) - Method in class org.esa.snap.core.datamodel.RGBImageProfile
Deprecated.
Not in use anymore. Was used in BEAM. Might be removed in the future. Deprecated since SNAP 9.
configureContainer(Container, Mask) - Method in class org.esa.snap.core.datamodel.AbstractMaskPersistenceConverter
 
configureContainer(Container, Mask) - Method in class org.esa.snap.core.datamodel.RangeTypeMaskPersistenceConverter
 
configureContainer(Container, Mask) - Method in class org.esa.snap.core.datamodel.VectorDataMaskPersistenceConverter
 
configureElement(Element, Mask) - Method in class org.esa.snap.core.dataio.dimap.spi.MaskPersistable
 
configureElement(Element, Mask) - Method in class org.esa.snap.core.dataio.dimap.spi.RangeTypeMaskPersistable
 
configureHelpButton(JButton) - Method in interface com.bc.ceres.swing.update.ModuleManagerPane.HelpHandler
 
configureJAI() - Static method in class com.bc.ceres.glayer.tools.Tools
 
configureMask(Mask, Container, Product) - Method in class org.esa.snap.core.datamodel.AbstractMaskPersistenceConverter
 
configureMask(Mask, Container, Product) - Method in class org.esa.snap.core.datamodel.RangeTypeMaskPersistenceConverter
 
configureMask(Mask, Container, Product) - Method in class org.esa.snap.core.datamodel.VectorDataMaskPersistenceConverter
 
configureMask(Mask, Element, Product) - Method in class org.esa.snap.core.dataio.dimap.spi.MaskPersistable
 
configureMask(Mask, Element, Product) - Method in class org.esa.snap.core.dataio.dimap.spi.RangeTypeMaskPersistable
 
configurePreferredTileSize(Product) - Static method in class org.esa.snap.core.dataio.AbstractProductReader
 
configureSourceSamples(SourceSampleConfigurer) - Method in class org.esa.snap.core.gpf.pointop.PointOperator
Configures all source samples that this operator requires for the computation of target samples.
configureTargetProduct(ProductConfigurer) - Method in class org.esa.snap.core.gpf.pointop.PointOperator
Configures the target product via the given ProductConfigurer.
configureTargetSamples(TargetSampleConfigurer) - Method in class org.esa.snap.core.gpf.pointop.PointOperator
Configures all target samples computed by this operator.
configureXStream(XStream) - Method in class com.bc.ceres.binding.dom.XStreamDomConverter
 
ConnectionConfigData - Class in com.bc.ceres.swing.update
 
ConnectionConfigData() - Constructor for class com.bc.ceres.swing.update.ConnectionConfigData
 
ConnectionConfigPane - Class in com.bc.ceres.swing.update
 
ConnectionConfigPane(ConnectionConfigData) - Constructor for class com.bc.ceres.swing.update.ConnectionConfigPane
 
ConnectionConfigPane.ValidtationHandler - Interface in com.bc.ceres.swing.update
 
connectVertices - Variable in class org.esa.snap.core.datamodel.TransectProfileData.Config
 
connectVertices(boolean) - Method in class org.esa.snap.core.datamodel.TransectProfileDataBuilder
 
Const() - Constructor for class org.esa.snap.core.jexp.Term.Const
 
CONSTANT(Object) - Static method in class com.bc.ceres.binio.expr.ExpressionBuilder
 
ConstantExpr - Class in com.bc.ceres.binio.expr
 
ConstantExpr(Expression) - Constructor for class com.bc.ceres.binio.expr.ConstantExpr
 
ConstantExpr(Object) - Constructor for class com.bc.ceres.binio.expr.ConstantExpr
 
Constants - Class in com.bc.ceres.core.runtime
Defines all important Ceres constants.
Constants - Interface in org.esa.snap.core.dataio
 
Constants() - Constructor for class com.bc.ceres.core.runtime.Constants
 
ConstantTimeCoding - Class in org.esa.snap.core.datamodel
Time coding which returns a constant value.
ConstantTimeCoding(double) - Constructor for class org.esa.snap.core.datamodel.ConstantTimeCoding
 
ConstB(boolean) - Constructor for class org.esa.snap.core.jexp.Term.ConstB
 
ConstD(double) - Constructor for class org.esa.snap.core.jexp.Term.ConstD
 
ConstI(int) - Constructor for class org.esa.snap.core.jexp.Term.ConstI
 
ConstrainedLSU - Class in org.esa.snap.core.util.math
Performs a constrained linear spectral unmixing, where the sum of abundances always is equal to unity.
ConstrainedLSU(double[][]) - Constructor for class org.esa.snap.core.util.math.ConstrainedLSU
Constructs a new instance of this class.
construct(Context, Scriptable, Object[]) - Method in class com.bc.ceres.jai.js.JsJaiFunction
 
ConstS(String) - Constructor for class org.esa.snap.core.jexp.Term.ConstS
 
consumeOutput(String) - Method in class org.esa.snap.core.gpf.operators.tooladapter.DefaultOutputConsumer
 
consumeOutput(String) - Method in interface org.esa.snap.core.gpf.operators.tooladapter.ProcessOutputConsumer
Consume a line of output obtained from a tool.
Container - Class in org.esa.snap.core.dataio.persistence
 
Container(String) - Constructor for class org.esa.snap.core.dataio.persistence.Container
 
contains(double) - Method in class com.bc.ceres.binding.ValueRange
 
contains(int, int) - Method in class com.bc.ceres.glayer.swing.NavControl
Gives the UI delegate an opportunity to define the precise shape of this component for the sake of mouse processing.
contains(int, int) - Method in class com.bc.ceres.glayer.swing.NavControl2
 
contains(Figure) - Method in class com.bc.ceres.swing.figure.AbstractFigure
The default implementation returns false.
contains(Figure) - Method in interface com.bc.ceres.swing.figure.Figure
Tests if this figure fully contains the given figure.
contains(Figure) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
contains(Object) - Method in class com.bc.ceres.binding.ValueSet
 
contains(String) - Method in class org.esa.snap.core.datamodel.ProductNodeGroup
Tests whether a node with the given name is contained in this group.
contains(String) - Method in class org.esa.snap.core.datamodel.ProductNodeList
Tests if this list contains a node with the given name.
contains(String[], String) - Static method in class org.esa.snap.core.util.StringUtils
Tests whether a given string is contained in a given string array.
contains(Product) - Method in class org.esa.snap.core.datamodel.ProductManager
Tests whether the given product is contained in this list.
contains(T) - Method in class org.esa.snap.core.datamodel.ProductNodeGroup
Tests whether the given product is contained in this list.
contains(T) - Method in class org.esa.snap.core.datamodel.ProductNodeList
Tests if this list contains the given node.
containsAntiMeridian(double[], int) - Static method in class org.esa.snap.core.dataio.geocoding.util.RasterUtils
Checks if the longitude data raster contains the anti-meridian.
containsAttribute(String) - Method in class org.esa.snap.core.datamodel.MetadataElement
Checks whether this node has an element with the given name.
containsBand(String) - Method in class org.esa.snap.core.datamodel.Product
Tests if a band with the given name is contained in this product.
containsElement(String) - Method in class org.esa.snap.core.datamodel.MetadataElement
Tests if a element with the given name is contained in this element.
containsIgnoreCase(String[], String) - Static method in class org.esa.snap.core.util.StringUtils
Tests whether a given string is contained in a given string array.
containsIgnoreCase(String, String) - Static method in class org.esa.snap.core.util.StringUtils
 
containsIgnoreCase(List<String>, String) - Static method in class org.esa.snap.core.util.StringUtils
Tests whether a given string is contained in a list.
containsKey(Object) - Method in class org.esa.snap.core.util.BucketMap
 
containsNodeName(String) - Method in class org.esa.snap.core.dataio.ProductSubsetDef
Checks whether or not a node name is already contained in this subset.
containsPixel(double, double) - Method in class org.esa.snap.core.datamodel.Product
Tests if the given pixel position is within the product pixel bounds.
containsPixel(PixelPos) - Method in class org.esa.snap.core.datamodel.Product
Tests if the given pixel position is within the product pixel bounds.
containsProduct(String) - Method in class org.esa.snap.core.datamodel.ProductManager
Tests whether a product with the given name is contained in this list.
containsProperty(String) - Method in class org.esa.snap.core.param.ParamProperties
Returns true if an attribute with given name was found.
containsRasterDataNode(String) - Method in class org.esa.snap.core.datamodel.Product
Tests if a raster data node with the given name is contained in this product.
containsTiePointGrid(String) - Method in class org.esa.snap.core.datamodel.Product
Tests if a tie-point grid with the given name is contained in this product.
containsValue(Object) - Method in class org.esa.snap.core.util.BucketMap
 
context - Variable in class org.esa.snap.core.gpf.descriptor.template.TemplateContext
 
context - Variable in class org.esa.snap.core.gpf.descriptor.template.TemplateEngine
 
ConversionException - Exception in com.bc.ceres.binding
Signals a value conversion failure.
ConversionException(String) - Constructor for exception com.bc.ceres.binding.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception com.bc.ceres.binding.ConversionException
 
ConversionException(Throwable) - Constructor for exception com.bc.ceres.binding.ConversionException
 
convert(ParameterDescriptor, Map<String, Product>) - Static method in class org.esa.snap.core.gpf.annotations.ParameterDescriptorFactory
 
convertAdapter(Path) - Static method in class org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO
Converts adapter descriptor (prior to 4.0) to the new format
convertBeamUnitToDimapUnit(String) - Static method in class org.esa.snap.core.dataio.dimap.DimapProductHelpers
Converts a given BEAM unit into a DIMAP conform unit.
convertDimapUnitToBeamUnit(String) - Static method in class org.esa.snap.core.dataio.dimap.DimapProductHelpers
Converts a given DIMAP unit into a BEAM conform unit.
convertDomToValue(DomElement, Object) - Method in class com.bc.ceres.binding.dom.DefaultDomConverter
Converts a DOM to a (complex) value of the type returned by DomConverter.getValueType().
convertDomToValue(DomElement, Object) - Method in interface com.bc.ceres.binding.dom.DomConverter
Converts a DOM to a (complex) value of the type returned by DomConverter.getValueType().
convertDomToValue(DomElement, Object) - Method in class com.bc.ceres.binding.dom.XStreamDomConverter
 
convertDomToValue(DomElement, Object) - Method in class org.esa.snap.core.gpf.common.support.BandDescriptorDomConverter
 
converter() - Method in annotation type org.esa.snap.core.gpf.annotations.Parameter
A converter to be used to convert a text to the parameter value and vice versa.
Converter<T> - Interface in com.bc.ceres.binding
A Converter provides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.
Converter() - Constructor for class org.esa.snap.core.gpf.graph.HeaderParameter.Converter
 
Converter() - Constructor for class org.esa.snap.core.gpf.graph.HeaderSource.Converter
 
Converter() - Constructor for class org.esa.snap.core.gpf.graph.SourceList.Converter
 
ConverterRegistry - Class in com.bc.ceres.binding
A registry for Converters.
convertImage(RenderedImage, int) - Static method in class org.esa.snap.core.util.ImageUtils
Converts the given rendered image into an image of the given {#link java.awt.image.BufferedImage} type.
convertInputToPath(Object) - Static method in class org.esa.snap.core.dataio.AbstractProductReader
 
convertObjectToXml(Object) - Method in class org.esa.snap.core.gpf.annotations.ParameterBlockConverter
 
convertToCurrentVersion(Item, Product) - Method in class org.esa.snap.core.dataio.persistence.PersistenceConverter
 
convertToLocalPath(String) - Static method in class org.esa.snap.core.util.SystemUtils
Replace the separator character '/' with the system-dependent path-separator character.
convertValueToDom(Object, DomElement) - Method in class com.bc.ceres.binding.dom.DefaultDomConverter
Converts a (complex) value of the type returned by DomConverter.getValueType() to its DOM representation which may be further converted to XML.
convertValueToDom(Object, DomElement) - Method in interface com.bc.ceres.binding.dom.DomConverter
Converts a (complex) value of the type returned by DomConverter.getValueType() to its DOM representation which may be further converted to XML.
convertValueToDom(Object, DomElement) - Method in class com.bc.ceres.binding.dom.XStreamDomConverter
 
convertValueToDom(Object, DomElement) - Method in class org.esa.snap.core.gpf.common.support.BandDescriptorDomConverter
 
convertXmlToDomElement(String) - Method in class org.esa.snap.core.gpf.annotations.ParameterBlockConverter
 
convertXmlToMap(String, Class<?>) - Method in class org.esa.snap.core.gpf.annotations.ParameterBlockConverter
 
convertXmlToObject(String, T) - Method in class org.esa.snap.core.gpf.annotations.ParameterBlockConverter
 
ConvolutionFilterBand - Class in org.esa.snap.core.datamodel
A band that obtains its input data from an underlying source band and filters the raster data using a Kernel.
ConvolutionFilterBand(String, RasterDataNode, Dimension, Kernel, int) - Constructor for class org.esa.snap.core.datamodel.ConvolutionFilterBand
 
ConvolutionFilterBand(String, RasterDataNode, Kernel, int) - Constructor for class org.esa.snap.core.datamodel.ConvolutionFilterBand
 
ConvolutionFilterBandPersistableSpi - Class in org.esa.snap.core.dataio.dimap.spi
Note that this class is not yet public API.
ConvolutionFilterBandPersistableSpi() - Constructor for class org.esa.snap.core.dataio.dimap.spi.ConvolutionFilterBandPersistableSpi
 
ConvolutionFilterBandPersistenceConverter - Class in org.esa.snap.core.datamodel
 
ConvolutionFilterBandPersistenceConverter() - Constructor for class org.esa.snap.core.datamodel.ConvolutionFilterBandPersistenceConverter
 
ConvolutionFilterBandPersistenceSpi - Class in org.esa.snap.core.datamodel
 
ConvolutionFilterBandPersistenceSpi() - Constructor for class org.esa.snap.core.datamodel.ConvolutionFilterBandPersistenceSpi
 
CoordinateReferenceSystems - Class in org.esa.snap.core.dataop.maptransf.geotools
Deprecated.
since BEAM 4.7, use CrsGeoCoding instead.
CoordinateReferenceSystems() - Constructor for class org.esa.snap.core.dataop.maptransf.geotools.CoordinateReferenceSystems
Deprecated.
 
copy() - Method in class org.esa.snap.core.gpf.descriptor.template.FileTemplate
 
copy() - Method in class org.esa.snap.core.gpf.descriptor.template.MemoryTemplate
 
copy() - Method in interface org.esa.snap.core.gpf.descriptor.template.Template
 
copy(Path, Path) - Static method in class org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO
 
copy(Path, Path) - Static method in class org.esa.snap.core.util.io.TreeCopier
Deeply copies the contents of the directory given by source into the existing directory given by target.
CopyAction - Class in com.bc.ceres.swing.actions
A generic 'copy' action.
CopyAction(SelectionManager) - Constructor for class com.bc.ceres.swing.actions.CopyAction
 
copyBand(String, Product, String, Product, boolean) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the named band from the source product to the target product.
copyBand(String, Product, Product, boolean) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the named band from the source product to the target product.
copyBands(String...) - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyBands(ProductNodeFilter<Band>) - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyBandsForGeomTransform(Product, Product, boolean, double, Map<Band, RasterDataNode>) - Static method in class org.esa.snap.core.util.ProductUtils
Adds raster data nodes of a source product as bands to the given target product.
copyBandsForGeomTransform(Product, Product, double, Map<Band, RasterDataNode>) - Static method in class org.esa.snap.core.util.ProductUtils
Copies only the bands from source to target.
copyBytes(InputStream, OutputStream) - Static method in class org.esa.snap.core.util.io.IOUtils
Reads bytes from the given input stream and writes them to the given output stream until the end of the input stream is reached.
copyBytesAndClose(InputStream, OutputStream) - Static method in class org.esa.snap.core.util.io.IOUtils
CopyChildElements(MetadataElement, MetadataElement) - Static method in class org.esa.snap.core.metadata.GenericXmlMetadata
Helper method that copies the child nodes of a metadata element as child nodes of another metadata element.
copyData(WritableRaster) - Method in class com.bc.ceres.glevel.MultiLevelImage
 
copyDir(Path, Path) - Static method in class org.esa.snap.core.util.io.TreeCopier
Deeply copies the directory given by source into a directory with the same name located in an existing parent directory given by targetParent.
copyFlagBands(Product, Product, boolean) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all bands which contain a flag-coding from the source product to the target product.
copyFlagBandsWithoutMasks(Product, Product, boolean) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all bands which contain a flag-coding from the source product to the target product, without copying all masks
copyFlagCoding(FlagCoding, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the given source flag coding to the target product.
copyFlagCodings(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the flag codings from the source product to the target.
copyFrom(TemplateParameterDescriptor) - Method in class org.esa.snap.core.gpf.descriptor.TemplateParameterDescriptor
 
copyFrom(ToolParameterDescriptor) - Method in class org.esa.snap.core.gpf.descriptor.ToolParameterDescriptor
 
copyGeoCoding() - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyGeoCoding(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the geo-coding from the source product to target product.
copyGeoCoding(Product, RasterDataNode) - Static method in class org.esa.snap.core.util.ProductUtils
Deeply copies the geo-coding from the source raster data node to the target product.
copyGeoCoding(RasterDataNode, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Deeply copies the geo-coding from the source raster data node to the target product.
copyGeoCoding(RasterDataNode, RasterDataNode) - Static method in class org.esa.snap.core.util.ProductUtils
Deeply copies the geo-coding from the source raster data node to the target raster data node.
copyGridsToDestScene(Scene) - Method in class org.esa.snap.core.datamodel.TiePointGeoCoding
Deprecated.
 
copyImageGeometry(RasterDataNode, RasterDataNode, boolean) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the geo-coding and image-to-model transformation from the source raster data node to the target raster data node.
copyIndexCoding(IndexCoding, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the given source index coding to the target product If it exists already, the method simply returns the existing instance.
copyIndexCodings(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the index codings from the source product to the target.
copyInto(T[]) - Method in class org.esa.snap.core.datamodel.ProductNodeList
Copies the product nodes of this product node list into the specified array.
copyLine(int, int, ProductData, ProductData, int[]) - Static method in class org.esa.snap.core.image.RasterDataNodeOpImage
 
copyMasks() - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyMasks(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the Masks from the source product to the target product.
copyMasks(Product, Product, String[]) - Static method in class org.esa.snap.core.util.ProductUtils
 
copyMetadata() - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyMetadata(MetadataElement, MetadataElement) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all metadata elements and attributes of the source element to the target element.
copyMetadata(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all metadata elements and attributes of the source product to the target product.
copyOverlayMasks(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the overlay Masks from the source product's raster data nodes to the target product's raster data nodes.
copyPreferredTileSize(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the source product's preferred tile size (if any) to the target product.
copyProductNodes(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all properties, except bands, from source product to the target product.
copyQuicklookBandName(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the quicklook band name if not currently set and band also exists in target
copyRasterDataNodeProperties(RasterDataNode, RasterDataNode) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all properties from source band to the target band.
copyright() - Method in annotation type org.esa.snap.core.gpf.annotations.OperatorMetadata
 
COPYRIGHT - Static variable in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterConstants
 
copySampleCodingBands(Product, Product, boolean) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all bands which contain a flag-coding or an index-coding from the source product to the target product.
copySpectralBandProperties(Band, Band) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the spectral properties from source band to target band.
copyTiePointGrid(String, Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the named tie-point grid from the source product to the target product.
copyTiePointGrids(String...) - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyTiePointGrids(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies all tie point grids from one product to another.
copyTimeCoding() - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyTimeInformation(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
Copies the time information of the source product to the target product.
copyTo(int, double[], int, int) - Method in interface org.esa.snap.core.util.math.Array
Copies an array from the primitive array wrapped, beginning at the specified position, to the specified position of the destination array.
copyTo(int, double[], int, int) - Method in class org.esa.snap.core.util.math.Array.Double
 
copyTo(int, double[], int, int) - Method in class org.esa.snap.core.util.math.Array.Float
 
copyToClipboard(Image) - Static method in class org.esa.snap.core.util.SystemUtils
Copies the given image to the system clipboard.
copyToClipboard(String) - Static method in class org.esa.snap.core.util.SystemUtils
Copies the given text to the system clipboard.
copyVectorData() - Method in interface org.esa.snap.core.gpf.pointop.ProductConfigurer
 
copyVectorData(Product, Product) - Static method in class org.esa.snap.core.util.ProductUtils
 
copyVirtualBand(Product, VirtualBand, String) - Static method in class org.esa.snap.core.util.ProductUtils
Copies a virtual band and keeps it as a virtual band The size of the srcBand is preserved .
copyVirtualBand(Product, VirtualBand, String, boolean) - Static method in class org.esa.snap.core.util.ProductUtils
Copies a virtual band and keeps it as a virtual band Depending on the parameter adaptToSceneRasterSize the size will either preserve the size of the srcBand or adapt the size of the target product.
CoreException - Exception in com.bc.ceres.core
An exception thrown by the core.
CoreException(String) - Constructor for exception com.bc.ceres.core.CoreException
Constructs a new exception with the specified detail message.
CoreException(String, Throwable) - Constructor for exception com.bc.ceres.core.CoreException
Constructs a new exception with the specified detail message and cause.
CoreException(Throwable) - Constructor for exception com.bc.ceres.core.CoreException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
correctValueByDirection(int, int) - Method in class org.esa.snap.core.dataop.dem.EastingNorthingParser
 
CosineDistance - Class in org.esa.snap.core.util.math
This class uses the negative cosine of the spherical distance as a distance measure between two (lon, lat) points.
CosineDistance(double, double) - Constructor for class org.esa.snap.core.util.math.CosineDistance
Creates a new instance of this class.
count() - Method in annotation type org.esa.snap.core.gpf.annotations.SourceProducts
 
create() - Method in interface org.esa.snap.core.dataio.geocoding.forward.ForwardPlugin
 
create() - Method in class org.esa.snap.core.dataio.geocoding.forward.PixelForward.Plugin
 
create() - Method in class org.esa.snap.core.dataio.geocoding.forward.PixelInterpolatingForward.Plugin
 
create() - Method in class org.esa.snap.core.dataio.geocoding.forward.TiePointBilinearForward.Plugin
 
create() - Method in class org.esa.snap.core.dataio.geocoding.forward.TiePointSplineForward.Plugin
 
create() - Method in interface org.esa.snap.core.dataio.geocoding.inverse.InversePlugin
 
create() - Method in class org.esa.snap.core.dataio.geocoding.inverse.PixelGeoIndexInverse.Plugin
 
create() - Method in class org.esa.snap.core.dataio.geocoding.inverse.PixelQuadTreeInverse.Plugin
 
create() - Method in class org.esa.snap.core.dataio.geocoding.inverse.TiePointInverse.Plugin
 
create() - Method in class org.esa.snap.core.datamodel.StxFactory
Creates an Stx instance.
create() - Method in class org.esa.snap.core.image.VirtualBandOpImage.Builder
 
create() - Method in class org.esa.snap.core.util.DummyProductBuilder
Creates a new test product.
create(int, boolean) - Static method in class org.esa.snap.core.dataop.maptransf.UTMProjection
Deprecated.
Creates a new UTM projection instance.
create(int, Grid, ListControlBar.ListController, String...) - Static method in class com.bc.ceres.swing.ListControlBar
 
create(int, JList, ListControlBar.ListController, String...) - Static method in class com.bc.ceres.swing.ListControlBar
 
create(int, JTable, ListControlBar.ListController, String...) - Static method in class com.bc.ceres.swing.ListControlBar
 
create(ProgressMonitor, int) - Static method in class com.bc.ceres.core.SubProgressMonitor
Creates a progress monitor based on the passed in parent monitor.
create(VirtualDir, Properties) - Static method in class org.esa.snap.core.image.TiledFileOpImage
 
create(MultiLevelModel, int) - Static method in class org.esa.snap.core.image.ResolutionLevel
 
create(ParameterBlock, RenderingHints) - Method in class com.bc.ceres.jai.opimage.DFTConvolveRIF
Create a new instance of ConvolveOpImage in the rendered layer.
create(ParameterBlock, RenderingHints) - Method in class com.bc.ceres.jai.opimage.ExpressionCRIF
Creates a new instance of ExpressionOpImage in the rendered layer.
create(ParameterBlock, RenderingHints) - Method in class com.bc.ceres.jai.opimage.GeneralFilterRIF
Create a new instance of ConvolveOpImage in the rendered layer.
create(ParameterBlock, RenderingHints) - Method in class com.bc.ceres.jai.opimage.PaintRIF
Create a new instance of PaintOpImage in the rendered layer.
create(ParameterBlock, RenderingHints) - Method in class com.bc.ceres.jai.opimage.ReinterpretRIF
Create a new instance of ReinterpretOpImage in the rendered layer.
create(ParameterBlock, RenderingHints) - Method in class com.bc.ceres.jai.opimage.XmlRIF
Create a new instance of ConvolveOpImage in the rendered layer.
create(RenderedImage, double, double, ScalingType, InterpretationType, RenderingHints) - Static method in class com.bc.ceres.jai.operator.ReinterpretDescriptor
Reinterprets an image.
create(RenderedImage, GeneralFilterFunction, RenderingHints) - Static method in class com.bc.ceres.jai.operator.GeneralFilterDescriptor
Performs kernel-based convolution on an image.
create(RenderedImage, RenderedImage, Color, Boolean, RenderingHints) - Static method in class com.bc.ceres.jai.operator.PaintDescriptor
Paints.
create(RenderedImage, KernelJAI, RenderedImage, RenderingHints) - Static method in class com.bc.ceres.jai.operator.DFTConvolveDescriptor
Performs kernel-based convolution on an image.
create(File) - Static method in class com.bc.ceres.core.VirtualDir
Creates an instance of a virtual directory object from a given directory or ZIP-file.
create(File) - Static method in class org.esa.snap.core.image.TiledFileMultiLevelSource
 
create(File, String, AffineTransform, int) - Static method in class com.bc.ceres.glevel.support.FileMultiLevelSource
 
create(File, Properties) - Static method in class org.esa.snap.core.image.TiledFileOpImage
 
create(Class<T>, File) - Static method in class org.esa.snap.core.metadata.GenericXmlMetadata
 
create(Class<T>, String) - Static method in class org.esa.snap.core.metadata.GenericXmlMetadata
 
create(Class<T>, Path) - Static method in class org.esa.snap.core.metadata.GenericXmlMetadata
Factory method for creating instances of classes that (at least) extend XmlMetadata class.
create(String, int, boolean) - Static method in class org.esa.snap.core.dataop.maptransf.UTMProjection
Deprecated.
Creates a new UTM projection instance.
create(String, Class<?>) - Static method in class com.bc.ceres.binding.Property
 
create(String, Class<? extends T>, T, boolean) - Static method in class com.bc.ceres.binding.Property
 
create(String, Object) - Static method in class com.bc.ceres.binding.Property
 
create(String, String, int, int, String, Color, double) - Static method in class org.esa.snap.core.datamodel.Mask.BandMathsType
 
create(URI, Map<String, Object>, RenderingHints) - Static method in class com.bc.ceres.jai.operator.XmlDescriptor
Performs kernel-based convolution on an image.
create(Path) - Static method in class org.esa.snap.core.image.TiledFileMultiLevelSource
 
create(Path, Properties) - Static method in class org.esa.snap.core.image.TiledFileOpImage
 
create(Date, long) - Static method in class org.esa.snap.core.datamodel.ProductData.UTC
Creates a new UTC instance based on the given time and microseconds fraction.
create(Map<String, RenderedImage>, int, String, ExpressionCompilerConfig, RenderingHints) - Static method in class com.bc.ceres.jai.operator.ExpressionDescriptor
Creates an expression image.
create(Map<String, Object>) - Static method in class org.esa.snap.core.util.kmz.ExtendedData
 
create(Properties) - Static method in class org.esa.snap.core.dataio.geocoding.util.InterpolatorFactory
 
create(Mask[], RasterDataNode[], ProgressMonitor) - Method in class org.esa.snap.core.datamodel.StxFactory
Computes statistics for the given set of raster data nodes.
create(Product, Color, String, boolean, AffineTransform) - Static method in class org.esa.snap.core.image.ColoredMaskImageMultiLevelSource
 
create(RasterDataNode[], ProgressMonitor) - Static method in class org.esa.snap.core.image.ColoredBandImageMultiLevelSource
 
create(RasterDataNode[], MultiLevelModel, ProgressMonitor) - Static method in class org.esa.snap.core.image.ColoredBandImageMultiLevelSource
 
create(RasterDataNode, int, double, double, boolean, boolean) - Static method in class org.esa.snap.core.datamodel.Graticule
Creates a graticule for the given product.
create(RasterDataNode, ProgressMonitor) - Method in class org.esa.snap.core.datamodel.StxFactory
Computes statistics for the given raster data node.
create(RasterDataNode, ProgressMonitor) - Static method in class org.esa.snap.core.image.ColoredBandImageMultiLevelSource
 
create(RasterDataNode, Shape) - Static method in class org.esa.snap.core.datamodel.TransectProfileData
Deprecated.
since 4.10, use TransectProfileDataBuilder instead
create(PropertyMap) - Static method in class org.esa.snap.core.param.ParamGroup
Adds and configures parameters supplied through the given properties.
create8BitGreyscaleColorModel() - Static method in class org.esa.snap.core.util.ImageUtils
 
createAction(String) - Method in class com.bc.ceres.swing.ListControlBar
 
createAggregator(AggregationType, int) - Static method in class org.esa.snap.core.gpf.common.resample.AggregatorFactory
 
createAlphaOverlay(PlanarImage, PlanarImage, Color) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createApproximations(PlanarImage, PlanarImage, PlanarImage, double) - Static method in class org.esa.snap.core.datamodel.GeoApproximation
 
createArray(double[]...) - Static method in class org.esa.snap.core.util.math.IntervalPartition
Creates an array of interval partitions from an array of sequences.
createArray(float[]...) - Static method in class org.esa.snap.core.util.math.IntervalPartition
Creates an array of interval partitions from an array of sequences.
createArray(int) - Static method in class org.esa.snap.core.util.math.FracIndex
Creates an array of type FracIndex[].
createAutoZoneProjection() - Static method in class org.esa.snap.core.dataop.maptransf.UTM
Deprecated.
Creates an automatic-zone UTM map projection.
createBandArithmeticDefaultNamespace() - Method in class org.esa.snap.core.datamodel.Product
Creates a namespace to be used by parsers for band arithmetic expressions.
createBandArithmeticParser() - Method in class org.esa.snap.core.datamodel.Product
Creates a parser for band arithmetic expressions.
createByteCastOp(RenderedImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createBytePackedBitmaskRasterData() - Method in class org.esa.snap.core.util.BitRaster
Creates a byte-packed bitmask as array of bytes.
createCalendar() - Static method in class org.esa.snap.core.datamodel.ProductData.UTC
Gets the MJD 2000 calendar on which this UTC date/time is based.
createCFunctionCode(String, String, String) - Method in class org.esa.snap.core.datamodel.RationalFunctionModel
 
createCFunctionCode(String, String, String) - Method in class org.esa.snap.core.util.math.FXYSum
Returns this sum of function terms as human-readable C-code.
createChild(int, int, int, int, int, int, int[]) - Method in class com.bc.ceres.jai.NoDataRaster
 
createChild(String) - Method in class com.bc.ceres.binding.dom.DefaultDomElement
 
createChild(String) - Method in interface com.bc.ceres.binding.dom.DomElement
 
createChild(String) - Method in class com.bc.ceres.binding.dom.XppDomElement
 
createChild(String) - Method in class org.esa.snap.core.util.TreeNode
 
createChildDomConverter(Class<?>, PropertyDescriptorFactory, PropertySetDescriptor) - Method in class com.bc.ceres.binding.dom.DefaultDomConverter
Called to create a new DOM converter for a (child) property.
createCircle(double) - Static method in class com.bc.ceres.swing.figure.support.ShapeSymbol
 
createClampOp(RenderedImage, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createClassLoader() - Method in class com.bc.ceres.launcher.Launcher
 
createClasspath() - Method in interface com.bc.ceres.launcher.ClasspathFactory
Creates the classpath.
createClone() - Method in class org.esa.snap.core.datamodel.ColorPaletteDef.Point
 
createCloneWithNewOffsetAndSize(float, float, float, float) - Method in class org.esa.snap.core.datamodel.FXYGeoCoding
 
createCollapsiblePaneContainer() - Static method in class com.bc.ceres.swing.CollapsiblePane
 
createCollocationTargetGeometry(Product, Product) - Static method in class org.esa.snap.core.datamodel.ImageGeometry
 
createColor(Element) - Static method in class org.esa.snap.core.dataio.dimap.DimapProductHelpers
 
createColoredBandImage(RasterDataNode[], ImageInfo, int) - Method in class org.esa.snap.core.image.ImageManager
 
createColoredMaskImage(Color, RenderedImage, boolean) - Static method in class org.esa.snap.core.image.ImageManager
 
createColoredMaskImage(Color, RenderedImage, RenderingHints) - Static method in class org.esa.snap.core.image.ImageManager
 
createColoredMaskImage(RenderedImage, Color, double) - Static method in class org.esa.snap.core.image.ImageManager
 
createColoredMaskImage(Product, String, Color, boolean, int) - Method in class org.esa.snap.core.image.ImageManager
 
createColorIndexedImage(ProgressMonitor) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates an image for this raster data node.
createColorIndexedImage(RasterDataNode, ProgressMonitor) - Static method in class org.esa.snap.core.util.ProductUtils
Creates a greyscale image from the given {@link RasterDataNode}.
createColorLookupTable(IndexColorModel) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createColorPalette(ImageInfo) - Static method in class org.esa.snap.core.image.ImageManager
 
createColorToGrayOp(RenderedImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Use this method to scale an CS_sRGB into a grayscale Image (CS_GRAY)
createCompatibleProductData(int) - Method in class org.esa.snap.core.datamodel.DataNode
Creates product data that is compatible to this dataset's data type.
createCompatibleRasterData() - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates raster data that is compatible to this dataset's data type.
createCompatibleRasterData(int, int) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates raster data that is compatible to this dataset's data type.
createCompatibleSampleModel(int, int) - Method in class org.esa.snap.core.util.jai.SingleBandedSampleModel
Creates a new SingleBandSampleModel with the specified width and height.
createCompatibleSceneRasterData() - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates raster data that is compatible to this dataset's data type.
createCompatibleWritableRaster() - Method in class com.bc.ceres.jai.NoDataRaster
 
createCompatibleWritableRaster(int, int) - Method in class com.bc.ceres.jai.NoDataRaster
 
createCompatibleWritableRaster(int, int, int, int) - Method in class com.bc.ceres.jai.NoDataRaster
 
createCompatibleWritableRaster(Rectangle) - Method in class com.bc.ceres.jai.NoDataRaster
 
createComponentColorModel() - Method in class org.esa.snap.core.datamodel.ImageInfo
 
createComponents(PropertyDescriptor, BindingContext) - Method in class com.bc.ceres.swing.binding.PropertyEditor
Creates the editor component for the PropertyDescriptor and bind it to a PropertyContainer using the BindingContext.
createContext(IOHandler) - Method in class com.bc.ceres.binio.DataFormat
 
createContext(File, String) - Method in class com.bc.ceres.binio.DataFormat
Creates a new random access file data context.
createContext(RandomAccessFile) - Method in class com.bc.ceres.binio.DataFormat
 
createContext(FileChannel) - Method in class com.bc.ceres.binio.DataFormat
 
createControl(MultiSelectionSourceApp) - Method in interface com.bc.ceres.swing.demo.MultiSelectionSourceApp.PageComponent
 
createConverter() - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistenceSpi
 
createConverter() - Method in interface org.esa.snap.core.dataio.persistence.PersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.BandMathsMaskPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.BasicPixelGeoCodingPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.ConvolutionFilterBandPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.FXYGeoCodingPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.GcpGeoCodingPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.GeneralFilterBandPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.RangeTypeMaskPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.TiePointGeoCodingPersistenceSpi
 
createConverter() - Method in class org.esa.snap.core.datamodel.VectorDataMaskPersistenceSpi
 
createCopy() - Method in class org.esa.snap.core.gpf.descriptor.SystemDependentVariable
 
createCopy() - Method in class org.esa.snap.core.gpf.descriptor.SystemVariable
Creates a copy of this SystemVariable instance.
createCopy() - Method in class org.esa.snap.core.gpf.descriptor.ToolAdapterOperatorDescriptor
Creates a deep copy of this operator.
createCopy() - Method in class org.esa.snap.core.param.ParamProperties
Creates and returns a copy of this object.
createCopy(FXYSum) - Static method in class org.esa.snap.core.util.math.FXYSum
Creates a copy of the given fxySum.
createCornerComponent() - Method in class com.bc.ceres.glayer.swing.AdjustableViewScrollPane
 
createCross(double) - Static method in class com.bc.ceres.swing.figure.support.PointSymbol
 
createData() - Method in interface com.bc.ceres.binio.DataContext
Creates an instance of a compound with I/O starting at the beginning of the stream or file.
createData(long) - Method in interface com.bc.ceres.binio.DataContext
Creates an instance of a compound with the given type and with I/O starting at the given stream or file position.
createData(CompoundType, long) - Method in interface com.bc.ceres.binio.DataContext
Creates an instance of a compound with the given type and with I/O starting at the given stream or file position.
createDataBufferArray(int, int) - Static method in class org.esa.snap.core.util.ImageUtils
 
createDataRowSelector() - Method in class com.bc.ceres.swing.Grid
 
createDateFormat() - Static method in class org.esa.snap.core.datamodel.ProductData.UTC
Creates the MJD 2000 date format used to parse and format.
createDateFormat(String) - Static method in class org.esa.snap.core.datamodel.ProductData.UTC
Creates a date format using the given pattern.
createDatum(Container) - Static method in class org.esa.snap.core.datamodel.GeoCodingPersistenceHelper
 
createDatumContainer(GeoCoding) - Static method in class org.esa.snap.core.datamodel.GeoCodingPersistenceHelper
 
createDeepClone() - Method in class org.esa.snap.core.datamodel.MapGeoCoding
Deprecated.
 
createDeepClone() - Method in class org.esa.snap.core.datamodel.MetadataAttribute
 
createDeepClone() - Method in class org.esa.snap.core.datamodel.MetadataElement
 
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.ASCII
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.Byte
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.Double
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.Float
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.Int
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.Long
Returns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.Short
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.UByte
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.UInt
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.UShort
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.datamodel.ProductData.UTC
Retuns a "deep" copy of this product data.
createDeepClone() - Method in class org.esa.snap.core.dataop.maptransf.AlbersEqualAreaConicDescriptor.AEAC
Deprecated.
Creates a deep clone of this MapTransform.
createDeepClone() - Method in class org.esa.snap.core.dataop.maptransf.LambertConformalConicDescriptor.LCCT
Deprecated.
Creates a deep clone of this MapTransform.
createDeepClone() - Method in class org.esa.snap.core.dataop.maptransf.MapInfo
Deprecated.
 
createDeepClone() - Method in interface org.esa.snap.core.dataop.maptransf.MapTransform
Deprecated.
Creates a deep clone of this MapTransform.
createDeepClone() - Method in class org.esa.snap.core.dataop.maptransf.StereographicDescriptor.ST
Deprecated.
 
createDeepClone() - Method in class org.esa.snap.core.dataop.maptransf.TransverseMercatorDescriptor.TMT
Deprecated.
 
createDeepCopy() - Method in class org.esa.snap.core.datamodel.ColorPaletteDef
 
createDeepCopy() - Method in class org.esa.snap.core.datamodel.ImageInfo
Creates and returns a "deep" copy of this object.
createDefaultFeatureType() - Static method in class org.esa.snap.core.datamodel.PlainFeatureFactory
 
createDefaultFeatureType(CoordinateReferenceSystem) - Static method in class org.esa.snap.core.datamodel.PlainFeatureFactory
 
createDefaultImageInfo(double[], ProgressMonitor) - Method in class org.esa.snap.core.datamodel.Band
 
createDefaultImageInfo(double[], ProgressMonitor) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates a default image information instance.
createDefaultImageInfo(double[], Histogram) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates an instance of a default image information.
createDefaultLauncher() - Static method in class com.bc.ceres.launcher.Launcher
Creates a default launcher.
createDefaultMultiLevelModel(RenderedImage, int) - Static method in class com.bc.ceres.glevel.support.DefaultMultiLevelSource
 
createDefaultNamespace(Product[], int) - Static method in class org.esa.snap.core.dataop.barithm.BandArithmetic
Creates a default namespace for the product(s) given in an array.
createDefaultNamespace(Product[], int, ProductNamespacePrefixProvider...) - Static method in class org.esa.snap.core.dataop.barithm.BandArithmetic
Creates a default namespace for the product(s) given in an array.
createDem(Resampling) - Method in interface org.esa.snap.core.dataop.dem.ElevationModelDescriptor
Creates the elevation model instance.
createDensityPlotImage(RasterDataNode, float, float, RasterDataNode, float, float, Mask, int, int, Color, BufferedImage, ProgressMonitor) - Static method in class org.esa.snap.core.util.ProductUtils
Creates a density plot image from two raster data nodes.
createDialog(Window, String, ActionListener) - Method in class com.bc.ceres.swing.update.ConnectionConfigPane
 
createDialog(Window, String, Runnable, ModuleManagerPane.HelpHandler) - Method in class com.bc.ceres.swing.update.ModuleManagerPane
 
createDimapFileFilter() - Static method in class org.esa.snap.core.dataio.dimap.DimapProductHelpers
Creates a FileFilter for BEAM-DIMAP files.
createDir(File) - Static method in class org.esa.snap.core.util.io.IOUtils
Creates the specified directory.
createDirChooser(File) - Method in class org.esa.snap.core.param.editors.FileEditor
 
createDisplayName(String) - Static method in class com.bc.ceres.binding.PropertyDescriptor
 
createDom(InputStream) - Static method in class org.esa.snap.core.dataio.dimap.DimapProductHelpers
Creates a parsed Document from the given inputStream.
createDoubleDataAccessor(RasterAccessor, RasterAccessor, double) - Static method in class org.esa.snap.core.gpf.common.resample.DataAccessorFactory
 
createDownsampler(RasterDataNode, int) - Method in interface org.esa.snap.core.gpf.common.resample.Downsampling
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.FirstAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.FlagAndAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.FlagMedianAndAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.FlagMedianOrAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.FlagOrAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.MaxAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.MeanAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.MedianAggregator
 
createDownsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.MinAggregator
 
createDownsampling() - Method in class org.esa.snap.core.gpf.common.resample.DownsamplerSpi
 
createEditor() - Method in class org.esa.snap.core.param.Parameter
Deprecated.
 
createEditorComponent(PropertyDescriptor, BindingContext) - Method in class com.bc.ceres.swing.binding.PropertyEditor
Creates the editor component together with an optional label for the PropertyDescriptor and bind it to a PropertyContainer using the BindingContext.
createElement(String, String) - Static method in class org.esa.snap.core.dataio.dimap.spi.RasterDataNodePersistable
 
createElevationFile(ElevationFile[][], int, int, File) - Method in class org.esa.snap.core.dataop.dem.BaseElevationModel
 
createEvent(SelectionContext, Selection) - Method in class com.bc.ceres.swing.selection.support.SelectionChangeSupport
 
createExecutableExtension(Class<T>) - Method in interface com.bc.ceres.core.runtime.ConfigurationElement
Creates and returns a new instance of the executable extension identified by the named attribute of this configuration element.
createExpOp(RenderedImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createExtensionFilenameFilter(String) - Static method in class org.esa.snap.core.util.io.FileUtils
Creates a file filter which only lets files through which have the given extension.
createExternalName(String) - Static method in class org.esa.snap.core.dataop.barithm.BandArithmetic
Create an external name from the given name.
createFallbackGeoTIFFMetada(GeoCoding, int, int) - Static method in class org.esa.snap.core.util.geotiff.GeoCoding2GeoTIFFMetadata
 
createFeatureCollection(URL, CoordinateReferenceSystem, Geometry) - Static method in class org.esa.snap.core.util.FeatureUtils
 
createFeatureId(int) - Static method in class org.esa.snap.core.util.FeatureUtils
 
createFeatureTypeName(String) - Static method in class org.esa.snap.core.util.FeatureUtils
 
createFileChooser(File) - Method in class org.esa.snap.core.param.editors.FileEditor
 
createFilter(MouseListener) - Static method in class org.esa.snap.core.util.MouseEventFilterFactory
Wrapp the given MouseInputListener with a MouseInputFilter
createFilter(MouseInputListener) - Static method in class org.esa.snap.core.util.MouseEventFilterFactory
Wrapp the given MouseInputListener with a MouseInputFilter
createFlippedProduct(Product, boolean, int, String, String) - Static method in class org.esa.snap.core.dataio.ProductFlipper
 
createFlippedProduct(Product, int, String, String) - Static method in class org.esa.snap.core.dataio.ProductFlipper
 
createForField(Object, String) - Static method in class com.bc.ceres.binding.Property
 
createForField(Object, String, Object) - Static method in class com.bc.ceres.binding.Property
 
createForFields(Class<?>, PropertyDescriptorFactory, PropertyAccessorFactory, boolean) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for the given template type.
createForMapEntry(Map<String, Object>, String, Class<?>) - Static method in class com.bc.ceres.binding.Property
 
createForMapEntry(Map<String, Object>, String, Class<?>, Object) - Static method in class com.bc.ceres.binding.Property
 
createFormatOp(RenderedImage, int) - Static method in class org.esa.snap.core.image.ImageManager
 
createFormatOp(RenderedImage, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createFormatOp(RenderedImage, int, ImageLayout) - Static method in class org.esa.snap.core.image.ImageManager
 
createForOperator(OperatorDescriptor, Map<String, Product>) - Static method in class org.esa.snap.core.gpf.descriptor.PropertySetDescriptorFactory
 
createFromBitmaskDef(Element, int, int) - Static method in class org.esa.snap.core.datamodel.Mask.BandMathsType
Used to read in Mask from legacy "BitmaskDef" format
createFromClass(Class<?>, PropertyDescriptorFactory) - Static method in class com.bc.ceres.binding.DefaultPropertySetDescriptor
 
createFromCss(String) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createFXYSum(int, double[]) - Static method in class org.esa.snap.core.util.math.FXYSum
Creates a FXYSum by the given order and coefficients.
createGammaCurve(double, byte[]) - Static method in class org.esa.snap.core.util.math.MathUtils
Creates a quantized gamma (correction) curve for 256 samples in range from 0 to 1.
createGcpFeatureType() - Static method in class org.esa.snap.core.datamodel.Placemark
 
createGeoBoundary(Product, int) - Static method in class org.esa.snap.core.util.GeoUtils
Creates the geographical boundary of the given product and returns it as a list of geographical coordinates.
createGeoBoundary(Product, Rectangle, int, boolean) - Static method in class org.esa.snap.core.util.GeoUtils
Creates the geographical boundary of the given region within the given product and returns it as a list of geographical coordinates.
createGeoBoundary(RasterDataNode, Rectangle, int) - Static method in class org.esa.snap.core.util.GeoUtils
Creates the geographical boundary of the given region within the given raster and returns it as a list of geographical coordinates.
createGeoBoundary(RasterDataNode, Rectangle, int, boolean) - Static method in class org.esa.snap.core.util.GeoUtils
Creates the geographical boundary of the given region within the given RasterDataNode and returns it as a list of geographical coordinates.
createGeoBoundaryPaths(Product) - Static method in class org.esa.snap.core.util.GeoUtils
Converts the geographic boundary entire product into one, two or three shape objects.
createGeoBoundaryPaths(Product, Rectangle, int) - Static method in class org.esa.snap.core.util.GeoUtils
Converts the geographic boundary of the region within the given product into one, two or three shape objects.
createGeoBoundaryPaths(Product, Rectangle, int, boolean) - Static method in class org.esa.snap.core.util.GeoUtils
Converts the geographic boundary of the region within the given product into one, two or three shape objects.
createGeoBoundaryPaths(RasterDataNode) - Static method in class org.esa.snap.core.util.GeoUtils
Converts the geographic boundary entire raster data node into one, two or three shape objects.
createGeoBoundaryPaths(RasterDataNode, Rectangle, int, boolean) - Static method in class org.esa.snap.core.util.GeoUtils
Converts the geographic boundary of the region within the given rastrer data node into one, two or three shape objects.
createGeoBoundaryPolygon(Product) - Static method in class org.esa.snap.core.util.FeatureUtils
 
createGeoCoding(Document, Product) - Static method in class org.esa.snap.core.dataio.dimap.DimapProductHelpers
 
createGeometryFeatureType() - Static method in class org.esa.snap.core.datamodel.Placemark
 
createGeoTIFFMetadata(GeoCoding, int, int) - Static method in class org.esa.snap.core.util.geotiff.GeoCoding2GeoTIFFMetadata
 
createGeoTIFFMetadata(GeoCoding, int, int) - Static method in class org.esa.snap.core.util.ProductUtils
 
createGeoTIFFMetadata(Product) - Static method in class org.esa.snap.core.util.ProductUtils
 
createGreyscaleColorModelImage(int, int, byte[]) - Static method in class org.esa.snap.core.util.ImageUtils
 
createHandles(int) - Method in class com.bc.ceres.swing.figure.AbstractFigure
The default implementation returns an empty array.
createHandles(int) - Method in class com.bc.ceres.swing.figure.AbstractShapeFigure
 
createHandles(int) - Method in interface com.bc.ceres.swing.figure.Figure
Creates the handles for a given selection stage.
createHandles(int) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
createHeaderCellBorder() - Method in class com.bc.ceres.swing.Grid
 
createHeaderRowSelector() - Method in class com.bc.ceres.swing.Grid
 
createHistogramEqualizedImage(PlanarImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Creates an equalization CDF image.
createHistogramImage(PlanarImage, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Creates an image with a histogram attached to it.
createHistogramImage(PlanarImage, int, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Creates an image with a histogram attached to it.
createHistogramNormalizedImage(PlanarImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Creates a normalization CDF image.
createHistogramNormalizedImage(PlanarImage, double[], double[]) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Creates a normalization CDF image.
createHorizontalScrollbar() - Method in class com.bc.ceres.glayer.swing.AdjustableViewScrollPane
 
createHorizontalSpacer() - Method in class com.bc.ceres.swing.TableLayout
 
createHumanReadableExceptionMessage(Exception) - Static method in class org.esa.snap.core.util.SystemUtils
Creates a (more) human readable exception message text for the given exception.
createIcon(String) - Static method in class com.bc.ceres.swing.figure.support.ImageSymbol
 
createIcon(String, double, double) - Static method in class com.bc.ceres.swing.figure.support.ImageSymbol
 
createIcon(String, double, double, Class) - Static method in class com.bc.ceres.swing.figure.support.ImageSymbol
 
createIcon(String, Class) - Static method in class com.bc.ceres.swing.figure.support.ImageSymbol
 
createIIOImage(ImageWriter, RenderedImage, GeoTIFFMetadata) - Static method in class org.esa.snap.core.util.geotiff.GeoTIFF
Creates IIO image instance given image and GeoTIFF metadata.
createIIOMetadata(ImageWriter, ImageTypeSpecifier, GeoTIFFMetadata) - Static method in class org.esa.snap.core.util.geotiff.GeoTIFF
Creates image metadata which complies to the GeoTIFF specification for the given image writer, image type and GeoTIFF metadata.
createIIOMetadata(ImageWriter, ImageTypeSpecifier, GeoTIFFMetadata, String, String) - Static method in class org.esa.snap.core.util.geotiff.GeoTIFF
Creates image metadata which complies to the GeoTIFF specification for the given image writer, image type and GeoTIFF metadata.
createImage() - Method in class org.esa.snap.core.datamodel.ImageLegend
 
createImage(int) - Method in class com.bc.ceres.glevel.support.AbstractMultiLevelSource
Called by AbstractMultiLevelSource.getImage(int) if a level image is requested for the first time.
createImage(int) - Method in class com.bc.ceres.glevel.support.DefaultMultiLevelSource
Creates a scaled version of the level-0 image for the given level.
createImage(int) - Method in class com.bc.ceres.glevel.support.FileMultiLevelSource
 
createImage(int) - Method in class com.bc.ceres.glevel.support.GenericMultiLevelSource
 
createImage(int) - Method in class org.esa.snap.core.image.AbstractMatrixMosaicSubsetMultiLevelSource
 
createImage(int) - Method in class org.esa.snap.core.image.ColoredBandImageMultiLevelSource
 
createImage(int) - Method in class org.esa.snap.core.image.ColoredMaskImageMultiLevelSource
 
createImage(int) - Method in class org.esa.snap.core.image.TiledFileMultiLevelSource
 
createImage(RenderedImage[], int) - Method in class com.bc.ceres.glevel.support.GenericMultiLevelSource
 
createImage(Mask) - Method in class org.esa.snap.core.datamodel.Mask.BandMathsType
 
createImage(Mask) - Method in class org.esa.snap.core.datamodel.Mask.ImageType
Creates the mask's source image.
createImage(Mask) - Method in class org.esa.snap.core.datamodel.Mask.RangeType
 
createImage(Mask) - Method in class org.esa.snap.core.datamodel.Mask.VectorDataType
Creates the image.
createImageConfig() - Method in class org.esa.snap.core.datamodel.Mask.BandMathsType
Creates a prototype image configuration.
createImageConfig() - Method in class org.esa.snap.core.datamodel.Mask.ImageType
Creates a prototype image configuration.
createImageConfig() - Method in class org.esa.snap.core.datamodel.Mask.RangeType
 
createImageConfig() - Method in class org.esa.snap.core.datamodel.Mask.VectorDataType
Creates a prototype image configuration.
createImageCRS(CoordinateReferenceSystem, MathTransform) - Static method in class org.esa.snap.core.datamodel.AbstractGeoCoding
 
createImageInfo(RasterDataNode[], boolean, ProgressMonitor) - Static method in class org.esa.snap.core.util.ProductUtils
Creates image creation information.
createImageType() - Method in class org.esa.snap.core.dataio.dimap.spi.MaskPersistable
 
createImageType() - Method in class org.esa.snap.core.dataio.dimap.spi.RangeTypeMaskPersistable
 
createImageType() - Method in class org.esa.snap.core.datamodel.AbstractMaskPersistenceConverter
 
createImageType() - Method in class org.esa.snap.core.datamodel.RangeTypeMaskPersistenceConverter
 
createImageType() - Method in class org.esa.snap.core.datamodel.VectorDataMaskPersistenceConverter
 
createIndex() - Method in class org.esa.snap.core.dataop.resamp.BilinearInterpolationResampling
 
createIndex() - Method in interface org.esa.snap.core.dataop.resamp.Resampling
Factory method which creates an appropriate index for raster access.
createIndexColorModel(Scaling) - Method in class org.esa.snap.core.datamodel.ImageInfo
 
createIndexedImage(int, int, byte[], IndexColorModel) - Static method in class org.esa.snap.core.util.ImageUtils
 
createIndexedImage(RenderedImage, IntMap, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createInstance(byte[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createInstance(double[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createInstance(float[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createInstance(int) - Static method in class org.esa.snap.core.datamodel.ProductData
Factory method which creates a value instance of the given type and with exactly one element.
createInstance(int[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createInstance(int, int) - Static method in class org.esa.snap.core.datamodel.ProductData
Factory method which creates a value instance of the given type and with the specified number of elements.
createInstance(int, Object) - Static method in class org.esa.snap.core.datamodel.ProductData
Factory method which creates a value instance of the given type and with the specified number of elements.
createInstance(long[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createInstance(short[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createInstance(String) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createInstance(ToolAdapterOperatorDescriptor, TemplateType) - Static method in class org.esa.snap.core.gpf.descriptor.template.TemplateEngine
Creates an instance of a template engine, of the given type, for the given descriptor.
createInstance(ToolAdapterOperatorDescriptor, TemplateType, boolean) - Static method in class org.esa.snap.core.gpf.descriptor.template.TemplateEngine
Creates an instance of a template engine.
createIntArray(int, int) - Static method in class org.esa.snap.core.util.ArrayUtils
Creates an int array which containes all values between the given min and the given max.
createIntCastOp(RenderedImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createInterpolatedMultiLevelImage(MultiLevelImage, double, AffineTransform, int, int, Dimension, MultiLevelModel, Interpolation) - Static method in class org.esa.snap.core.gpf.common.resample.Resample
 
createInterpolator(InterpolationType, int) - Static method in class org.esa.snap.core.gpf.common.resample.InterpolatorFactory
 
createJScrollPanel() - Method in class com.bc.ceres.swing.binding.PropertyPane
 
createKernelImage(RenderedImage, int, KernelJAI) - Static method in class com.bc.ceres.jai.opimage.DFTConvolveRIF
 
createKml(StringBuilder) - Method in class org.esa.snap.core.util.kmz.ExtendedData
 
createKml(StringBuilder) - Method in class org.esa.snap.core.util.kmz.KmlFeature
 
createKmlSpecifics(StringBuilder) - Method in class org.esa.snap.core.util.kmz.KmlContainer
 
createKmlSpecifics(StringBuilder) - Method in class org.esa.snap.core.util.kmz.KmlFeature
 
createKmlSpecifics(StringBuilder) - Method in class org.esa.snap.core.util.kmz.KmlGroundOverlay
 
createKmlSpecifics(StringBuilder) - Method in class org.esa.snap.core.util.kmz.KmlOverlay
 
createKmlSpecifics(StringBuilder) - Method in class org.esa.snap.core.util.kmz.KmlPlacemark
 
createKmlSpecifics(StringBuilder) - Method in class org.esa.snap.core.util.kmz.KmlScreenOverlay
 
createKmzFileFilter() - Static method in class org.esa.snap.core.dataio.placemark.PlacemarkIO
 
createLabel(PlacemarkDescriptor, int, boolean) - Static method in class org.esa.snap.core.datamodel.PlacemarkNameFactory
 
createLayer(LayerContext, PropertySet) - Method in class com.bc.ceres.glayer.CollectionLayer.Type
 
createLayer(LayerContext, PropertySet) - Method in class com.bc.ceres.glayer.LayerType
Creates a layer instance for the given application provided context and the given layer configuration.
createLayer(LayerContext, PropertySet) - Method in class com.bc.ceres.glayer.support.BackgroundLayer.Type
 
createLayer(LayerContext, PropertySet) - Method in class com.bc.ceres.glayer.support.ImageLayer.Type
 
createLayer(LayerContext, PropertySet) - Method in class com.bc.ceres.glayer.support.ShapeLayer.Type
 
createLayer(LayerContext, PropertySet) - Method in class org.esa.snap.core.layer.GraticuleLayerType
 
createLayer(LayerContext, PropertySet) - Method in class org.esa.snap.core.layer.MaskCollectionLayerType
 
createLayer(LayerContext, PropertySet) - Method in class org.esa.snap.core.layer.MaskLayerType
 
createLayer(LayerContext, PropertySet) - Method in class org.esa.snap.core.layer.NoDataLayerType
 
createLayer(LayerContext, PropertySet) - Method in class org.esa.snap.core.layer.RasterImageLayerType
 
createLayer(LayerContext, PropertySet) - Method in class org.esa.snap.core.layer.RgbImageLayerType
 
createLayer(RasterDataNode[], ColoredBandImageMultiLevelSource) - Method in class org.esa.snap.core.layer.RgbImageLayerType
 
createLayer(RasterDataNode, MultiLevelSource) - Method in class org.esa.snap.core.layer.RasterImageLayerType
 
createLayer(RasterDataNode, Mask) - Static method in class org.esa.snap.core.layer.MaskLayerType
 
createLayerConfig(LayerContext) - Method in class com.bc.ceres.glayer.CollectionLayer.Type
 
createLayerConfig(LayerContext) - Method in class com.bc.ceres.glayer.LayerType
Creates a default configuration instance for the type of layers this type can create.
createLayerConfig(LayerContext) - Method in class com.bc.ceres.glayer.support.BackgroundLayer.Type
 
createLayerConfig(LayerContext) - Method in class com.bc.ceres.glayer.support.ImageLayer.Type
 
createLayerConfig(LayerContext) - Method in class com.bc.ceres.glayer.support.ShapeLayer.Type
 
createLayerConfig(LayerContext) - Method in class org.esa.snap.core.layer.GraticuleLayerType
 
createLayerConfig(LayerContext) - Method in class org.esa.snap.core.layer.MaskCollectionLayerType
 
createLayerConfig(LayerContext) - Method in class org.esa.snap.core.layer.MaskLayerType
 
createLayerConfig(LayerContext) - Method in class org.esa.snap.core.layer.NoDataLayerType
 
createLayerConfig(LayerContext) - Method in class org.esa.snap.core.layer.RasterImageLayerType
 
createLayerConfig(LayerContext) - Method in class org.esa.snap.core.layer.RgbImageLayerType
 
createLinearRingList(Shape) - Method in class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
createLineFigure(Shape, FigureStyle) - Method in interface com.bc.ceres.swing.figure.FigureFactory
 
createLineFigure(Shape, FigureStyle) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureFactory
 
createLineStringList(Shape) - Method in class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
createLineStyle(Paint) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createLineStyle(Paint, Stroke) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createLogOp(RenderedImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createLongDataAccessor(RasterAccessor, RasterAccessor, double) - Static method in class org.esa.snap.core.gpf.common.resample.DataAccessorFactory
 
createLookupOp(RenderedImage, byte[][]) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createMapBacked(Map<String, Object>) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for a map backing the values.
createMapBacked(Map<String, Object>, PropertySetDescriptor) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for a map backing the values.
createMapBacked(Map<String, Object>, Class<?>) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for the given template type and map backing the values.
createMapBacked(Map<String, Object>, Class<?>, PropertyDescriptorFactory) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for the given template type and map backing the values.
createMapBackedOperatorPropertyContainer(String) - Static method in class org.esa.snap.core.gpf.annotations.ParameterDescriptorFactory
 
createMapBackedOperatorPropertyContainer(String, Map<String, Object>) - Static method in class org.esa.snap.core.gpf.annotations.ParameterDescriptorFactory
 
createMapBackedOperatorPropertyContainer(String, Map<String, Object>, Map<String, Product>) - Static method in class org.esa.snap.core.gpf.annotations.ParameterDescriptorFactory
 
createMapping2(RenderedImage, IntMap) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createMaskedGeophysicalImage(RasterDataNode, Number) - Static method in class org.esa.snap.core.image.ImageManager
 
createMatrix(int, int, double[]) - Method in class org.esa.snap.core.util.math.ColumnMajorMatrixFactory
Creates a matrix from a given array of values, assuming a column-major layout of the latter.
createMatrix(int, int, double[]) - Method in interface org.esa.snap.core.util.math.MatrixFactory
Creates a matrix from a given array of values.
createMemento() - Method in class com.bc.ceres.swing.figure.AbstractFigure
The default implementation returns [@code null}.
createMemento() - Method in class com.bc.ceres.swing.figure.AbstractShapeFigure
 
createMemento() - Method in class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
createMemento() - Method in interface com.bc.ceres.swing.undo.Restorable
Creates a memento which contains all state information used to restore this object at a later point in time by calling setMemento(memento).
createMosaic(RenderedImage[]) - Static method in class com.bc.ceres.glayer.tools.Tools
 
createMoveHandleTool() - Method in class com.bc.ceres.swing.figure.interactions.SelectionInteractor
 
createMoveSelectionTool() - Method in class com.bc.ceres.swing.figure.interactions.SelectionInteractor
 
createMultiLevelModel() - Method in class org.esa.snap.core.datamodel.Product
 
createMultiLevelModel() - Method in class org.esa.snap.core.datamodel.RasterDataNode
Create a multi-level image model suited for source and geo-physical images returned by this RasterDataNode
createMultiLevelSource(PropertySet) - Static method in class org.esa.snap.core.layer.MaskLayerType
 
createMultiLevelSource(Mask) - Static method in class org.esa.snap.core.layer.MaskLayerType
 
createMultiLineString(Shape) - Method in class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
createMultiPolygon(Shape) - Method in class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
createName(PlacemarkDescriptor, int) - Static method in class org.esa.snap.core.datamodel.PlacemarkNameFactory
 
createNoDataRaster(double) - Method in class org.esa.snap.core.image.SingleBandedOpImage
Creates a new raster containing solely no-data (non-interpretable data, missing data) samples.
createNode(String) - Method in class com.bc.ceres.binding.dom.XStreamDomElementWriter
 
createNullOp(RenderingHints) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createObject(int) - Method in interface org.esa.snap.core.util.CachingObjectArray.ObjectFactory
 
createObjectBacked(Object) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for the given object.
createObjectBacked(Object, PropertyDescriptorFactory) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for the given object.
createObjectBacked(Object, PropertySetDescriptor) - Static method in class com.bc.ceres.binding.PropertyContainer
 
createObjectFromXml(Element, Product) - Method in interface org.esa.snap.core.dataio.dimap.spi.DimapPersistable
Deprecated.
Creates an object for the provided Product based on the data provided by the element.
createObjectFromXml(Element, Product) - Method in class org.esa.snap.core.dataio.dimap.spi.MaskPersistable
 
createObjectFromXml(Element, Product) - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistable
Deprecated.
 
createOperator() - Method in class org.esa.snap.core.gpf.OperatorSpi
Creates an operator instance with no arguments.
createOperator(String, Map<String, Object>, Map<String, Product>, RenderingHints) - Method in class org.esa.snap.core.gpf.GPF
Creates an operator instance by using the given operator (alias) name.
createOperator(Map<String, Object>, Map<String, Product>) - Method in class org.esa.snap.core.gpf.OperatorSpi
Creates an operator instance for the given source products and processing parameters.
createOperator(Map<String, Object>, Map<String, Product>, RenderingHints) - Method in class org.esa.snap.core.gpf.OperatorSpi
Creates an operator instance for the given source products and processing parameters.
createOperatorSpi(Path) - Static method in class org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO
Constructs an OperatorSpi from a given folder.
createPaletteOp(RenderedImage, byte[], byte[], byte[]) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createPanel() - Method in class com.bc.ceres.swing.binding.PropertyPane
 
createParamEditor(Parameter) - Static method in class org.esa.snap.core.param.ParamEditorFactory
Creates a parameter editor instance for the given parameter.
createParameter(String) - Method in class org.esa.snap.core.param.ParamGroup
Creates a parameter for the given name.
createPath() - Method in class com.bc.ceres.swing.figure.interactions.InsertMultiPointFigureInteractor
 
createPathList(Shape, boolean) - Method in class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
createPersistable() - Method in class org.esa.snap.core.dataio.dimap.spi.BandMathsMaskPersistableSpi
 
createPersistable() - Method in class org.esa.snap.core.dataio.dimap.spi.ConvolutionFilterBandPersistableSpi
 
createPersistable() - Method in interface org.esa.snap.core.dataio.dimap.spi.DimapPersistableSpi
Deprecated.
 
createPersistable() - Method in class org.esa.snap.core.dataio.dimap.spi.GeneralFilterBandPersistableSpi
 
createPersistable() - Method in class org.esa.snap.core.dataio.dimap.spi.RangeTypeMaskPersistableSpi
 
createPersistable() - Method in class org.esa.snap.core.dataio.dimap.spi.VectorDataMaskPersistableSpi
 
createPersistable() - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistableSpi
Deprecated.
 
createPhysicalFile(File, RasterDataNode, int, int) - Static method in class org.esa.snap.core.dataio.dimap.EnviHeader
Writes the header for the RasterDataNode to the File.
createPhysicalFile(File, RasterDataNode, int, int, int) - Static method in class org.esa.snap.core.dataio.dimap.EnviHeader
Writes the header for the RasterDataNode to the File.
createPin(double) - Static method in class com.bc.ceres.swing.figure.support.ShapeSymbol
 
createPinFeatureType() - Static method in class org.esa.snap.core.datamodel.Placemark
 
createPixelBoundary(int, int, Rectangle, int) - Static method in class org.esa.snap.core.util.GeoUtils
Creates a rectangular boundary expressed in pixel positions for the given source rectangle.
createPixelBoundary(RasterDataNode, Rectangle, int) - Static method in class org.esa.snap.core.util.GeoUtils
Creates a rectangular boundary expressed in pixel positions for the given source rectangle.
createPixelBoundaryFromRect(Rectangle, int) - Static method in class org.esa.snap.core.util.GeoUtils
Creates a rectangular boundary expressed in pixel positions for the given source rectangle.
createPixelBoundaryFromRect(Rectangle, int, boolean) - Static method in class org.esa.snap.core.util.GeoUtils
Creates a rectangular boundary expressed in pixel positions for the given source rectangle.
createPixelGeoCoding(Band, Band, String, int) - Static method in class org.esa.snap.core.datamodel.GeoCodingFactory
Deprecated.
since SNAP 8, use ComponentGeoCoding instead
createPixelGeoCoding(Band, Band, String, int, ProgressMonitor) - Static method in class org.esa.snap.core.datamodel.GeoCodingFactory
Deprecated.
since SNAP 8, use ComponentGeoCoding instead
createPixelInfoString(int, int) - Method in class org.esa.snap.core.datamodel.Product
Creates a string containing all available information at the given pixel position.
createPixelInfoString(int, int, RasterDataNode) - Method in class org.esa.snap.core.datamodel.Product
Creates a string containing all available information at the given pixel position in the given raster.
createPlacemark(Element, PlacemarkDescriptor, GeoCoding) - Static method in class org.esa.snap.core.dataio.placemark.PlacemarkIO
Creates a new placemark from an XML element and a given symbol.
createPlacemark(SimpleFeature) - Method in class org.esa.snap.core.datamodel.AbstractPlacemarkDescriptor
Creates a new placemark by wrapping the given feature.
createPlacemark(SimpleFeature) - Method in interface org.esa.snap.core.datamodel.PlacemarkDescriptor
Creates a new placemark by wrapping the given feature.
createPlacemarkFileFilter() - Static method in class org.esa.snap.core.dataio.placemark.PlacemarkIO
 
createPlainFeature(SimpleFeatureType, String, Geometry, String) - Static method in class org.esa.snap.core.datamodel.PlainFeatureFactory
 
createPlainFeatureType(String, Class<? extends Geometry>, CoordinateReferenceSystem) - Static method in class org.esa.snap.core.datamodel.PlainFeatureFactory
 
createPlanarImage(WritableRaster) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createPlus(double) - Static method in class com.bc.ceres.swing.figure.support.PointSymbol
 
createPoint(Point2D) - Method in class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
createPointAfter(int, Scaling) - Method in class org.esa.snap.core.datamodel.ColorPaletteDef
creates a new point between the point at the given index
createPointFeatureType(String) - Static method in class org.esa.snap.core.datamodel.Placemark
 
createPointFigure(Point2D, FigureStyle) - Method in interface com.bc.ceres.swing.figure.FigureFactory
 
createPointFigure(Point2D, FigureStyle) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureFactory
 
createPointing() - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates a Pointing applicable for this raster.
createPointing(RasterDataNode) - Method in interface org.esa.snap.core.datamodel.PointingFactory
Creates a Pointing applicable to the given raster.
createPointPlacemark(PlacemarkDescriptor, String, String, String, PixelPos, GeoPos, GeoCoding) - Static method in class org.esa.snap.core.datamodel.Placemark
Creates a point placemark.
createPointStyle(Symbol) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createPointStyle(Symbol, Paint, Paint, Stroke) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createPointStyle(Symbol, Paint, Stroke) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createPolygon(Shape) - Method in class org.esa.snap.core.util.AwtGeomToJtsGeomConverter
 
createPolygonFigure(Shape, FigureStyle) - Method in interface com.bc.ceres.swing.figure.FigureFactory
 
createPolygonFigure(Shape, FigureStyle) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureFactory
 
createPolygonStyle(Paint) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createPolygonStyle(Paint, Paint) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createPolygonStyle(Paint, Paint, Stroke) - Static method in class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
createProduct(String, Map<String, Object>) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(String, Map<String, Object>, RenderingHints) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(String, Map<String, Object>, Map<String, Product>) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(String, Map<String, Object>, Map<String, Product>, RenderingHints) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(String, Map<String, Object>, Product) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(String, Map<String, Object>, Product...) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(String, Map<String, Object>, Product[], RenderingHints) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(String, Map<String, Object>, Product, RenderingHints) - Static method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProduct(Document, String, Dimension) - Static method in class org.esa.snap.core.dataio.dimap.DimapProductHelpers
Creates a in-memory data product represenation from the given DOM (BEAM-DIMAP format).
createProductNS(String, Map<String, Object>, Map<String, Product>, RenderingHints) - Method in class org.esa.snap.core.gpf.GPF
Creates a product by using the operator specified by the given name.
createProductSubset(Product, boolean, ProductSubsetDef, String, String) - Static method in class org.esa.snap.core.dataio.ProductSubsetBuilder
 
createProductSubset(Product, ProductSubsetDef, String, String) - Static method in class org.esa.snap.core.dataio.ProductSubsetBuilder
 
createProgressMonitor(RuntimeConfig) - Static method in class com.bc.ceres.core.runtime.RuntimeFactory
Creates a default progress monitor for the runtime.
createProjectedGeoTIFFMetadata(CoordinateReferenceSystem, MathTransform) - Static method in class org.esa.snap.core.util.geotiff.GeoCoding2GeoTIFFMetadata
 
createProjection(int, boolean) - Static method in class org.esa.snap.core.dataop.maptransf.UTM
Deprecated.
Creates an UTM map projection for the specified parameters.
createProjection(String, int, boolean) - Static method in class org.esa.snap.core.dataop.maptransf.UTM
Deprecated.
Creates a predefined UTM map projection for the specified parameters.
createPropertyMap(Map<String, Object>) - Method in class org.esa.snap.core.param.ParamProperties
Creates a Map to be used to store the attributes.
createQuickLookFromBrowseProduct(Product) - Method in class org.esa.snap.core.datamodel.quicklooks.QuicklookGenerator
 
createQuickLookImage(Product, Band[], ProgressMonitor) - Method in class org.esa.snap.core.datamodel.quicklooks.QuicklookGenerator
 
createReader(String) - Method in class com.bc.ceres.metadata.DefaultSimpleFileSystem
 
createReader(String) - Method in interface com.bc.ceres.metadata.SimpleFileSystem
Returns a reader for the given path.
createReaderInstance() - Method in class org.esa.snap.core.dataio.dimap.DimapProductReaderPlugIn
Creates an instance of the actual BEAM-DIMAP product reader class.
createReaderInstance() - Method in interface org.esa.snap.core.dataio.ProductReaderPlugIn
Creates an instance of the actual product reader class.
createReaderInstance() - Method in class org.esa.snap.core.dataio.rgb.ImageProductReaderPlugIn
 
createRectangular(int, int, int, int) - Static method in class org.esa.snap.core.util.jai.RectificationGrid
 
createRectangularShape(Point2D) - Method in class com.bc.ceres.swing.figure.interactions.InsertEllipseFigureInteractor
 
createRectangularShape(Point2D) - Method in class com.bc.ceres.swing.figure.interactions.InsertRectangleFigureInteractor
 
createRectangularShape(Point2D) - Method in class com.bc.ceres.swing.figure.interactions.InsertRectangularFigureInteractor
 
createRectifyOp(RenderedImage, int, RectificationGrid, Interpolation) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createRenderedImage(int, int, ProductData) - Static method in class org.esa.snap.core.util.ImageUtils
 
createReplacement(RasterDataSymbol) - Method in class org.esa.snap.core.dataop.barithm.RasterDataSymbolReplacer
 
createResampling(String) - Static method in class org.esa.snap.core.dataop.resamp.ResamplingFactory
Creates an instance of Resampling by using the given name.
createRescaledImage(RenderedImage, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Returns a rescaled version of the given source image in the given sample value range.
createRescaleOp(RenderedImage, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createRgbImage(ProgressMonitor) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates an RGB image for this raster data node.
createRgbImage(RasterDataNode[], ImageInfo, ProgressMonitor) - Static method in class org.esa.snap.core.util.ProductUtils
Creates a RGB image from the given array of {@link RasterDataNode}s.
createRolloverIcon(ImageIcon) - Static method in class com.bc.ceres.swing.progress.ProgressDialog
 
createRootContainer(String) - Method in class org.esa.snap.core.dataio.persistence.PersistenceConverter
 
createRootTree(String) - Method in class org.esa.snap.core.util.geotiff.GeoTIFFMetadata
 
createRotateOp(RenderedImage, double, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createRuntime(RuntimeConfig, String[]) - Static method in class com.bc.ceres.core.runtime.RuntimeFactory
Creates a new module runtime.
createRuntime(RuntimeConfig, String[], ProgressMonitor) - Static method in class com.bc.ceres.core.runtime.RuntimeFactory
Creates a new module runtime with a client supplied progress monitor.
createRuntimeConfig() - Static method in class com.bc.ceres.core.runtime.RuntimeFactory
Creates a default configuration for an application composed of multiple modules.
createScaleHandles(double) - Method in class com.bc.ceres.swing.figure.AbstractFigure
 
createScaleOp(RenderedImage, double, double, double, double, Interpolation) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createScene(ProductNode) - Static method in class org.esa.snap.core.datamodel.SceneFactory
Creates a scene wrapper around the given product node.
createSelectPointTool() - Method in class com.bc.ceres.swing.figure.interactions.SelectionInteractor
 
createSelectRectangleTool() - Method in class com.bc.ceres.swing.figure.interactions.SelectionInteractor
 
createServiceRegistry(Class<T>) - Method in class com.bc.ceres.core.ServiceRegistryManager
 
createShortCastOp(RenderedImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createSingleBandedImageLayout(int, int, int, int, int) - Static method in class org.esa.snap.core.image.ImageManager
 
createSingleBandedImageLayout(int, int, int, Dimension, ResolutionLevel) - Static method in class org.esa.snap.core.image.ImageManager
 
createSingleBandedImageLayout(int, Point, int, int, Dimension, ResolutionLevel) - Static method in class org.esa.snap.core.image.ImageManager
 
createSingleBandedImageLayout(RasterDataNode) - Static method in class org.esa.snap.core.image.ImageManager
 
createSingleBandedImageLayout(RasterDataNode, int) - Static method in class org.esa.snap.core.image.ImageManager
 
createSingleBandedSampleModel(int, int, int) - Static method in class org.esa.snap.core.util.ImageUtils
 
createSourceImage() - Method in class org.esa.snap.core.datamodel.Band
 
createSourceImage() - Method in class org.esa.snap.core.datamodel.FilterBand
 
createSourceImage() - Method in class org.esa.snap.core.datamodel.Mask
Calls createImage(this) in this mask's image type.
createSourceImage() - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates the source image associated with this RasterDataNode.
createSourceImage() - Method in class org.esa.snap.core.datamodel.TiePointGrid
 
createSourceImage() - Method in class org.esa.snap.core.datamodel.VirtualBand
 
createSourceImage(RasterDataNode, String) - Static method in class org.esa.snap.core.datamodel.VirtualBand
Create a MultiLevelImage that computes its pixel values from the given band math expression.
createSourceLevelImage(RenderedImage, int, RenderingHints) - Method in class org.esa.snap.core.datamodel.ConvolutionFilterBand
 
createSourceLevelImage(RenderedImage, int, RenderingHints) - Method in class org.esa.snap.core.datamodel.FilterBand
 
createSourceLevelImage(RenderedImage, int, RenderingHints) - Method in class org.esa.snap.core.datamodel.GeneralFilterBand
Returns the source level-image according the the
createSquare(double) - Static method in class com.bc.ceres.swing.figure.support.ShapeSymbol
 
createStar(double) - Static method in class com.bc.ceres.swing.figure.support.PointSymbol
 
createStretchOp(RenderedImage, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createStretchOp(RenderedImage, double, double, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createSubset(ProductSubsetDef, String, String) - Method in class org.esa.snap.core.datamodel.Product
Creates a subset of this product.
createSubset(Band, Scene, ProductSubsetDef) - Static method in class org.esa.snap.core.datamodel.GeoCodingFactory
Deprecated.
 
createSubset(ProductNodeFilter<T>) - Method in class org.esa.snap.core.datamodel.ProductNodeList
Creates a subset of this list using the given filter.
createSubset(TiePointGrid, ProductSubsetDef) - Static method in class org.esa.snap.core.datamodel.TiePointGrid
 
createSubsetSampleModel(int[]) - Method in class org.esa.snap.core.util.jai.SingleBandedSampleModel
createSynchronized(ProgressMonitor, int) - Static method in class com.bc.ceres.core.SubProgressMonitor
Creates a progress monitor based on the passed in parent monitor.If the parent monitor is ProgressMonitor.NULL, monitor is returned, otherwise a new SubProgressMonitor is created.
createTags(int, String) - Static method in class org.esa.snap.core.util.XmlWriter
Deprecated.
 
createTags(int, String, String[][]) - Static method in class org.esa.snap.core.util.XmlWriter
Deprecated.
 
createTargetGeometry(Product, CoordinateReferenceSystem, Double, Double, Integer, Integer, Double, Double, Double, Double, Double) - Static method in class org.esa.snap.core.datamodel.ImageGeometry
 
createTargetGeometry(RasterDataNode, CoordinateReferenceSystem, Double, Double, Integer, Integer, Double, Double, Double, Double, Double) - Static method in class org.esa.snap.core.datamodel.ImageGeometry
 
createTargetImageLayout(RenderedImage, SampleModel) - Static method in class com.bc.ceres.jai.operator.ReinterpretDescriptor
Creates the target image layout for a given source and a given target sample model.
createTargetProduct() - Method in class org.esa.snap.core.gpf.pointop.PointOperator
Creates the target product instance.
createTestGrid(int, int, int, int) - Static method in class org.esa.snap.core.util.jai.RectificationGrid
 
createTestProducts() - Static method in class org.esa.snap.core.util.DummyProductBuilder
 
createTextFileFilter() - Static method in class org.esa.snap.core.dataio.placemark.PlacemarkIO
 
createTiePointGrid(String, int, int, double, double, double, double, float[]) - Method in class org.esa.snap.core.dataio.AbstractProductReader
Creates a tie point grid from the given properties.
createTile(Product) - Method in class org.esa.snap.core.dataop.dem.ElevationFile
 
createTiledImage(float[][], int, int, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createTiledImage(float[], int, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createTiledImage(Raster) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Creates a tiled image from the supplied raster.
createTiledImage(RenderedImage, int, int) - Static method in class com.bc.ceres.glayer.tools.Tools
 
createTileFormatOp(RenderedImage, int, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createTransectProfileData(Shape) - Method in class org.esa.snap.core.datamodel.RasterDataNode
Creates a transect profile for the given shape (-outline).
createTransferable(boolean) - Method in class com.bc.ceres.swing.figure.support.DefaultFigureSelection
 
createTransferable(boolean) - Method in class com.bc.ceres.swing.selection.AbstractSelection
The default implementation returns null.
createTransferable(boolean) - Method in interface com.bc.ceres.swing.selection.Selection
Creates a transferable representation of this selection.
createTransferable(boolean) - Method in class com.bc.ceres.swing.selection.support.DefaultSelection
 
createTransform() - Method in class org.esa.snap.core.dataop.maptransf.DefaultMapTransformUI
Deprecated.
 
createTransform() - Method in interface org.esa.snap.core.dataop.maptransf.MapTransformUI
Deprecated.
 
createTransform(double[]) - Method in class org.esa.snap.core.dataop.maptransf.AffineTransformDescriptor
Deprecated.
 
createTransform(double[]) - Method in class org.esa.snap.core.dataop.maptransf.AlbersEqualAreaConicDescriptor
Deprecated.
Creates an instance of the map transform for the given parameter values.
createTransform(double[]) - Method in class org.esa.snap.core.dataop.maptransf.IdentityTransformDescriptor
Deprecated.
 
createTransform(double[]) - Method in class org.esa.snap.core.dataop.maptransf.LambertConformalConicDescriptor
Deprecated.
Creates an instance of the map transform for the given parameter values.
createTransform(double[]) - Method in interface org.esa.snap.core.dataop.maptransf.MapTransformDescriptor
Deprecated.
Creates an instance of the map transform for the given parameter values.
createTransform(double[]) - Method in class org.esa.snap.core.dataop.maptransf.StereographicDescriptor
Deprecated.
Creates the associated transform.
createTransform(double[]) - Method in class org.esa.snap.core.dataop.maptransf.TransverseMercatorDescriptor
Deprecated.
Creates the associated transform.
createTransform(String, double[]) - Static method in class org.esa.snap.core.dataop.maptransf.MapTransformFactory
Deprecated.
Creates a new map transformation for the specified type ID, e.g.
createTranslatedChild(int, int) - Method in class com.bc.ceres.jai.NoDataRaster
 
createUniqueNameAndLabel(PlacemarkDescriptor, Product) - Static method in class org.esa.snap.core.datamodel.PlacemarkNameFactory
 
createUniqueTempDir() - Static method in class com.bc.ceres.core.VirtualDir
 
createUnsignedInstance(byte[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createUnsignedInstance(int[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createUnsignedInstance(short[]) - Static method in class org.esa.snap.core.datamodel.ProductData
 
createUpsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.BilinearUpsampler
 
createUpsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.CubicConvolutionUpsampler
 
createUpsampler(RasterDataNode, int) - Method in class org.esa.snap.core.gpf.common.resample.NearestUpsampler
 
createUpsampler(RasterDataNode, int) - Method in interface org.esa.snap.core.gpf.common.resample.Upsampling
 
createUpsampling() - Method in class org.esa.snap.core.gpf.common.resample.UpsamplerSpi
 
createUShortCastOp(RenderedImage) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createValidator() - Method in class org.esa.snap.core.param.Parameter
Deprecated.
 
createValidator() - Method in class org.esa.snap.core.param.ParamProperties
Creates an appropriate validator for this parameter info.
createValidFilename(String) - Static method in class org.esa.snap.core.util.io.FileUtils
Creates a valid filename for the given source name.
createValidName(String, char[], char) - Static method in class org.esa.snap.core.util.StringUtils
Creates a valid name for the given source name.
createValueAccessor(Field) - Method in interface com.bc.ceres.binding.PropertyAccessorFactory
Creates a new property accessor instance.
createValueAttributeElement(String, String) - Static method in class org.esa.snap.core.dataio.dimap.spi.RasterDataNodePersistable
 
createValueBacked(Class<?>) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for the given template type.
createValueBacked(Class<?>, PropertyDescriptorFactory) - Static method in class com.bc.ceres.binding.PropertyContainer
Creates a property container for the given template type.
createValueDescriptor(Field) - Method in class com.bc.ceres.binding.DefaultPropertyDescriptorFactory
Creates a new property descriptor using the field's name and type.
createValueDescriptor(Field) - Method in interface com.bc.ceres.binding.PropertyDescriptorFactory
Creates a new property descriptor for the given field.
createValueDescriptor(Field) - Method in class org.esa.snap.core.gpf.annotations.ParameterDescriptorFactory
 
createValueInstance(Class<?>) - Method in class com.bc.ceres.binding.dom.DefaultDomConverter
 
createValueToIndexOp(RenderedImage, double, double, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createValueToIndexOp(RenderedImage, int) - Static method in class org.esa.snap.core.util.jai.JAIUtils
 
createVerticalScrollBar() - Method in class com.bc.ceres.glayer.swing.AdjustableViewScrollPane
 
createVerticalSpacer() - Method in class com.bc.ceres.swing.TableLayout
 
createWindowLevelImage(RenderedImage, double, double) - Static method in class org.esa.snap.core.util.jai.JAIUtils
Returns a rescaled version of the given source image in the range
createWithSceneView(LayerContext) - Method in class com.bc.ceres.glayer.LayerType
Tests if this type should be created by default with a new ProductSceneView.
createWriter(String) - Method in class com.bc.ceres.metadata.DefaultSimpleFileSystem
 
createWriter(String) - Method in interface com.bc.ceres.metadata.SimpleFileSystem
Returns a writer for the given path.
createWriterInstance() - Method in class org.esa.snap.core.dataio.dimap.DimapProductWriterPlugIn
Creates an instance of the actual BEAM-DIMAP product writer class.
createWriterInstance() - Method in interface org.esa.snap.core.dataio.ProductWriterPlugIn
Creates an instance of the actual product writer class.
createXEditorButton() - Method in class org.esa.snap.core.param.AbstractParamXEditor
 
createXmlFromObject(Object) - Method in interface org.esa.snap.core.dataio.dimap.spi.DimapPersistable
Deprecated.
Converts the object into an XML element.
createXmlFromObject(Object) - Method in class org.esa.snap.core.dataio.dimap.spi.MaskPersistable
 
createXmlFromObject(Object) - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistable
Deprecated.
 
createZenithFromElevationAngleTiePointGrid(TiePointGrid) - Static method in class org.esa.snap.core.datamodel.TiePointGrid
 
crop(byte, byte, byte) - Static method in class org.esa.snap.core.util.math.MathUtils
Crops the value to the range min to max.
crop(double, double) - Static method in class org.esa.snap.core.dataop.resamp.Resampling.Index
 
crop(double, double, double) - Static method in class org.esa.snap.core.util.math.MathUtils
Crops the value to the range min to max.
crop(float, float, float) - Static method in class org.esa.snap.core.util.math.MathUtils
Crops the value to the range min to max.
crop(int, int, int) - Static method in class org.esa.snap.core.util.math.MathUtils
Crops the value to the range min to max.
crop(long, long, long) - Static method in class org.esa.snap.core.util.math.MathUtils
Crops the value to the range min to max.
crop(short, short, short) - Static method in class org.esa.snap.core.util.math.MathUtils
Crops the value to the range min to max.
CROSS - Static variable in class com.bc.ceres.swing.figure.support.NamedSymbol
 
CrsGeoCoding - Class in org.esa.snap.core.datamodel
A geo-coding that is based on a well-known coordinate reference system (CRS) and affine transformation used to locate a product's scene image within the CRS.
CrsGeoCoding(CoordinateReferenceSystem, int, int, double, double, double, double) - Constructor for class org.esa.snap.core.datamodel.CrsGeoCoding
Constructs a new instance of this class from a map CRS, image dimension, and image-to-map transformation parameters.
CrsGeoCoding(CoordinateReferenceSystem, int, int, double, double, double, double, double, double) - Constructor for class org.esa.snap.core.datamodel.CrsGeoCoding
Constructs a new instance of this class from a map CRS, image dimension, and image-to-map transformation parameters.
CrsGeoCoding(CoordinateReferenceSystem, Rectangle, AffineTransform) - Constructor for class org.esa.snap.core.datamodel.CrsGeoCoding
 
CS_TYPE_2CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_3CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_4CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_5CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_6CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_7CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_8CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_9CLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_ACLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_BCLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_CCLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_CMY - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_CMYK - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_DCLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_ECLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_FCLR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_GRAY - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_HLS - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_HSV - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_LAB - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_LUV - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_RGB - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_UNKNOWN - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_XYZ - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_YCBCR - Static variable in class org.esa.snap.core.util.UtilConstants
 
CS_TYPE_YXY - Static variable in class org.esa.snap.core.util.UtilConstants
 
CssColorConverter - Class in com.bc.ceres.swing.figure.support
 
CssColorConverter() - Constructor for class com.bc.ceres.swing.figure.support.CssColorConverter
 
CsvReader - Class in org.esa.snap.core.util.io
A CsvReader instance is used read text files with CSV (comma separated values) format.
CsvReader(Reader, char[]) - Constructor for class org.esa.snap.core.util.io.CsvReader
Constructs a CSV reader using the given column separator characters.
CsvReader(Reader, char[], boolean, String) - Constructor for class org.esa.snap.core.util.io.CsvReader
Constructs a CSV reader using the given column separator characters and the format properties.
csvToArray(String) - Static method in class org.esa.snap.core.util.StringUtils
Gets a String[] from the given comma separated value string.
CsvWriter - Class in org.esa.snap.core.util.io
 
CsvWriter(Writer, String) - Constructor for class org.esa.snap.core.util.io.CsvWriter
 
CT_AlaskaConformal - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_AlbersEqualArea - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_AzimuthalEquidistant - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_CassiniSoldner - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_EquidistantConic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Equirectangular - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_GaussBoaga - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_GaussKruger - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Gnomonic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_LambertAzimEqualArea - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_LambertConfConic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_LambertConfConic_1SP - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_LambertConfConic_2SP - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_LambertConfConic_Helmert - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Mercator - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_MillerCylindrical - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_NewZealandMapGrid - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_ObliqueMercator - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_ObliqueMercator_Hotine - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_ObliqueMercator_Laborde - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_ObliqueMercator_Rosenmund - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_ObliqueMercator_Spherical - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_ObliqueStereographic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Orthographic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_PolarStereographic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Polyconic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Robinson - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Sinusoidal - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_SouthOrientedGaussConformal - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_Stereographic - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_SwissObliqueCylindrical - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_TransvEquidistCylindrical - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_TransverseMercator - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_TransvMercator_Modified_Alaska - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_TransvMercator_SouthOriented - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
CT_VanDerGrinten - Static variable in class org.esa.snap.core.util.geotiff.GeoTIFFCodes
 
Cubic() - Constructor for class org.esa.snap.core.util.math.FXYSum.Cubic
 
Cubic(double[]) - Constructor for class org.esa.snap.core.util.math.FXYSum.Cubic
 
Cubic_Convolution - org.esa.snap.core.gpf.common.resample.InterpolationType
 
CUBIC_CONVOLUTION - Static variable in interface org.esa.snap.core.dataop.resamp.Resampling
The cubic convolution resampling method.
CUBIC_CONVOLUTION_NAME - Static variable in class org.esa.snap.core.dataop.resamp.ResamplingFactory
 
CubicConvolutionUpsampler - Class in org.esa.snap.core.gpf.common.resample
Created by obarrile on 19/04/2019.
CubicConvolutionUpsampler() - Constructor for class org.esa.snap.core.gpf.common.resample.CubicConvolutionUpsampler
 
CubicConvolutionUpsampler.Spi - Class in org.esa.snap.core.gpf.common.resample
 
CURRENT_FILE_FILTER_KEY - Static variable in class org.esa.snap.core.param.ParamProperties
 
CURRENT_VERSION - Static variable in class org.esa.snap.core.gpf.graph.Graph
 
CutAction - Class in com.bc.ceres.swing.actions
A generic 'cut' action.
CutAction(SelectionManager) - Constructor for class com.bc.ceres.swing.actions.CutAction
 

D

DAILY - org.esa.snap.core.util.VersionChecker.CHECK
 
data - Variable in class org.esa.snap.core.dataop.barithm.RasterDataSymbol
 
DATA_FILE_FORMAT - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
DATA_FILE_FORMAT_DESCRIPTION - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
DATA_FILE_ORGANISATION - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
DATA_TRANSFER - org.esa.snap.core.dataop.downloadable.StatusProgressMonitor.TYPE
 
DataAccessException - Exception in com.bc.ceres.binio
A runtime exception which is used to signal an illegal data access throughout the API.
DataAccessException() - Constructor for exception com.bc.ceres.binio.DataAccessException
Constructs a new exception with null as its detail message.
DataAccessException(String) - Constructor for exception com.bc.ceres.binio.DataAccessException
Constructs a new runtime exception with the specified detail message.
DataAccessor - Interface in org.esa.snap.core.gpf.common.resample
 
DataAccessorFactory - Class in org.esa.snap.core.gpf.common.resample
 
DataAccessorFactory() - Constructor for class org.esa.snap.core.gpf.common.resample.DataAccessorFactory
 
DataContext - Interface in com.bc.ceres.binio
The context provides the means to read from or write to a random access stream or file.
DataElementDescriptor - Interface in org.esa.snap.core.gpf.descriptor
Metadata used to describe data elements of an operator.
DataFormat - Class in com.bc.ceres.binio
A binary data format.
DataFormat() - Constructor for class com.bc.ceres.binio.DataFormat
 
DataFormat(CompoundType) - Constructor for class com.bc.ceres.binio.DataFormat
 
DataFormat(CompoundType, ByteOrder) - Constructor for class com.bc.ceres.binio.DataFormat
 
DataHolder - Class in org.esa.snap.core.dataio.geocoding
The lazy instantiating DataHolder class supports ProductReader implementers in not having to create large double arrays multiple times if they are needed multiple times for the instantiation of a GeoRaster.
DataNode - Class in org.esa.snap.core.datamodel
A DataNode is the base class for all nodes within a data product which carry data.
DataNode(String, int, long) - Constructor for class org.esa.snap.core.datamodel.DataNode
Constructs a new data node with the given name, data type and number of elements.
DataNode(String, ProductData, boolean) - Constructor for class org.esa.snap.core.datamodel.DataNode
 
DataPrinter - Class in com.bc.ceres.binio.util
 
DataPrinter() - Constructor for class com.bc.ceres.binio.util.DataPrinter
 
DataPrinter(PrintStream, boolean) - Constructor for class com.bc.ceres.binio.util.DataPrinter
 
DATASET_PRODUCER_NAME - Static variable in class org.esa.snap.core.dataio.dimap.DimapProductConstants
 
dataType(int) - Method in class org.esa.snap.core.image.VirtualBandOpImage.Builder
 
DATE_FORMAT_PATTERN - Static variable in class org.esa.snap.core.datamodel.ProductData.UTC
The default pattern used to format date strings.
DateFormatConverter - Class in com.bc.ceres.binding.converters
 
DateFormatConverter() - Constructor for class com.bc.ceres.binding.converters.DateFormatConverter
 
DateFormatConverter(DateFormat) - Constructor for class com.bc.ceres.binding.converters.DateFormatConverter
 
DateInterpretationPatternValidator() - Constructor for class org.esa.snap.core.util.TimeStampExtractor.DateInterpretationPatternValidator
 
DateTimeUtils - Class in org.esa.snap.core.util
This utility class provides some date/time related methods.
DateTimeUtils() - Constructor for class org.esa.snap.core.util.DateTimeUtils
 
Datum - Class in org.esa.snap.core.dataop.maptransf
Deprecated.
since BEAM 4.7, use GeodeticDatum instead.
Datum(String, Ellipsoid, double, double, double) - Constructor for class org.esa.snap.core.dataop.maptransf.Datum
Deprecated.
 
Datum_Adindan - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Afgooye - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Agadez - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Ain_el_Abd_1970 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Amersfoort - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Ancienne_Triangulation_Francaise - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Aratu - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Arc_1950 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Arc_1960 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Australian_Geodetic_Datum_1966 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Australian_Geodetic_Datum_1984 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Barbados - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Batavia - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Beduaram - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Beijing_1954 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Bermuda_1957 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Bern_1898 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Bern_1938 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Bogota - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Bukit_Rimpah - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Camacupa - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Campo_Inchauspe - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Cape - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Carthage - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Chua - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Conakry_1905 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Corrego_Alegre - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Cote_d_Ivoire - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Datum_73 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Deir_ez_Zor - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Deutsche_Hauptdreiecksnetz - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Douala - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Egypt_1907 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_European_Datum_1950 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_European_Datum_1987 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_European_Reference_System_1989 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Fahud - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Gandajika_1970 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Garoua - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Geocentric_Datum_of_Australia_1994 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Guyane_Francaise - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Herat_North - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Hito_XVIII_1963 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Hu_Tzu_Shan - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Hungarian_Datum_1972 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Indian_1954 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Indian_1975 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Indonesian_Datum_1974 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Jamaica_1875 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Jamaica_1969 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Kalianpur - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Kandawala - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Kertau - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Kuwait_Oil_Company - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_La_Canoa - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Lake - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Leigon - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Liberia_1964 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Lisbon - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Loma_Quintana - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Lome - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Luzon_1911 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_M_poraloko - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Mahe_1971 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Makassar - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Malongo_1987 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Manoca - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Massawa - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Merchich - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Mhast - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Militar_Geographische_Institut - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Minna - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Monte_Mario - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_NAD_Michigan - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Nahrwan_1967 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Naparima_1972 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_New_Zealand_Geodetic_Datum_1949 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_NGO_1948 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Nord_de_Guerre - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Nord_Sahara_1959 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_North_American_Datum_1927 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_North_American_Datum_1983 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Nouvelle_Triangulation_Francaise - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_NSWC_9Z_2 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_OS_SN_1980 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_OSGB_1936 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_OSGB_1970_SN - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Padang_1884 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Palestine_1923 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Pointe_Noire - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Provisional_S_American_Datum_1956 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Pulkovo_1942 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Qatar - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Qatar_1948 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Qornoq - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Reseau_National_Belge_1950 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Reseau_National_Belge_1972 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_RT38 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Sapper_Hill_1943 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Schwarzeck - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Segora - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Serindung - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_South_American_Datum_1969 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Stockholm_1938 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Sudan - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Tananarive_1925 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Timbalai_1948 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_TM65 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_TM75 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Tokyo - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Trinidad_1903 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Trucial_Coast_1948 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Voirol_1875 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Voirol_Unifie_1960 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_WGS72 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_WGS72_Transit_Broadcast_Ephemeris - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_WGS84 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Yacare - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Yoff - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
Datum_Zanderij - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Airy1830 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_AiryModified1849 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_AustralianNationalSpheroid - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Bessel1841 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_BesselModified - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_BesselNamibia - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1858 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1866 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1866Michigan - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1880 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1880_Arc - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1880_Benoit - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1880_IGN - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1880_RGS - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Clarke1880_SGA1922 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Everest1830_1937Adjustment - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Everest1830_1967Definition - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Everest1830_1975Definition - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Everest1830Modified - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_GEM10C - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_GRS1980 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Helmert1906 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_IndonesianNationalSpheroid - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_International1924 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_International1967 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Krassowsky1960 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_NWL10D - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_NWL9D - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_OSU86F - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_OSU91A - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Plessis1817 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Sphere - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_Struve1860 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_WarOffice - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumE_WGS84 - Static variable in class org.esa.snap.core.util.geotiff.EPSGCodes
 
DatumTransform - Class in org.esa.snap.core.dataop.maptransf
Deprecated.
since BEAM 4.7, no replacement.
DatumTransform() - Constructor for class org.esa.snap.core.dataop.maptransf.DatumTransform
Deprecated.
 
days - Variable in enum org.esa.snap.core.util.VersionChecker.CHECK
 
deactivate() - Method in class com.bc.ceres.swing.figure.AbstractInteractor
 
deactivate() - Method in class com.bc.ceres.swing.figure.interactions.NullInteractor
 
deactivate() - Method in interface com.bc.ceres.swing.figure.Interactor
 
DEACTIVATING - com.bc.ceres.glayer.swing.WakefulComponent.VisualState
 
debug(String) - Static method in class org.esa.snap.core.datamodel.ColorManipulationDefaults
 
Debug - Class in org.esa.snap.core.util
The Debug as it name says is a utility class for debugging.
Debug() - Constructor for class org.esa.snap.core.util.Debug
Protected constructor.
decode(Item, Product) - Method in class org.esa.snap.core.dataio.persistence.PersistenceConverter
Dont override this method.
decode(Item, Product) - Method in interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.dataio.persistence.PersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.datamodel.AbstractMaskPersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.datamodel.BasicPixelGeoCodingPersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.datamodel.ConvolutionFilterBandPersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.datamodel.FXYGeoCodingPersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.datamodel.GcpGeoCodingPersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.datamodel.GeneralFilterBandPersistenceConverter
 
decodeImpl(Item, Product) - Method in class org.esa.snap.core.datamodel.TiePointGeoCodingPersistenceConverter
 
DecodeQualification - Enum in org.esa.snap.core.dataio
The qualification of a product reader for decoding a given input.
decodeTabString(String) - Static method in class org.esa.snap.core.dataio.geometry.VectorDataNodeIO
 
DecompressedImageSupport - Class in org.esa.snap.core.image
 
DecompressedImageSupport(int, int, int) - Constructor for class org.esa.snap.core.image.DecompressedImageSupport
 
DecompressedTileOpImageCallback<TileDataType> - Interface in org.esa.snap.core.image
Created by jcoravu on 7/1/2020.
DEEP - com.bc.ceres.glayer.support.LayerUtils.SearchMode
 
Default(Expression) - Constructor for class com.bc.ceres.binio.expr.SelectionExpr.Default
 
DEFAULT(Expression) - Static method in class com.bc.ceres.binio.expr.ExpressionBuilder
 
DEFAULT(Type) - Static method in class com.bc.ceres.binio.expr.ExpressionBuilder
 
DEFAULT_BIN_COUNT - Static variable in class org.esa.snap.core.datamodel.Stx
 
DEFAULT_BIN_COUNT - Static variable in class org.esa.snap.core.datamodel.StxFactory
 
DEFAULT_BORDER_COLOR - Static variable in class com.bc.ceres.glayer.support.ImageLayer
 
DEFAULT_BORDER_SHOWN - Static variable in class com.bc.ceres.glayer.support.ImageLayer
 
DEFAULT_BORDER_WIDTH - Static variable in class com.bc.ceres.glayer.support.ImageLayer
 
DEFAULT_COLOR - Static variable in class org.esa.snap.core.datamodel.Mask.ImageType
 
DEFAULT_COLOR - Static variable in class org.esa.snap.core.layer.NoDataLayerType
 
DEFAULT_COLOR - Static variable in class org.esa.snap.core.util.AbstractPropertyMap
 
DEFAULT_DELIMITER_CHAR - Static variable in class org.esa.snap.core.dataio.geometry.VectorDataNodeIO
 
DEFAULT_FONT - Static variable in class org.esa.snap.core.util.AbstractPropertyMap
 
DEFAULT_FORMAT_NAME - Static variable in class org.esa.snap.core.dataio.ProductIO
The name of the default product format.
DEFAULT_FORMAT_NAME - Static variable in class org.esa.snap.core.gpf.main.CommandLineArgs
 
DEFAULT_HASHTABLE_CAPACITY - Static variable in class com.bc.ceres.jai.tilecache.SwappingTileCache
The default hashtable capacity (heuristic)
DEFAULT_IMAGE_CRS - Static variable in class org.esa.snap.core.datamodel.Product
The default BEAM image coordinate reference system.
DEFAULT_INTERPOLATION - Static variable in class com.bc.ceres.glevel.support.DefaultMultiLevelSource
Default interpolation is "Nearest Neighbour".
DEFAULT_MAX_LEVEL_PIXEL_COUNT - Static variable in class com.bc.ceres.glevel.support.DefaultMultiLevelModel
 
DEFAULT_MEMORY_CAPACITY - Static variable in class com.bc.ceres.jai.tilecache.SwappingTileCache
The default memory capacity of the cache (16 MB).
DEFAULT_METADATA_FILEPATH - Static variable in class org.esa.snap.core.gpf.main.CommandLineArgs
 
DEFAULT_NO_DATA_VALUE - Static variable in class org.esa.snap.core.dataop.maptransf.MapInfo
Deprecated.
 
DEFAULT_PARAM_NAME - Static variable in interface org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterConstants
 
DEFAULT_PIXEL_BORDER_COLOR - Static variable in class com.bc.ceres.glayer.support.ImageLayer
 
DEFAULT_PIXEL_BORDER_SHOWN - Static variable in class com.bc.ceres.glayer.support.ImageLayer
 
DEFAULT_PIXEL_BORDER_WIDTH - Static variable in class com.bc.ceres.glayer.support.ImageLayer
 
DEFAULT_QUICKLOOK_NAME - Static variable in class org.esa.snap.core.datamodel.quicklooks.Quicklook
 
DEFAULT_SWAP_DIR - Static variable in class com.bc.ceres.jai.tilecache.SwappingTileCache
The default directory where tiles are stored if they don't fit into memory anymore.
DEFAULT_TARGET_FILEPATH - Static variable in class org.esa.snap.core.gpf.main.CommandLineArgs
 
DEFAULT_TRANSPARENCY - Static variable in class org.esa.snap.core.datamodel.Mask.ImageType
 
DEFAULT_TYPE_NAME - Static variable in class org.esa.snap.core.datamodel.PlainFeatureFactory
 
DEFAULT_VALUE_QUICKLOOKS_MAX_WIDTH - Static variable in class org.esa.snap.core.datamodel.quicklooks.QuicklookGenerator
 
DEFAULT_VALUE_QUICKLOOKS_SAVE_WITH_PRODUCT - Static variable in class org.esa.snap.core.datamodel.quicklooks.QuicklookGenerator
 
DEFAULT_VELOCITY_TEMPLATE_DIRPATH - Static variable in class org.esa.snap.core.gpf.main.CommandLineArgs
 
DEFAULT_WRITE_RASTER_CONCURRENT - Static variable in class org.esa.snap.core.dataio.ProductIO
 
DefaultDomConverter - Class in com.bc.ceres.binding.dom
DefaultDomConverter(Class<?>) - Constructor for class com.bc.ceres.binding.dom.DefaultDomConverter
 
DefaultDomConverter(Class<?>, PropertyDescriptorFactory) - Constructor for class com.bc.ceres.binding.dom.DefaultDomConverter
 
DefaultDomConverter(Class<?>, PropertyDescriptorFactory, PropertySetDescriptor) - Constructor for class com.bc.ceres.binding.dom.DefaultDomConverter
 
DefaultDomElement - Class in com.bc.ceres.binding.dom
 
DefaultDomElement(String) - Constructor for class com.bc.ceres.binding.dom.DefaultDomElement
 
DefaultDomElement(String, String) - Constructor for class com.bc.ceres.binding.dom.DefaultDomElement
 
DefaultFigureCollection - Class in com.bc.ceres.swing.figure.support
 
DefaultFigureCollection() - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
DefaultFigureCollection(Figure[]) - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureCollection
 
DefaultFigureEditor - Class in com.bc.ceres.swing.figure.support
A default implementation of a figure editor.
DefaultFigureEditor(JComponent) - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureEditor
 
DefaultFigureEditor(JComponent, Viewport, UndoContext, FigureCollection, FigureFactory) - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureEditor
 
DefaultFigureFactory - Class in com.bc.ceres.swing.figure.support
 
DefaultFigureFactory() - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureFactory
 
DefaultFigureSelection - Class in com.bc.ceres.swing.figure.support
 
DefaultFigureSelection() - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureSelection
 
DefaultFigureStyle - Class in com.bc.ceres.swing.figure.support
 
DefaultFigureStyle() - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
DefaultFigureStyle(FigureStyle) - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
DefaultFigureStyle(String) - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
DefaultFigureStyle(String, FigureStyle) - Constructor for class com.bc.ceres.swing.figure.support.DefaultFigureStyle
 
DefaultGridSelectionModel() - Constructor for class com.bc.ceres.swing.Grid.DefaultGridSelectionModel
 
DefaultHandler() - Constructor for class com.bc.ceres.core.ProcessObserver.DefaultHandler
 
DefaultLayerCanvasModel - Class in com.bc.ceres.glayer.swing
 
DefaultLayerCanvasModel() - Constructor for class com.bc.ceres.glayer.swing.DefaultLayerCanvasModel
 
DefaultLayerCanvasModel(Layer, Viewport) - Constructor for class com.bc.ceres.glayer.swing.DefaultLayerCanvasModel
 
DefaultMapTransformUI - Class in org.esa.snap.core.dataop.maptransf
Deprecated.
since BEAM 4.7, replaced by GPF operator 'Reproject'
DefaultMapTransformUI(MapTransform) - Constructor for class org.esa.snap.core.dataop.maptransf.DefaultMapTransformUI
Deprecated.
 
DefaultModuleManager - Class in com.bc.ceres.swing.update
 
DefaultModuleManager() - Constructor for class com.bc.ceres.swing.update.DefaultModuleManager
 
DefaultModuleManager(ModuleContext) - Constructor for class com.bc.ceres.swing.update.DefaultModuleManager
 
DefaultMultiLevelImage - Class in com.bc.ceres.glevel.support
Adapts a JAI PlanarImage to the MultiLevelSource interface.
DefaultMultiLevelImage(MultiLevelSource) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelImage
Constructs a new multi-level image from the given source.
DefaultMultiLevelImage(MultiLevelSource, ImageLayout) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelImage
Constructs a new multi-level image from the given source and the image layout.
DefaultMultiLevelModel - Class in com.bc.ceres.glevel.support
A default implementation for a the MultiLevelModel interface.
DefaultMultiLevelModel(int, AffineTransform, int, int) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelModel
Constructs a a new model for a multi level source.
DefaultMultiLevelModel(int, AffineTransform, Rectangle2D) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelModel
Constructs a a new model for a multi level source.
DefaultMultiLevelModel(AffineTransform, int, int) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelModel
Constructs a a new model for a multi level source.
DefaultMultiLevelRenderer - Class in com.bc.ceres.glevel.support
 
DefaultMultiLevelRenderer() - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelRenderer
 
DefaultMultiLevelSource - Class in com.bc.ceres.glevel.support
A default implementation for the MultiLevelSource interface.
DefaultMultiLevelSource(RenderedImage, int) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelSource
Constructs a new instance with DefaultMultiLevelSource.DEFAULT_INTERPOLATION.
DefaultMultiLevelSource(RenderedImage, int, Interpolation) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelSource
Constructs a new instance.
DefaultMultiLevelSource(RenderedImage, MultiLevelModel) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelSource
Constructs a new instance with DefaultMultiLevelSource.DEFAULT_INTERPOLATION.
DefaultMultiLevelSource(RenderedImage, MultiLevelModel, Interpolation) - Constructor for class com.bc.ceres.glevel.support.DefaultMultiLevelSource
Constructs a new instance with DefaultMultiLevelSource.DEFAULT_INTERPOLATION.
DefaultOperatorDescriptor - Class in org.esa.snap.core.gpf.descriptor
Default implementation of the OperatorDescriptor interface.
DefaultOperatorDescriptor(String, Class<? extends Operator>) - Constructor for class org.esa.snap.core.gpf.descriptor.DefaultOperatorDescriptor
 
DefaultOutputConsumer - Class in org.esa.snap.core.gpf.operators.tooladapter
Default implementation for process output processing.
DefaultOutputConsumer() - Constructor for class org.esa.snap.core.gpf.operators.tooladapter.DefaultOutputConsumer
 
DefaultOutputConsumer(String, ProgressMonitor) - Constructor for class org.esa.snap.core.gpf.operators.tooladapter.DefaultOutputConsumer
 
DefaultOutputConsumer(String, String, ProgressMonitor) - Constructor for class org.esa.snap.core.gpf.operators.tooladapter.DefaultOutputConsumer
 
DefaultOutputConsumer(String, String, String, ProgressMonitor) - Constructor for class org.esa.snap.core.gpf.operators.tooladapter.DefaultOutputConsumer
 
DefaultParameterDescriptor - Class in org.esa.snap.core.gpf.descriptor
Default implementation of the ParameterDescriptor interface.
DefaultParameterDescriptor() - Constructor for class org.esa.snap.core.gpf.descriptor.DefaultParameterDescriptor
 
DefaultParameterDescriptor(String, Class<?>) - Constructor for class org.esa.snap.core.gpf.descriptor.DefaultParameterDescriptor
 
DefaultPointFigure - Class in com.bc.ceres.swing.figure.support
 
DefaultPointFigure(Point2D, double) - Constructor for class com.bc.ceres.swing.figure.support.DefaultPointFigure
 
DefaultPointFigure(Point2D, double, FigureStyle) - Constructor for class com.bc.ceres.swing.figure.support.DefaultPointFigure
 
DefaultPointFigure(Point2D, double, FigureStyle, FigureStyle) - Constructor for class com.bc.ceres.swing.figure.support.DefaultPointFigure
 
DefaultPropertyAccessor - Class in com.bc.ceres.binding.accessors
A value accessor for values stored as plain Java object.
DefaultPropertyAccessor() - Constructor for class com.bc.ceres.binding.accessors.DefaultPropertyAccessor
Constructs a new DefaultValueAccessor with a null default value.
DefaultPropertyAccessor(Object) - Constructor for class com.bc.ceres.binding.accessors.DefaultPropertyAccessor
Constructs a new DefaultValueAccessor with a null default value.
DefaultPropertyDescriptorFactory - Class in com.bc.ceres.binding
Default implementation for the PropertyDescriptorFactory interface.
DefaultPropertyDescriptorFactory() - Constructor for class com.bc.ceres.binding.DefaultPropertyDescriptorFactory
 
DefaultPropertyMap - Class in org.esa.snap.core.util
Default implementation of the PropertyMap interface backed by a Properties instance.
DefaultPropertyMap() - Constructor for class org.esa.snap.core.util.DefaultPropertyMap
Constructs a new and empty property map.
DefaultPropertyMap(Properties) - Constructor for class org.esa.snap.core.util.DefaultPropertyMap
Constructs a property map which uses the given Properties as a key/value container.
DefaultPropertySetDescriptor - Class in com.bc.ceres.binding
The default implementation of a property set descriptor.
DefaultPropertySetDescriptor() - Constructor for class com.bc.ceres.binding.DefaultPropertySetDescriptor
 
DefaultRendering - Class in com.bc.ceres.grender.support
A default implementation of the Rendering interface.
DefaultRendering(Viewport) - Constructor for class com.bc.ceres.grender.support.DefaultRendering
 
DefaultRendering(Viewport, Graphics2D) - Constructor for class com.bc.ceres.grender.support.DefaultRendering
 
DefaultResourceLocator - Class in com.bc.ceres.core
The default resource locator.
DefaultResourceLocator() - Constructor for class com.bc.ceres.core.DefaultResourceLocator
 
DefaultSelection<T> - Class in com.bc.ceres.swing.selection.support
A default implementation of the Selection