Revision 44548 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/FLayers.java

View differences:

FLayers.java
1239 1239
        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
1240 1240
    }
1241 1241

  
1242
    public FLayers createFLayerGroup(String name) {            
1243
        FLayers group = new FLayers();
1244
        group.setMapContext(this.getMapContext());
1245
        group.setParentLayer(this);
1246
        group.setName(name);
1247
        return group;
1248
    }
1242 1249
}

Also available in: Unified diff