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

Uses of Class
org.deegree.graphics.sld.AbstractStyle

Packages that use AbstractStyle
org.deegree.graphics.legend   
org.deegree.graphics.sld   
org.deegree.tools.shape   
 

Uses of AbstractStyle in org.deegree.graphics.legend
 

Methods in org.deegree.graphics.legend with parameters of type AbstractStyle
 LegendElement LegendFactory.createLegendElement(AbstractStyle style, int width, int height, String title)
          creates a LegendElement from a SLD Style.
 

Uses of AbstractStyle in org.deegree.graphics.sld
 

Subclasses of AbstractStyle in org.deegree.graphics.sld
 class NamedStyle
          A NamedStyle uses the "name" attribute to identify a style known to the WMS ----------------------------------------------------------------------
 class UserStyle
          A user-defined allows map styling to be defined externally from a system and to be passed around in an interoperable format.
 

Fields in org.deegree.graphics.sld with type parameters of type AbstractStyle
protected  List<AbstractStyle> AbstractLayer.styles
          the styles
 

Methods in org.deegree.graphics.sld that return AbstractStyle
static AbstractStyle StyleFactory.createLineStyle(Color startColor, Color endColor, double startWidth, double endWidth, double opacity, double min, double max, String featurePropertyName, int numberOfSteps)
          Throws an UnsupportedOperationException, but should create a style with name 'defaultLine' for rendering line geometries.
static AbstractStyle StyleFactory.createLineStyle(Color color, double width, double opacity, double min, double max)
          creates a style with name 'defaultLine' for rendering line geometries
static AbstractStyle StyleFactory.createPointStyle(String[] wellKnownNames, Color startFillColor, Color endFillColor, Color startBorderColor, Color endBorderColor, double startBorderWidth, double endBorderWidth, double opacity, double startSize, double endSize, double rotation, double min, double max, String featurePropertyName, int numberOfSteps)
          Throws an UnsupportedOperationException, but should create a style with name 'defaultPoint' for rendering point geometries.
static AbstractStyle StyleFactory.createPointStyle(String wellKnownName, Color fillColor, Color borderColor, double borderWidth, double opacity, double size, double rotation, double min, double max)
          creates a style with name 'defaultPoint' for rendering point geometries
static AbstractStyle StyleFactory.createPolygonStyle(Color startFillColor, Color endFillColor, double fillOpacity, Color startStrokeColor, Color endStrokeColor, double startStrokeWidth, double endStrokeWidth, double strokeOpacity, double min, double max, String featurePropertyName, int numberOfSteps)
          Throws an UnsupportedOperationException, but should create a style with name 'defaultPoint' for rendering point geometries.
static AbstractStyle StyleFactory.createPolygonStyle(Color fillColor, double fillOpacity, Color strokeColor, double strokeWidth, double strokeOpacity, double min, double max)
          creates a style with name 'defaultPolygon' for rendering polygon geometries
static AbstractStyle StyleFactory.createStyle()
          create a new default style
static AbstractStyle StyleFactory.createStyle(String name, String title, String abstract_, FeatureTypeStyle featureTypeStyle)
          create a new style
static AbstractStyle StyleFactory.createStyle(String name, String title, String abstract_, FeatureTypeStyle[] featureTypeStyles)
          create a new style
static AbstractStyle StyleFactory.createStyle(String name, String title, String abstract_, String featureTypeName, Rule[] rules)
          create a style
static AbstractStyle StyleFactory.createStyle(String name, Symbolizer symbolizer)
          create a new style
static AbstractStyle StyleFactory.createStyle(String name, Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a new style
static AbstractStyle StyleFactory.createStyle(Symbolizer symbolizer)
          create a new style
static AbstractStyle StyleFactory.createStyle(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a new style with name 'default'
 AbstractStyle[] AbstractLayer.getStyles()
          Returns the styles associated to the Layer.
 

Methods in org.deegree.graphics.sld with parameters of type AbstractStyle
 void AbstractLayer.addStyle(AbstractStyle style)
           
static NamedLayer SLDFactory.createNamedLayer(String name, LayerFeatureConstraints layerFeatureConstraints, AbstractStyle[] styles)
           
 void AbstractLayer.removeStyle(AbstractStyle style)
           
 void AbstractLayer.setStyles(AbstractStyle[] styles)
          Adds styles to the Layer.
 

Constructors in org.deegree.graphics.sld with parameters of type AbstractStyle
AbstractLayer(String name, LayerFeatureConstraints layerFeatureConstraints, AbstractStyle[] styles)
          constructor initializing the class with the
NamedLayer(String name, LayerFeatureConstraints layerFeatureConstraints, AbstractStyle[] styles)
          constructor initializing the class with the
UserLayer(String name, LayerFeatureConstraints layerFeatureConstraints, AbstractStyle[] userStyles, RemoteOWS remoteOWS)
          constructor initializing the class with the <UserLayer>
 

Uses of AbstractStyle in org.deegree.tools.shape
 

Methods in org.deegree.tools.shape that return AbstractStyle
 AbstractStyle AVL2SLD.getStyle()
          returns a Style.
 


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