Uses of Class
org.deegree.style.se.unevaluated.Style

Packages that use Style
org.deegree.layer   
org.deegree.layer.persistence.feature   
org.deegree.layer.persistence.remotewms   
org.deegree.rendering.r2d.legends   
org.deegree.rendering.r3d.opengl.rendering.dem.texturing   
org.deegree.services.wms   
org.deegree.services.wms.controller.ops   
org.deegree.services.wms.controller.sld   
org.deegree.services.wms.model.layers   
org.deegree.style.persistence   
org.deegree.style.persistence.se   
org.deegree.style.persistence.sld   
org.deegree.style.se.parser   
org.deegree.style.se.unevaluated   
org.deegree.style.utils   
 

Uses of Style in org.deegree.layer
 

Methods in org.deegree.layer with parameters of type Style
 Pair<FeatureCollection,LinkedList<String>> AbstractLayer.getFeatures(RenderingInfo info, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> Layer.getFeatures(RenderingInfo info, Style style)
           
 LinkedList<String> Layer.paintMap(RenderContext context, RenderingInfo info, Style style)
          Method to paint on a graphics object.
 

Uses of Style in org.deegree.layer.persistence.feature
 

Methods in org.deegree.layer.persistence.feature with parameters of type Style
 LinkedList<String> FeatureLayer.paintMap(RenderContext context, RenderingInfo info, Style style)
           
 

Constructor parameters in org.deegree.layer.persistence.feature with type arguments of type Style
FeatureLayer(LayerMetadata md, FeatureStore featureStore, QName featureType, Filter filter, Map<String,Style> styles, Map<String,Style> legendStyles)
           
FeatureLayer(LayerMetadata md, FeatureStore featureStore, QName featureType, Filter filter, Map<String,Style> styles, Map<String,Style> legendStyles)
           
 

Uses of Style in org.deegree.layer.persistence.remotewms
 

Methods in org.deegree.layer.persistence.remotewms with parameters of type Style
 Pair<FeatureCollection,LinkedList<String>> RemoteWMSLayer.getFeatures(RenderingInfo info, Style style)
           
 LinkedList<String> RemoteWMSLayer.paintMap(RenderContext context, RenderingInfo info, Style style)
           
 

Uses of Style in org.deegree.rendering.r2d.legends
 

Methods in org.deegree.rendering.r2d.legends with parameters of type Style
 Pair<Integer,Integer> Legends.getLegendSize(Style style)
           
 void Legends.paintLegend(Style style, int width, int height, Graphics2D g)
           
 List<LegendItem> Legends.prepareLegend(Style style, Graphics2D g, int width, int height)
           
 

Uses of Style in org.deegree.rendering.r3d.opengl.rendering.dem.texturing
 

Constructors in org.deegree.rendering.r3d.opengl.rendering.dem.texturing with parameters of type Style
StyledGeometryTTProvider(double[] offsetVector, ICRS wpvsCRS, FeatureStore featureStore, Style style, double maxUnitsPerPixel, File cacheDir, long cacheSize)
          Use the given feature store to create a 'dataset' from a style.
 

Uses of Style in org.deegree.services.wms
 

Methods in org.deegree.services.wms that return Style
 Style StyleRegistry.get(String layerName, String styleName)
           
 Style StyleRegistry.getLegendStyle(String layerName, String styleName)
           
 

Methods in org.deegree.services.wms that return types with arguments of type Style
 ArrayList<Style> StyleRegistry.getAll(String layerName)
           
 

Methods in org.deegree.services.wms with parameters of type Style
 Pair<Integer,Integer> MapService.getLegendSize(Style style)
           
protected  LinkedList<String> MapService.paintLayer(Layer l, Style s, Graphics2D g, GetMap gm)
           
 void StyleRegistry.put(String layerName, Style style, boolean clear)
           
 void StyleRegistry.putAsDefault(String layerName, Style style)
           
 void StyleRegistry.putLegend(String layerName, Style style, boolean clear)
           
 

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

Methods in org.deegree.services.wms.controller.ops that return Style
 Style GetLegendGraphic.getStyle()
           
 

Methods in org.deegree.services.wms.controller.ops that return types with arguments of type Style
 LinkedList<Style> GetFeatureInfo.getStyles()
           
 LinkedList<Style> GetMap.getStyles()
           
 

Methods in org.deegree.services.wms.controller.ops with parameters of type Style
 Filter GetMap.getFilterForLayer(String name, Filter filter, Style style)
           
static OperatorFilter GetMap.getStyleFilters(Style style, double scale)
           
 

Constructor parameters in org.deegree.services.wms.controller.ops with type arguments of type Style
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 Style in org.deegree.services.wms.controller.sld
 

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

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

Methods in org.deegree.services.wms.model.layers with parameters of type Style
 LinkedList<String> FeatureLayer.collectQueries(Style style, GetMap gm, LinkedList<Query> queries)
           
 Pair<FeatureCollection,LinkedList<String>> StatisticsLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> FeatureLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> RemoteWMSLayer.getFeatures(GetFeatureInfo fi, Style style)
           
abstract  Pair<FeatureCollection,LinkedList<String>> Layer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> DynamicSQLLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> EmptyLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> RasterLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<BufferedImage,LinkedList<String>> RemoteWMSLayer.paintMap(GetMap gm, Style style)
           
 Pair<BufferedImage,LinkedList<String>> Layer.paintMap(GetMap gm, Style style)
           
 LinkedList<String> StatisticsLayer.paintMap(Graphics2D g, GetMap gm, Style style)
           
 LinkedList<String> FeatureLayer.paintMap(Graphics2D g, GetMap gm, Style style)
           
 LinkedList<String> RemoteWMSLayer.paintMap(Graphics2D g, GetMap gm, Style style)
           
abstract  LinkedList<String> Layer.paintMap(Graphics2D g, GetMap gm, Style style)
           
 LinkedList<String> DynamicSQLLayer.paintMap(Graphics2D g, GetMap gm, Style style)
           
 LinkedList<String> EmptyLayer.paintMap(Graphics2D g, GetMap gm, Style style)
           
 LinkedList<String> RasterLayer.paintMap(Graphics2D g, GetMap gm, Style style)
           
static void Layer.render(Feature f, XPathEvaluator<Feature> evaluator, Style style, Renderer renderer, TextRenderer textRenderer, double scale, double resolution)
           
 

Uses of Style in org.deegree.style.persistence
 

Methods in org.deegree.style.persistence that return Style
 Style StyleStore.getStyle(String styleName)
           
 Style StyleStore.getStyle(String layerName, String styleName)
           
 

Methods in org.deegree.style.persistence that return types with arguments of type Style
 List<Style> StyleStore.getAll()
           
 List<Style> StyleStore.getAll(String layerName)
           
 

Uses of Style in org.deegree.style.persistence.se
 

Methods in org.deegree.style.persistence.se that return Style
 Style SEStyleStore.getStyle(String styleName)
           
 Style SEStyleStore.getStyle(String layerName, String styleName)
           
 

Methods in org.deegree.style.persistence.se that return types with arguments of type Style
 List<Style> SEStyleStore.getAll()
           
 List<Style> SEStyleStore.getAll(String layerName)
           
 

Constructors in org.deegree.style.persistence.se with parameters of type Style
SEStyleStore(Style style)
           
 

Uses of Style in org.deegree.style.persistence.sld
 

Methods in org.deegree.style.persistence.sld that return Style
 Style SLDStyleStore.getStyle(String styleName)
           
 Style SLDStyleStore.getStyle(String layerName, String styleName)
           
 

Methods in org.deegree.style.persistence.sld that return types with arguments of type Style
 List<Style> SLDStyleStore.getAll()
           
 List<Style> SLDStyleStore.getAll(String layerName)
           
static Map<String,LinkedList<Style>> SLDParser.getStyles(XMLStreamReader in)
           
 

Constructor parameters in org.deegree.style.persistence.sld with type arguments of type Style
SLDStyleStore(Map<String,LinkedList<Style>> styles)
           
 

Uses of Style in org.deegree.style.se.parser
 

Methods in org.deegree.style.se.parser that return Style
 Style PostgreSQLReader.getStyle(int id)
           
 Style SymbologyParser.parse(XMLStreamReader in)
           
 Style SymbologyParser.parseFeatureTypeOrCoverageStyle(XMLStreamReader in)
           
 

Methods in org.deegree.style.se.parser with parameters of type Style
 void PostgreSQLWriter.write(Style style, String name)
           
 

Uses of Style in org.deegree.style.se.unevaluated
 

Methods in org.deegree.style.se.unevaluated that return Style
 Style Style.filter(double scale)
           
 

Uses of Style in org.deegree.style.utils
 

Methods in org.deegree.style.utils with parameters of type Style
static List<Expression> Styles.getGeometryExpressions(Style style)
           
 



Copyright © 2011. All Rights Reserved.