|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.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 java.util.List<AbstractStyle> |
AbstractLayer.styles
the styles |
Methods in org.deegree.graphics.sld that return AbstractStyle | |
---|---|
static AbstractStyle |
StyleFactory.createLineStyle(java.awt.Color startColor,
java.awt.Color endColor,
double startWidth,
double endWidth,
double opacity,
double min,
double max,
java.lang.String featurePropertyName,
int numberOfSteps)
Throws an UnsupportedOperationException, but should create a style with name 'defaultLine' for rendering line geometries. |
static AbstractStyle |
StyleFactory.createLineStyle(java.awt.Color color,
double width,
double opacity,
double min,
double max)
creates a style with name 'defaultLine' for rendering line geometries |
static AbstractStyle |
StyleFactory.createPointStyle(java.lang.String[] wellKnownNames,
java.awt.Color startFillColor,
java.awt.Color endFillColor,
java.awt.Color startBorderColor,
java.awt.Color endBorderColor,
double startBorderWidth,
double endBorderWidth,
double opacity,
double startSize,
double endSize,
double rotation,
double min,
double max,
java.lang.String featurePropertyName,
int numberOfSteps)
Throws an UnsupportedOperationException, but should create a style with name 'defaultPoint' for rendering point geometries. |
static AbstractStyle |
StyleFactory.createPointStyle(java.lang.String wellKnownName,
java.awt.Color fillColor,
java.awt.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(java.awt.Color startFillColor,
java.awt.Color endFillColor,
double fillOpacity,
java.awt.Color startStrokeColor,
java.awt.Color endStrokeColor,
double startStrokeWidth,
double endStrokeWidth,
double strokeOpacity,
double min,
double max,
java.lang.String featurePropertyName,
int numberOfSteps)
Throws an UnsupportedOperationException, but should create a style with name 'defaultPoint' for rendering point geometries. |
static AbstractStyle |
StyleFactory.createPolygonStyle(java.awt.Color fillColor,
double fillOpacity,
java.awt.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(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
FeatureTypeStyle featureTypeStyle)
create a new style |
static AbstractStyle |
StyleFactory.createStyle(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
FeatureTypeStyle[] featureTypeStyles)
create a new style |
static AbstractStyle |
StyleFactory.createStyle(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String featureTypeName,
Rule[] rules)
create a style |
static AbstractStyle |
StyleFactory.createStyle(java.lang.String name,
Symbolizer symbolizer)
create a new style |
static AbstractStyle |
StyleFactory.createStyle(java.lang.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(java.lang.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(java.lang.String name,
LayerFeatureConstraints layerFeatureConstraints,
AbstractStyle[] styles)
constructor initializing the class with the |
|
NamedLayer(java.lang.String name,
LayerFeatureConstraints layerFeatureConstraints,
AbstractStyle[] styles)
constructor initializing the class with the |
|
UserLayer(java.lang.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.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org