Uses of Interface
org.opengis.layer.Layer

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 Layers provided by this LayerSource.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.