Revision 32543 branches/v2_0_0_prep/extensions/org.gvsig.arcims.feature.extension/src/main/java/org/gvsig/fmap/dal/store/arcims/ArcImsLibrary.java

View differences:

ArcImsLibrary.java
37 37
import org.gvsig.tools.library.LibraryException;
38 38

  
39 39
/**
40
 * @author vsanjaime
40
 * @author vsanjaime version 2.0
41 41
 */
42 42
public class ArcImsLibrary extends AbstractLibrary {
43 43

  
44 44
	/**
45
	 * 
45
	 * initialize library elements
46 46
	 */
47 47
	@Override
48 48
	protected void doInitialize() throws LibraryException {
49 49
	}
50 50

  
51 51
	/**
52
	 * 
52
	 * at the end initialize others elements
53 53
	 */
54 54
	@Override
55 55
	protected void doPostInitialize() throws LibraryException {
......
69 69
		if (!dataman.getExplorerProviders().contains(ArcImsServerExplorer.NAME)){
70 70
			dataman.registerExplorerProvider(ArcImsServerExplorer.NAME,
71 71
					ArcImsServerExplorer.class, ArcImsServerExplorerParameters.class);
72
		}	
73
		
74
		//Register the ArcIMSStoreParams to be loaded from the catalog extension
75
		//TODO
76
//		ExtensionPointManager extensionPointManager = ToolsLocator
77
//		.getExtensionPointManager();
78
//		ExtensionPoint extensionPoint = extensionPointManager.add("CatalogDataStoreParameters");
79
//		extensionPoint.append("OGC:WFS", "Data store parameters to load a WFS layer", ArcIMSStoreParameters.class);
72
		}			
73

  
74
		//TODO Register the ArcIMSStoreParams to be loaded from the catalog extension
80 75
	}
81 76
}
82 77

  

Also available in: Unified diff