Class DefaultLayerEditorDescriptor

  • All Implemented Interfaces:
    com.bc.ceres.core.runtime.ConfigurableExtension, LayerEditorDescriptor

    @Deprecated
    public class DefaultLayerEditorDescriptor
    extends Object
    implements LayerEditorDescriptor, com.bc.ceres.core.runtime.ConfigurableExtension
    Deprecated.
    since SNAP 2, no used
    The default descriptor for a layer editor. Layer editors are configured in your Module Manifest module.xml by extending the extension point layerEditors with layerEditor elements:

     <extension point="beam-ui:layerEditors">
           <layerEditor>
               <editorFactory>org.esa.snap.visat.toolviews.layermanager.editors.VectorDataLayerEditorFactory</editorFactory>
               <layer>VectorDataLayer</layer>
           </layerEditor>
           <layerEditor>
               <editor>org.esa.snap.visat.toolviews.layermanager.editors.ImageLayerEditor</editor>
               <layerType>com.bc.ceres.glayer.support.ImageLayer$Type</layerType>
           </layerEditor>
     <extension>
     

    Note: This API is not public yet and may significantly change in the future. Use it at your own risk.

    Since:
    BEAM 4.6
    Version:
    $Revision$ $Date$