public final class ImageryLayerCollection
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
ImageryLayerCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(ImageryLayer imageryLayer) |
void |
add(ImageryLayer imageryLayer,
int index) |
void |
addImageryProvider(ImageryProvider imageryProvider) |
void |
addImageryProvider(ImageryProvider imageryProvider,
int index) |
boolean |
contains(ImageryLayer layer) |
static ImageryLayerCollection |
create() |
ImageryLayer |
get(int index) |
int |
indexOf(ImageryLayer layer) |
double |
length() |
void |
lower(ImageryLayer layer) |
void |
lowerToBottom(ImageryLayer layer) |
void |
raise(ImageryLayer layer) |
void |
raiseToTop(ImageryLayer layer) |
void |
remove(ImageryLayer layer,
boolean destroy) |
void |
removeAll(boolean destroy) |
public static final ImageryLayerCollection create()
public final void add(ImageryLayer imageryLayer)
public final void add(ImageryLayer imageryLayer, int index)
public final void addImageryProvider(ImageryProvider imageryProvider)
public final void addImageryProvider(ImageryProvider imageryProvider, int index)
public final double length()
public final ImageryLayer get(int index)
public final boolean contains(ImageryLayer layer)
public final int indexOf(ImageryLayer layer)
public final void raise(ImageryLayer layer)
public final void raiseToTop(ImageryLayer layer)
public final void lower(ImageryLayer layer)
public final void lowerToBottom(ImageryLayer layer)
public final void remove(ImageryLayer layer, boolean destroy)
public final void removeAll(boolean destroy)
Copyright © 2014. All rights reserved.