Package chunmap.model.crs

Examples of chunmap.model.crs.BLGrid


  protected void addLayer(MapCtrl map) {
    String path1="D:\\Temp\\mapdata\\cntry02\\cntry02.shp";
    VectorLayer layer = (VectorLayer) LayerFactory.openShapeFile(path1);
    map.getLayerCollection().add(layer);
   
    VectorLayer grid = new BLGrid().createGrid();
        map.getLayerCollection().add(grid);
  }
View Full Code Here

TOP

Related Classes of chunmap.model.crs.BLGrid

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.