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