|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
---|---|
org.geotools.legend | |
org.geotools.map | List of layers to be rendered. |
org.geotools.renderer | Basic interface for rendering of features. |
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
org.geotools.renderer.shape | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor |
Uses of Style in org.geotools.legend |
---|
Methods in org.geotools.legend with parameters of type Style | |
---|---|
void |
Drawer.drawDirect(BufferedImage bi,
SimpleFeature feature,
Style style)
Used to draw a freature directly onto the provided image. |
void |
Drawer.drawFeature(BufferedImage bi,
SimpleFeature feature,
AffineTransform worldToScreenTransform,
Style style)
|
void |
Drawer.drawFeature(BufferedImage bi,
SimpleFeature feature,
Style style,
AffineTransform worldToScreenTransform)
|
Uses of Style in org.geotools.map |
---|
Fields in org.geotools.map declared as Style | |
---|---|
protected Style |
DefaultMapLayer.style
The style to symbolize the features of this layer |
Methods in org.geotools.map that return Style | |
---|---|
Style |
MapLayer.getStyle()
Get the style for this layer. |
Style |
DefaultMapLayer.getStyle()
Getter for property style. |
Methods in org.geotools.map with parameters of type Style | |
---|---|
void |
MapContext.addLayer(AbstractGridCoverage2DReader gridCoverage,
Style style)
Add a new layer and trigger a LayerListEvent |
void |
DefaultMapContext.addLayer(AbstractGridCoverage2DReader reader,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
DefaultMapContext.addLayer(CollectionSource source,
Style style)
|
void |
MapContext.addLayer(Collection collection,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
DefaultMapContext.addLayer(Collection collection,
Style style)
|
void |
MapContext.addLayer(FeatureCollection<SimpleFeatureType,SimpleFeature> collection,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
DefaultMapContext.addLayer(FeatureCollection<SimpleFeatureType,SimpleFeature> collection,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
MapContext.addLayer(FeatureSource<SimpleFeatureType,SimpleFeature> featureSource,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
DefaultMapContext.addLayer(FeatureSource<SimpleFeatureType,SimpleFeature> featureSource,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
MapContext.addLayer(GridCoverage gridCoverage,
Style style)
Add a new layer and trigger a LayerListEvent |
void |
DefaultMapContext.addLayer(GridCoverage gc,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
MapLayer.setStyle(Style style)
Sets the style for this layer. |
void |
DefaultMapLayer.setStyle(Style style)
Setter for property style. |
Constructors in org.geotools.map with parameters of type Style | |
---|---|
DefaultMapLayer(AbstractGridCoverage2DReader reader,
Style style)
Constructor which adds a new layer and triggers a LayerListEvent . |
|
DefaultMapLayer(AbstractGridCoverage2DReader reader,
Style style,
String title)
Constructor which adds a new layer and trigger a LayerListEvent . |
|
DefaultMapLayer(CollectionSource source,
Style style,
String title)
|
|
DefaultMapLayer(Collection collection,
Style style)
|
|
DefaultMapLayer(Collection collection,
Style style,
String title)
|
|
DefaultMapLayer(FeatureCollection<SimpleFeatureType,SimpleFeature> collection,
Style style)
Creates a new instance of DefaultMapLayer using a non-emtpy feature collection as a parameter |
|
DefaultMapLayer(FeatureCollection<SimpleFeatureType,SimpleFeature> collection,
Style style,
String title)
Creates a new instance of DefaultMapLayer using a non-emtpy feature collection as a parameter |
|
DefaultMapLayer(FeatureSource<SimpleFeatureType,SimpleFeature> featureSource,
Style style)
Creates a new instance of DefaultMapLayer |
|
DefaultMapLayer(FeatureSource<SimpleFeatureType,SimpleFeature> featureSource,
Style style,
String title)
Creates a new instance of DefaultMapLayer |
|
DefaultMapLayer(GridCoverage coverage,
Style style)
* Add a new layer and trigger a LayerListEvent . |
|
DefaultMapLayer(GridCoverage coverage,
Style style,
String title)
* Add a new layer and trigger a LayerListEvent . |
Uses of Style in org.geotools.renderer |
---|
Methods in org.geotools.renderer with parameters of type Style | |
---|---|
void |
Renderer.render(FeatureCollection<? extends FeatureType,? extends Feature> fc,
Envelope viewport,
Style style)
Renders the provided features using the specified style. |
Uses of Style in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite with parameters of type Style | |
---|---|
void |
MetaBufferEstimator.visit(Style style)
|
Uses of Style in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Style | |
---|---|
void |
StyleVisitorAdapter.visit(Style style)
|
Uses of Style in org.geotools.renderer.shape |
---|
Methods in org.geotools.renderer.shape with parameters of type Style | |
---|---|
void |
OpacityFinder.visit(Style style)
|
Uses of Style in org.geotools.styling |
---|
Subinterfaces of Style in org.geotools.styling | |
---|---|
interface |
NamedStyle
A NamedStyle is used to refer to a style that has a name in a WMS. |
Classes in org.geotools.styling that implement Style | |
---|---|
class |
BasicLineStyle
A style object is quite hard to set up, involving fills, strokes, symbolizers and rules. |
class |
BasicPolygonStyle
A style object is quite hard to set up, involving fills, strokes, symbolizers and rules. |
class |
NamedStyleImpl
A NamedStyle is used to refer to a style that has a name in a WMS. |
class |
StyleImpl
Implementation of style |
Methods in org.geotools.styling that return Style | |
---|---|
Style |
StyleBuilder.buildClassifiedStyle(FeatureCollection<SimpleFeatureType,SimpleFeature> fc,
String name,
String[] colors,
SimpleFeatureType schema)
given a feature collection and an array of colours build a style with the given number of classes on the named column |
abstract Style |
AbstractStyleFactory.createStyle()
|
Style |
StyleBuilder.createStyle()
create a new default style |
Style |
StyleFactoryImpl.createStyle()
|
Style |
StyleFactory.createStyle()
|
Style |
StyleBuilder.createStyle(String typeName,
Symbolizer symbolizer)
create a new style |
Style |
StyleBuilder.createStyle(String typeName,
Symbolizer symbolizer,
double minScaleDenominator,
double maxScaleDenominator)
create a new style |
Style |
StyleBuilder.createStyle(Symbolizer symbolizer)
create a new style |
Style |
StyleBuilder.createStyle(Symbolizer symbolizer,
double minScaleDenominator,
double maxScaleDenominator)
create a new style |
static Style |
SLD.defaultStyle(StyledLayerDescriptor sld)
|
abstract Style |
AbstractStyleFactory.getDefaultStyle()
|
Style |
StyleFactoryImpl.getDefaultStyle()
|
Style |
StyledLayerDescriptorImpl.getDefaultStyle()
Convenience method for grabbing the default style from the StyledLayerDescriptor. |
Style |
StyleFactory.getDefaultStyle()
|
static Style |
SLD.getDefaultStyle(StyledLayerDescriptor sld)
|
Style[] |
NamedLayerImpl.getStyles()
|
Style[] |
NamedLayer.getStyles()
|
Style[] |
UserLayerImpl.getUserStyles()
|
Style[] |
UserLayer.getUserStyles()
|
static Style |
SLD.matchingStyle(Style[] styles,
SimpleFeatureType schema)
Returns the first style object which matches a given schema. |
Style |
SLDParser.parseStyle(Node n)
build a style for the Node provided |
Style[] |
SLDParser.readDOM(Document document)
Read the DOM provided and create a Style object for each user style found |
Style[] |
SLDParser.readXML()
Read the xml inputsource provided and create a Style object for each user style found |
static Style[] |
SLD.styles(StyledLayerDescriptor sld)
|
Methods in org.geotools.styling with parameters of type Style | |
---|---|
void |
NamedLayerImpl.addStyle(Style sl)
DOCUMENT ME! |
void |
NamedLayer.addStyle(Style sl)
|
void |
UserLayerImpl.addUserStyle(Style style)
|
void |
UserLayer.addUserStyle(Style style)
|
static String[] |
SLD.colors(Style style)
|
static FeatureTypeStyle |
SLD.featureTypeStyle(Style style,
SimpleFeatureType type)
Returns the feature type style in the style which matched a particular name. |
static Filter[] |
SLD.filters(Style style)
|
static LineSymbolizer |
SLD.lineSymbolizer(Style style)
Retrieve the first LineSymbolizer from the provided Style. |
static Style |
SLD.matchingStyle(Style[] styles,
SimpleFeatureType schema)
Returns the first style object which matches a given schema. |
static URL |
SLD.pointGraphic(Style style)
Grabs the location of the first external graphic. |
static Mark |
SLD.pointMark(Style style)
|
static PointSymbolizer |
SLD.pointSymbolizer(Style style)
Retrieve the first PointSymbolizer from the provided Style. |
static PolygonSymbolizer |
SLD.polySymbolizer(Style style)
Retrieve the first PolygonSymbolizer from the provided Style. |
static double |
SLD.rasterOpacity(Style style)
|
static RasterSymbolizer |
SLD.rasterSymbolizer(Style style)
Retrieve the first RasterSymbolizer from the provided Style. |
static Rule[] |
SLD.rules(Style style)
|
static void |
SLD.setLineColour(Style style,
Color colour)
Sets the colour for a line symbolizer |
static void |
SLD.setPointColour(Style style,
Color colour)
Sets the Colour for the point symbolizer |
static void |
SLD.setPolyColour(Style style,
Color colour)
Sets the colour for a polygon symbolizer |
void |
UserLayerImpl.setUserStyles(Style[] styles)
|
void |
UserLayer.setUserStyles(Style[] styles)
|
protected static Symbolizer |
SLD.symbolizer(Style style,
Class SYMBOLIZER)
Retrieve the first SYMBOLIZER from the provided Style. |
static Symbolizer[] |
SLD.symbolizers(Style style)
|
static TextSymbolizer |
SLD.textSymbolizer(Style style)
Retrieve the first TextSymbolizer from the provided Style. |
void |
StyleAttributeExtractor.visit(Style style)
|
void |
StyleVisitor.visit(Style style)
Called when accept is called on a Style. |
Uses of Style in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor with parameters of type Style | |
---|---|
void |
DuplicatingStyleVisitor.visit(Style style)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |