Revision 47747 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/MapContextManager.java

View differences:

MapContextManager.java
101 101
            Class<? extends FLayer> layerClass
102 102
    );
103 103

  
104
    /**
105
     * Register a factory to create new layers based on the parameters 
106
     * of the store and the store itself. 
107
     * If the factory cannot create the layer, it returns null 
108
     * without throwing an exception. 
109
     * The returned layer must be fully initialized.
110
     * 
111
     * @param factory
112
     * @return 
113
     */
104 114
    public boolean registerLayer(Factory<FLayer> factory);
105 115

  
106 116
    /**

Also available in: Unified diff