Uses of Class
org.deegree.services.wms.model.layers.Layer

Packages that use Layer
org.deegree.services.wms   
org.deegree.services.wms.controller.ops   
org.deegree.services.wms.controller.sld   
org.deegree.services.wms.dynamic   
org.deegree.services.wms.model.layers   
org.deegree.services.wms.utils   
 

Uses of Layer in org.deegree.services.wms
 

Fields in org.deegree.services.wms with type parameters of type Layer
 HashMap<String,Layer> MapService.layers
           
 

Methods in org.deegree.services.wms that return Layer
 Layer MapService.getLayer(String name)
           
 Layer MapService.getRootLayer()
           
 

Methods in org.deegree.services.wms that return types with arguments of type Layer
 HashMap<Layer,GetMap.Antialias> MapService.getDefaultAntialiases()
           
 HashMap<Layer,Integer> MapService.getDefaultFeatureInfoRadius()
           
 HashMap<Layer,GetMap.Interpolation> MapService.getDefaultInterpolations()
           
 HashMap<Layer,Integer> MapService.getDefaultMaxFeatures()
           
 HashMap<Layer,GetMap.Quality> MapService.getDefaultQualities()
           
 

Methods in org.deegree.services.wms with parameters of type Layer
protected static void MapService.applyHints(Layer l, Map<Layer,GetMap.Quality> qualities, Map<Layer,GetMap.Interpolation> interpolations, Map<Layer,GetMap.Antialias> antialiases, Graphics2D g)
           
static void MapService.fillInheritedInformation(Layer layer, List<ICRS> srs)
           
protected  LinkedList<String> MapService.paintLayer(Layer l, Style s, Graphics2D g, GetMap gm)
           
 

Method parameters in org.deegree.services.wms with type arguments of type Layer
protected static void MapService.applyHints(Layer l, Map<Layer,GetMap.Quality> qualities, Map<Layer,GetMap.Interpolation> interpolations, Map<Layer,GetMap.Antialias> antialiases, Graphics2D g)
           
protected static void MapService.applyHints(Layer l, Map<Layer,GetMap.Quality> qualities, Map<Layer,GetMap.Interpolation> interpolations, Map<Layer,GetMap.Antialias> antialiases, Graphics2D g)
           
protected static void MapService.applyHints(Layer l, Map<Layer,GetMap.Quality> qualities, Map<Layer,GetMap.Interpolation> interpolations, Map<Layer,GetMap.Antialias> antialiases, Graphics2D g)
           
 

Uses of Layer in org.deegree.services.wms.controller.ops
 

Methods in org.deegree.services.wms.controller.ops that return types with arguments of type Layer
 Map<Layer,GetMap.Antialias> GetMap.getAntialias()
           
 Map<Layer,GetMap.Interpolation> GetMap.getInterpolation()
           
 LinkedList<Layer> GetMap.getLayers()
           
 Map<Layer,Integer> GetMap.getMaxFeatures()
           
 Map<Layer,GetMap.Quality> GetMap.getQuality()
           
 LinkedList<Layer> GetFeatureInfo.getQueryLayers()
           
 

Constructor parameters in org.deegree.services.wms.controller.ops with type arguments of type Layer
GetFeatureInfo(Collection<Layer> layers, Collection<Style> styles, int radius, Envelope envelope, int x, int y, int width, int height, int maxFeatures)
           
GetMap(MapService service, Collection<Layer> layers, Collection<Style> styles, int width, int height, Envelope boundingBox)
           
 

Uses of Layer in org.deegree.services.wms.controller.sld
 

Methods in org.deegree.services.wms.controller.sld that return types with arguments of type Layer
static Pair<LinkedList<Layer>,LinkedList<Style>> SLDParser.parse(XMLStreamReader in, MapService service, GetMap gm)
           
 

Uses of Layer in org.deegree.services.wms.dynamic
 

Methods in org.deegree.services.wms.dynamic with parameters of type Layer
protected  boolean LayerUpdater.cleanup(Layer root, MapService service)
           
 

Constructors in org.deegree.services.wms.dynamic with parameters of type Layer
PostGISUpdater(String connId, String schema, Layer parent, MapService service, String baseSystemId, DeegreeWorkspace workspace)
           
ShapeUpdater(File shapeDir, Layer parent, MapService service)
           
 

Uses of Layer in org.deegree.services.wms.model.layers
 

Subclasses of Layer in org.deegree.services.wms.model.layers
 class DynamicSQLLayer
          DynamicSQLLayer
 class EmptyLayer
          EmptyLayer
 class FeatureLayer
          ShapefileLayer
 class RasterLayer
          RasterLayer
 class RemoteWMSLayer
          RemoteWMSLayer
 class StatisticsLayer
          StatisticsLayer
 

Methods in org.deegree.services.wms.model.layers that return Layer
 Layer Layer.getChild(String name)
           
 Layer Layer.getParent()
           
 

Methods in org.deegree.services.wms.model.layers that return types with arguments of type Layer
 LinkedList<Layer> Layer.getChildren()
           
 

Methods in org.deegree.services.wms.model.layers with parameters of type Layer
 void Layer.addOrReplace(Layer layer)
           
 void Layer.remove(Layer l)
           
 void Layer.setParent(Layer parent)
           
 

Method parameters in org.deegree.services.wms.model.layers with type arguments of type Layer
 void Layer.setChildren(List<Layer> children)
           
 

Constructors in org.deegree.services.wms.model.layers with parameters of type Layer
DynamicSQLLayer(MapService service, String name, String title, Layer parent, SimpleSQLFeatureStore datastore, PostgreSQLReader styles, Collection<Integer> symbolCodes, String symbolField)
           
EmptyLayer(MapService service, AbstractLayerType layer, Layer parent)
           
EmptyLayer(MapService service, String name, String title, Layer parent)
           
FeatureLayer(MapService service, AbstractLayerType layer, Layer parent, DeegreeWorkspace workspace)
           
FeatureLayer(MapService service, String name, String title, Layer parent)
          Used for extensions.
FeatureLayer(MapService service, String name, String title, Layer parent, String file)
           
Layer(MapService service, AbstractLayerType layer, Layer parent)
           
Layer(MapService service, String name, String title, Layer parent)
           
RasterLayer(MapService service, AbstractLayerType lay, Layer parent)
           
RemoteWMSLayer(MapService service, AbstractLayerType layer, Layer parent)
          Construct one with RemoteWMSStoreId in jaxb bean.
RemoteWMSLayer(MapService service, RemoteWMSStore store, String name, String title, Layer parent)
           
StatisticsLayer(MapService service, Layer parent)
           
 

Uses of Layer in org.deegree.services.wms.utils
 

Methods in org.deegree.services.wms.utils that return Layer
 Layer MapController.getQueryLayer()
           
 

Methods in org.deegree.services.wms.utils with parameters of type Layer
 void MapController.setQueryLayer(Layer layer)
           
 

Method parameters in org.deegree.services.wms.utils with type arguments of type Layer
 void MapController.setLayers(List<? extends Layer> layers)
           
 



Copyright © 2011. All Rights Reserved.