|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Description | |
|---|---|
| org.opengis.sld | |
| org.opengis.style | The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
| Uses of Description in org.opengis.sld |
|---|
| Methods in org.opengis.sld that return Description | |
|---|---|
Description |
Layer.getDescription()
The Description element is also reused throughout SE and SLD and gives an informative description of the “object” being defined. |
Description |
StyledLayerDescriptor.getDescription()
The Description element is also reused throughout SE and SLD and gives an informative description of the “object” being defined. |
Description |
NamedStyle.getDescription()
The Description is informative. |
| Uses of Description in org.opengis.style |
|---|
| Methods in org.opengis.style that return Description | |
|---|---|
Description |
StyleFactory.description(InternationalString title,
InternationalString description)
|
Description |
Rule.getDescription()
Returns the description of this rule. |
Description |
Symbolizer.getDescription()
Returns the description of this symbolizer. |
Description |
FeatureTypeStyle.getDescription()
Returns the description of this style. |
Description |
Style.getDescription()
Returns the description of this style. |
| Methods in org.opengis.style with parameters of type Description | |
|---|---|
ExtensionSymbolizer |
StyleFactory.extensionSymbolizer(String name,
String geometry,
Description description,
Unit<?> unit,
String extensionName,
Map<String,Expression> parameters)
Used to represent a symbolizer intended for a vendor specific rendering process. |
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
LineSymbolizer |
StyleFactory.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
PointSymbolizer |
StyleFactory.pointSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Graphic graphic)
Creation of a PointSymbolizer to describe how geometry can be rendered as a point. |
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
RasterSymbolizer |
StyleFactory.rasterSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression opacity,
ChannelSelection channelSelection,
OverlapBehavior overlapsBehaviour,
ColorMap colorMap,
ContrastEnhancement contrast,
ShadedRelief shaded,
Symbolizer outline)
|
Rule |
StyleFactory.rule(String name,
Description description,
GraphicLegend legend,
double min,
double max,
List<Symbolizer> symbolizers,
Filter filter)
Create a rule from the provided definition. |
Style |
StyleFactory.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed. |
Object |
StyleVisitor.visit(Description description,
Object data)
Called when accept is called on a description |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||