|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Description | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor | |
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.geotools.styling |
---|
Subinterfaces of Description in org.geotools.styling | |
---|---|
interface |
Description
|
Classes in org.geotools.styling that implement Description | |
---|---|
class |
DescriptionImpl
|
Methods in org.geotools.styling with parameters of type Description | |
---|---|
Rule |
StyleFactoryImpl.createRule(Symbolizer[] symbolizers,
Description desc,
Graphic[] legends,
String name,
Filter filter,
boolean isElseFilter,
double maxScale,
double minScale)
|
ExtensionSymbolizer |
StyleFactoryImpl.extensionSymbolizer(String name,
String propertyName,
Description description,
Unit<?> unit,
String extensionName,
Map<String,Expression> parameters)
|
ExtensionSymbolizer |
StyleFactoryImpl2.extensionSymbolizer(String name,
String propertyName,
Description description,
Unit<?> unit,
String extensionName,
Map<String,Expression> parameters)
|
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 |
StyleFactoryImpl.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
FeatureTypeStyleImpl |
StyleFactoryImpl2.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
LineSymbolizer |
StyleFactoryImpl.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
LineSymbolizerImpl |
StyleFactoryImpl2.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
LineSymbolizer |
StyleFactory.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset)
|
PointSymbolizer |
StyleFactoryImpl.pointSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Graphic graphic)
|
PointSymbolizerImpl |
StyleFactoryImpl2.pointSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Graphic graphic)
|
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 |
StyleFactoryImpl.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
PolygonSymbolizerImpl |
StyleFactoryImpl2.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
RasterSymbolizer |
StyleFactoryImpl.rasterSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression opacity,
ChannelSelection channelSelection,
OverlapBehavior overlapsBehaviour,
ColorMap colorMap,
ContrastEnhancement contrast,
ShadedRelief shaded,
Symbolizer outline)
|
RasterSymbolizerImpl |
StyleFactoryImpl2.rasterSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression opacity,
ChannelSelection channelSelection,
OverlapBehavior overlapsBehaviour,
ColorMap colorMap,
ContrastEnhancement contrast,
ShadedRelief shaded,
Symbolizer outline)
|
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 |
StyleFactoryImpl.rule(String name,
Description description,
GraphicLegend legend,
double min,
double max,
List<Symbolizer> symbolizers,
Filter filter)
|
RuleImpl |
StyleFactoryImpl2.rule(String name,
Description description,
GraphicLegend legend,
double min,
double max,
List<Symbolizer> symbolizers,
Filter filter)
|
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. |
void |
RuleImpl.setDescription(Description description)
|
void |
AbstractSymbolizer.setDescription(Description description)
|
void |
StyleImpl.setDescription(Description description)
|
void |
Symbolizer.setDescription(Description description)
Tile and Abstract of Symbolzer. |
void |
Rule.setDescription(Description description)
Description for this rule. |
Style |
StyleFactoryImpl.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
StyleImpl |
StyleFactoryImpl2.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
Style |
StyleFactory.style(String name,
Description description,
boolean isDefault,
List<FeatureTypeStyle> featureTypeStyles,
Symbolizer defaultSymbolizer)
|
TextSymbolizer |
StyleFactoryImpl.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
|
TextSymbolizerImpl |
StyleFactoryImpl2.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
|
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. |
Constructors in org.geotools.styling with parameters of type Description | |
---|---|
DescriptionImpl(Description description)
Copy constructor. |
|
RuleImpl(Symbolizer[] symbolizers,
Description desc,
Graphic[] legends,
String name,
Filter filter,
boolean isElseFilter,
double maxScale,
double minScale)
|
Uses of Description in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return Description | |
---|---|
protected Description |
DuplicatingStyleVisitor.copy(Description desc)
Null safe copy of description |
Methods in org.geotools.styling.visitor with parameters of type Description | |
---|---|
protected Description |
DuplicatingStyleVisitor.copy(Description desc)
Null safe copy of description |
Uses of Description in org.opengis.style |
---|
Methods in org.opengis.style that return Description | |
---|---|
Description |
StyleFactory.description(InternationalString title,
InternationalString description)
|
Description |
Style.getDescription()
Returns the description of this style. |
Description |
Symbolizer.getDescription()
Returns the description of this symbolizer. |
Description |
Rule.getDescription()
Returns the description of this rule. |
Description |
FeatureTypeStyle.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 |