Uses of Interface
com.bc.ceres.core.Extensible
-
Packages that use Extensible Package Description com.bc.ceres.core Provides low-level application classes for service registration, progress monitoring and assertions.com.bc.ceres.core.runtime Provides the module runtime framework.com.bc.ceres.glayer The graphical layer API is used to render multi-layer images/displays from various sources.com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayer
API.com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support com.bc.ceres.swing.selection com.bc.ceres.swing.selection.support org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.org.esa.snap.core.datamodel.quicklooks org.esa.snap.core.layer Provides frequently usedLayerType
implementations. -
-
Uses of Extensible in com.bc.ceres.core
Classes in com.bc.ceres.core that implement Extensible Modifier and Type Class Description class
ExtensibleObject
Base class for an object that can be dynamically extended. -
Uses of Extensible in com.bc.ceres.core.runtime
Subinterfaces of Extensible in com.bc.ceres.core.runtime Modifier and Type Interface Description interface
ModuleContext
The context in which a module lives.interface
ModuleRuntime
A runtime for applications composed of multiple modules. -
Uses of Extensible in com.bc.ceres.glayer
Classes in com.bc.ceres.glayer that implement Extensible Modifier and Type Class Description class
CollectionLayer
A layer which can contain other layers.static class
CollectionLayer.Type
class
Layer
A layer contributes graphical elements to a drawing represented by aRendering
.class
LayerType
A layer type is a factory for layer instances and layer (default) configurations. -
Uses of Extensible in com.bc.ceres.glayer.support
Classes in com.bc.ceres.glayer.support that implement Extensible Modifier and Type Class Description class
BackgroundLayer
A background layer is used to draw a background using a uniqueColor
.static class
BackgroundLayer.Type
class
ImageLayer
A multi-resolution capable image layer.static class
ImageLayer.Type
class
ShapeLayer
A shape layer is used to drawShape
s.static class
ShapeLayer.Type
-
Uses of Extensible in com.bc.ceres.swing.figure
Subinterfaces of Extensible in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureEditor
A figure editor is used to insert, delete and modify figures stored in a figure collection.interface
FigureSelection
A selection of figures. -
Uses of Extensible in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Extensible Modifier and Type Class Description class
DefaultFigureEditor
A default implementation of a figure editor.class
DefaultFigureSelection
class
FigureSelectionContext
-
Uses of Extensible in com.bc.ceres.swing.selection
Subinterfaces of Extensible in com.bc.ceres.swing.selection Modifier and Type Interface Description interface
Selection
Represents a selection of zero, one or more items, e.g.interface
SelectionContext
A selection context is aselection source
with additional capabilities, e.g.Classes in com.bc.ceres.swing.selection that implement Extensible Modifier and Type Class Description class
AbstractSelection
A handy base class for implementations of theSelection
interface.class
AbstractSelectionContext
A handy base class for implementations of theSelectionContext
interface. -
Uses of Extensible in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement Extensible Modifier and Type Class Description class
ComboBoxSelectionContext
A selection provider that wraps aJList
.class
DefaultSelection<T>
A default implementation of theSelection
interface.class
DefaultSelectionContext
A default implementation of theSelectionContext
interface.class
ListSelectionContext
A selection provider that wraps aJList
.class
TableSelectionContext
A selection provider that wraps aJTable
.class
TreeSelectionContext
A selection provider that wraps aJTree
. -
Uses of Extensible in org.esa.snap.core.datamodel
Classes in org.esa.snap.core.datamodel that implement Extensible Modifier and Type Class Description class
AbstractBand
TheAbstractBand
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.class
Band
A band contains the data for geophysical parameter in remote sensing data products.class
ConvolutionFilterBand
A band that obtains its input data from an underlying source band and filters the raster data using aKernel
.class
DataNode
ADataNode
is the base class for all nodes within a data product which carry data.class
FilterBand
Represents a band that generates its data by using another band as input and performs some kind of operation on this input.class
FlagCoding
Provides the information required to decode integer sample values that are combined of single flags (bit indexes).class
GeneralFilterBand
A band that obtains its input data from an underlying source raster and filters its data using a predefinedoperation type
.class
IndexCoding
Provides the information required to decode integer sample values that represent index values (e.g.class
Mask
AMask
is used to mask image pixels of other raster data nodes.class
MetadataAttribute
AMetadataAttribute
is part of a
and represents a key/value pair.MetadataElement
class
MetadataElement
AMetadataElement
is a data node used to store metadata.class
Placemark
Placemarks are displayed as symbols at the image's pixel position corresponding to their geographical position.class
PlacemarkGroup
class
Product
Product
instances are an in-memory representation of a remote sensing data product.class
ProductNode
TheProductNode
is the base class for all nodes within a remote sensing data product and even the data product itself.class
ProductNodeGroup<T extends ProductNode>
A type-safe container for elements of the typeProductNode
.class
RasterDataNode
TheRasterDataNode
class ist the abstract base class for all objects in the product package that contain rasterized data.class
SampleCoding
Provides the information required to decode integer sample values that are combined of single flags (bit indexes).class
TiePointGrid
A tie-point grid contains the data for geophysical parameter in remote sensing data products.class
VectorDataNode
A container which allows to store vector data in the BEAM product model.class
VirtualBand
A band contains the data for geophysical parameter in remote sensing data products. -
Uses of Extensible in org.esa.snap.core.datamodel.quicklooks
Classes in org.esa.snap.core.datamodel.quicklooks that implement Extensible Modifier and Type Class Description class
Quicklook
Created by luis on 10/01/2016. -
Uses of Extensible in org.esa.snap.core.layer
Classes in org.esa.snap.core.layer that implement Extensible Modifier and Type Class Description class
GraticuleLayer
class
GraticuleLayerType
class
MaskCollectionLayer
class
MaskCollectionLayerType
class
MaskLayerType
A layer used to displayMask
s.class
NoDataLayerType
A layer used to display the no-data mask of a raster data node.class
RasterImageLayerType
class
RgbImageLayerType
class
WorldMapLayerType
A layer used to display world maps.
-