Package chunmap.service.gmap

Examples of chunmap.service.gmap.GMService


    List<Layer> layers=new ArrayList<Layer>();
    Layer layer = loadLayerData();
    layers.add(layer);

    Service gms = new GMService(layers);
    ServiceFactory.putService(gms, "GoogleMap");

    Log.log(Logger.Info, "chunmap's googlemap服务已启动");
  }
View Full Code Here

TOP

Related Classes of chunmap.service.gmap.GMService

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.