deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Interface
org.deegree.graphics.Layer

Packages that use Layer
org.deegree.graphics   
 

Uses of Layer in org.deegree.graphics
 

Classes in org.deegree.graphics that implement Layer
(package private)  class AbstractLayer
          A Layer is a collection of Features or rasters building a thematic 'unit' waterways or country borders for example.
 class FeatureLayer
          A Layer is a collection of Features building a thematic 'unit' waterways or country borders for example.
 class LazyFeatureLayer
           
 class LazyRasterLayer
           
 class OWSRasterLayer
           
(package private)  class RasterLayer
          A RasterLayer represent a layer which data are contained within one single Image.
 

Methods in org.deegree.graphics that return Layer
static Layer MapFactory.createFeatureLayer(String name)
          creates an empty feature layer with EPSG:4326 as default coordinate reference system.
static Layer MapFactory.createFeatureLayer(String name, CoordinateSystem crs)
          creates an empty feature layer.
static Layer MapFactory.createFeatureLayer(String name, CoordinateSystem crs, FeatureCollection fc)
          creates a complete feature layer.
static Layer MapFactory.createRasterLayer(String name, GridCoverage raster)
          creates a raster layer.
static Layer MapFactory.createRasterLayer(String name, GridCoverage raster, GetMap request)
           
 Layer Theme.getLayer()
          returns the layer that holds the data of the theme
 

Methods in org.deegree.graphics with parameters of type Layer
 void LayerEventController.addLayer(Layer layer)
          adds a Layer to the EventController that shall be notified if something happens.
static Theme MapFactory.createTheme(String name, Layer layer)
          creates a theme with a name, a Layer containing the themes data and an array of styles to be known by the Theme
static Theme MapFactory.createTheme(String name, Layer layer, UserStyle[] styles)
          creates a theme with a name, a Layer containing the themes data and an array of styles to be known by the Theme
 void LayerEventController.removeLayer(Layer layer)
           
 

Constructors in org.deegree.graphics with parameters of type Layer
Theme(String name, Layer layer, UserStyle[] styles)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org