Package org.geotools.gtcatalog.wms

Examples of org.geotools.gtcatalog.wms.WMSServiceExtension


  WMSServiceExtension ext;

  public void start(BundleContext context) throws Exception {
   
    //get the catalog service and register the service extension
    ext = new WMSServiceExtension();
   
    ServiceReference ref =
      context.getServiceReference(ServiceFactory.class.getName());
    SkunkServiceFactory factory = (SkunkServiceFactory) context.getService(ref);
    factory.addServiceExtension(ext);
View Full Code Here

TOP

Related Classes of org.geotools.gtcatalog.wms.WMSServiceExtension

Copyright © 2018 www.massapicom. 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.