Example #1
0
 public LayerGroup(String alias, ILayer[] layers) {
   this(LayerGroupImpl.create(new JSObjectArray(layers).getJSObject()));
   setAlias(alias);
 }
Example #2
0
 public LayerGroup(ILayer[] layers) {
   this(LayerGroupImpl.create(new JSObjectArray(layers).getJSObject()));
 }