Revision 45564 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.newlayer/org.gvsig.newlayer.lib/org.gvsig.newlayer.lib.api/src/main/java/org/gvsig/newlayer/NewLayerManager.java

View differences:

NewLayerManager.java
45 45

  
46 46
    /**
47 47
     * Create an instance of a {@link NewLayerService}.
48
     * @param mapContext
48 49
     * @return {@link NewLayerService}
49
     * @throws ServiceException
50
     *             if there is an error getting the service
51 50
     */
52 51
    public NewLayerService createNewLayerService(MapContext mapContext);
53 52
    
......
62 61
    /**
63 62
     * Returns the provider factory with the given name.
64 63
     * 
65
     * @param name
66
     *            of the provider
64
     * @param providerName
67 65
     * @return the provider factory
68 66
     * @throws ServiceException
69 67
     *             if there is an error getting the provider factory
......
76 74
     * 
77 75
     * @param factory
78 76
     *            of the provider to enable or disable
79
     * @param value
80
     *            if the provider must be enabled or disabled
77
     * @param false1
81 78
     */
82 79
    public void enableProvider(NewLayerProviderFactory factory, Boolean false1);
83 80

  

Also available in: Unified diff