The layer collection class. This class is used to manage all layers in the scene.
Members
-
Get the layer list.
Methods
-
Add a layer to the layer collection.
Name Type Description layerLayer The layer to be added. -
Find the layer object based on the layer name.
Name Type Description nameString The specified layer name. Returns:
Layer object. -
Find the layer object according to the specified index.
Name Type Description indexNumber The specified layer index. Returns:
Layer object. -
getSelectedLayer() → S3MTilesLayer
-
Get the currently clicked S3M layer.
Returns:
Returns the S3MTilesLayer layer object. -
Adjust the layer order downwards, corresponding to the imagery layer set.
Name Type Description layerLayers Layer to be adjusted -
Query feature element information.
Name Type Description winposNumber location information. sceneObject Scene object. -
Adjust the layer order upwards to correspond to the image layer set.
Name Type Description layerLayers Layer to be adjusted -
Release the selected layer object.
-
Delete the layer object with the specified name from the layer collection.
Name Type Default Description layerstring The name of the layer to be deleted. destroyBoolean trueoptional Specify whether to release resources when deleting. Returns:
Return true if the deletion is successful, otherwise false. -
Delete all layer objects in the layer collection.
Name Type Default Description destroyBoolean trueoptional Specify whether to release resources when deleting. -
Set the currently clicked S3M layer.
Name Type Description layerS3MTilesLayer Click the currently selected S3M layer.
