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