Package | Description |
---|---|
org.cesiumjs.cs.collections |
Modifier and Type | Method and Description |
---|---|
ImageryLayer |
ImageryLayerCollection.addImageryProvider(ImageryProvider imageryProvider)
Creates a new layer using the given ImageryProvider and adds it to the collection.
|
ImageryLayer |
ImageryLayerCollection.addImageryProvider(ImageryProvider imageryProvider,
int index)
Creates a new layer using the given ImageryProvider and adds it to the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageryLayerCollection.add(ImageryLayer layer,
int index)
Adds a layer to the collection.
|
void |
ImageryLayerCollection.Listener.function(ImageryLayer imageryLayer,
int index) |
int |
ImageryLayerCollection.indexOf(ImageryLayer layer)
Determines the index of a given layer in the collection.
|
void |
ImageryLayerCollection.lower(ImageryLayer layer)
Lowers a layer down one position in the collection.
|
void |
ImageryLayerCollection.lowerToBottom(ImageryLayer layer)
Lowers a layer to the bottom of the collection.
|
void |
ImageryLayerCollection.raise(ImageryLayer layer)
Raises a layer up one position in the collection.
|
void |
ImageryLayerCollection.raiseToTop(ImageryLayer layer)
Raises a layer to the top of the collection.
|
boolean |
ImageryLayerCollection.remove(ImageryLayer layer,
boolean destroy)
Removes a layer from this collection, if present.
|
Copyright © 2019. All rights reserved.