|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layer | |
---|---|
org.opengis.layer | Basic unit of geographic information that may be requested as a map from a server. |
org.opengis.layer.source | Sources of layers. |
Uses of Layer in org.opengis.layer |
---|
Methods in org.opengis.layer that return types with arguments of type Layer | |
---|---|
List<Layer> |
Layer.getLayers()
Gets the child layers of this Layer . |
Uses of Layer in org.opengis.layer.source |
---|
Methods in org.opengis.layer.source that return Layer | |
---|---|
Layer |
LayerSource.getLayer(String name)
Gets the named Layer . |
Methods in org.opengis.layer.source that return types with arguments of type Layer | |
---|---|
List<Layer> |
LayerSource.getLayers()
Returns a List of Layer s provided by this LayerSource . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |