Package org.locationtech.udig.catalog.memory

Examples of org.locationtech.udig.catalog.memory.MemoryServiceExtensionImpl.createService()


    public static IService createService(ICatalog catalog) {
      IService service;
      MemoryServiceExtensionImpl ext=new MemoryServiceExtensionImpl();
     
      java.util.Map<String, Serializable> params = ext.createParams(MemoryServiceExtensionImpl.URL);
      service=(MemoryServiceImpl) ext.createService(MemoryServiceExtensionImpl.URL, params);
      catalog.add(service);
      return service;
    }

    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.