|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayerInfo | |
|---|---|
| com.esri.core.internal.value | |
| com.esri.map | |
| Uses of LayerInfo in com.esri.core.internal.value |
|---|
| Constructor parameters in com.esri.core.internal.value with type arguments of type LayerInfo | |
|---|---|
DynamicLayerInfoCollection(Collection<LayerInfo> layerInfos)
|
|
DynamicLayerInfoCollection(Collection<LayerInfo> layerInfos,
boolean addDefaults)
|
|
LayerTimeOptionsCollection(Collection<LayerInfo> layerInfos)
|
|
LayerTimeOptionsCollection(Collection<LayerInfo> layerInfos,
boolean addDefaults)
|
|
| Uses of LayerInfo in com.esri.map |
|---|
| Subclasses of LayerInfo in com.esri.map | |
|---|---|
class |
WmsLayerInfo
This class represents a layer in a WMS map service. |
| Methods in com.esri.map that return LayerInfo | |
|---|---|
LayerInfo |
LayerInfo.getChildLayer(int index)
Gets a child of this layer by index. |
LayerInfo |
LayerInfo.getParent()
Gets the parent. |
LayerInfo |
ArcGISDynamicMapServiceLayer.getSubLayer(int id)
Gets a info on a sub-layer. |
LayerInfo |
ArcGISDynamicMapServiceLayer.getSubLayer(String name)
Gets a info on a sub-layer. |
| Methods in com.esri.map that return types with arguments of type LayerInfo | |
|---|---|
HashMap<String,LayerInfo> |
ArcGISDynamicMapServiceLayer.getLayers()
Gets the top level sub-layers of this map service. |
Collection<LayerInfo> |
ArcGISDynamicMapServiceLayer.getLayersList()
Gets all the sub-layers of this map service as a flat list of LayerInfo instances. |
HashMap<String,LayerInfo> |
LayerInfo.getSubLayerInfos()
Gets all sub-layers of this layer. |
| Methods in com.esri.map with parameters of type LayerInfo | |
|---|---|
void |
LayerInfo.addLayer(LayerInfo layer)
Adds a child layer. |
int |
LayerInfo.getChildLayerIndex(LayerInfo child)
Gets the index of the given child layer if it exists. |
void |
LayerInfo.setParent(LayerInfo parent)
Sets the parent. |
| Method parameters in com.esri.map with type arguments of type LayerInfo | |
|---|---|
protected boolean |
ArcGISDynamicMapServiceLayer.getSubLayersVisibility(StringBuilder ex,
boolean started,
Collection<LayerInfo> layerInfoList)
Used to generate a list of layer IDs for layers that should be hidden. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||