Uses of Class
com.bc.ceres.core.ExtensibleObject
-
Packages that use ExtensibleObject Package Description 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.glayerAPI.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 usedLayerTypeimplementations. -
-
Uses of ExtensibleObject in com.bc.ceres.glayer
Subclasses of ExtensibleObject in com.bc.ceres.glayer Modifier and Type Class Description classCollectionLayerA layer which can contain other layers.static classCollectionLayer.TypeclassLayerA layer contributes graphical elements to a drawing represented by aRendering.classLayerTypeA layer type is a factory for layer instances and layer (default) configurations. -
Uses of ExtensibleObject in com.bc.ceres.glayer.support
Subclasses of ExtensibleObject in com.bc.ceres.glayer.support Modifier and Type Class Description classBackgroundLayerA background layer is used to draw a background using a uniqueColor.static classBackgroundLayer.TypeclassImageLayerA multi-resolution capable image layer.static classImageLayer.TypeclassShapeLayerA shape layer is used to drawShapes.static classShapeLayer.Type -
Uses of ExtensibleObject in com.bc.ceres.swing.figure.support
Subclasses of ExtensibleObject in com.bc.ceres.swing.figure.support Modifier and Type Class Description classDefaultFigureEditorA default implementation of a figure editor.classFigureSelectionContext -
Uses of ExtensibleObject in com.bc.ceres.swing.selection
Subclasses of ExtensibleObject in com.bc.ceres.swing.selection Modifier and Type Class Description classAbstractSelectionA handy base class for implementations of theSelectioninterface.classAbstractSelectionContextA handy base class for implementations of theSelectionContextinterface. -
Uses of ExtensibleObject in com.bc.ceres.swing.selection.support
Subclasses of ExtensibleObject in com.bc.ceres.swing.selection.support Modifier and Type Class Description classComboBoxSelectionContextA selection provider that wraps aJList.classDefaultSelection<T>A default implementation of theSelectioninterface.classDefaultSelectionContextA default implementation of theSelectionContextinterface.classListSelectionContextA selection provider that wraps aJList.classTableSelectionContextA selection provider that wraps aJTable.classTreeSelectionContextA selection provider that wraps aJTree. -
Uses of ExtensibleObject in org.esa.snap.core.datamodel
Subclasses of ExtensibleObject in org.esa.snap.core.datamodel Modifier and Type Class Description classAbstractBandTheAbstractBandclass 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.classBandA band contains the data for geophysical parameter in remote sensing data products.classConvolutionFilterBandA band that obtains its input data from an underlying source band and filters the raster data using aKernel.classDataNodeADataNodeis the base class for all nodes within a data product which carry data.classFilterBandRepresents a band that generates its data by using another band as input and performs some kind of operation on this input.classFlagCodingProvides the information required to decode integer sample values that are combined of single flags (bit indexes).classGeneralFilterBandA band that obtains its input data from an underlying source raster and filters its data using a predefinedoperation type.classIndexCodingProvides the information required to decode integer sample values that represent index values (e.g.classMaskAMaskis used to mask image pixels of other raster data nodes.classMetadataAttributeAMetadataAttributeis part of aand represents a key/value pair.MetadataElementclassMetadataElementAMetadataElementis a data node used to store metadata.classPlacemarkPlacemarks are displayed as symbols at the image's pixel position corresponding to their geographical position.classPlacemarkGroupclassProductProductinstances are an in-memory representation of a remote sensing data product.classProductNodeTheProductNodeis the base class for all nodes within a remote sensing data product and even the data product itself.classProductNodeGroup<T extends ProductNode>A type-safe container for elements of the typeProductNode.classRasterDataNodeTheRasterDataNodeclass ist the abstract base class for all objects in the product package that contain rasterized data.classSampleCodingProvides the information required to decode integer sample values that are combined of single flags (bit indexes).classTiePointGridA tie-point grid contains the data for geophysical parameter in remote sensing data products.classVectorDataNodeA container which allows to store vector data in the BEAM product model.classVirtualBandA band contains the data for geophysical parameter in remote sensing data products. -
Uses of ExtensibleObject in org.esa.snap.core.datamodel.quicklooks
Subclasses of ExtensibleObject in org.esa.snap.core.datamodel.quicklooks Modifier and Type Class Description classQuicklookCreated by luis on 10/01/2016. -
Uses of ExtensibleObject in org.esa.snap.core.layer
Subclasses of ExtensibleObject in org.esa.snap.core.layer Modifier and Type Class Description classGraticuleLayerclassGraticuleLayerTypeclassMaskCollectionLayerclassMaskCollectionLayerTypeclassMaskLayerTypeA layer used to displayMasks.classNoDataLayerTypeA layer used to display the no-data mask of a raster data node.classRasterImageLayerTypeclassRgbImageLayerTypeclassWorldMapLayerTypeA layer used to display world maps.
-