Uses of Interface
org.geotools.api.style.Style
- 
Packages that use Style Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.map List of layers to be rendered.org.geotools.map.legend org.geotools.process.raster Raster processing support for the GeoTools library.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 classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometryobjects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.swing.styling Dialogs to create basic rendering styles.org.geotools.xml.styling org.geotools.ysld.encode Encoder for style objects as YSLD.
- 
- 
Uses of Style in org.geotools.api.styleSubinterfaces of Style in org.geotools.api.style Modifier and Type Interface Description interfaceNamedStyleA NamedStyle is used to refer to a style that has a name in a WMS.Methods in org.geotools.api.style that return Style Modifier and Type Method Description StyleStyleFactory. createStyle()StyleStyleFactory. getDefaultStyle()Style[]NamedLayer. getStyles()Style[]UserLayer. getUserStyles()StyleStyleFactory. style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)Methods in org.geotools.api.style that return types with arguments of type Style Modifier and Type Method Description List<Style>NamedLayer. styles()List<Style>UserLayer. userStyles()Methods in org.geotools.api.style with parameters of type Style Modifier and Type Method Description voidNamedLayer. addStyle(Style sl)voidUserLayer. addUserStyle(Style style)voidUserLayer. setUserStyles(Style... styles)voidStyleVisitor. visit(Style style)Called when accept is called on a Style.ObjectTraversingStyleVisitor. visit(Style style, Object data)Called when accept is called on a Style.
- 
Uses of Style in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return Style Modifier and Type Method Description StyleStyleBuilder. build()StyleStyleBuilder. buildStyle()Methods in org.geotools.brewer.styling.builder with parameters of type Style Modifier and Type Method Description StyleBuilderStyleBuilder. reset(Style style)
- 
Uses of Style in org.geotools.mapFields in org.geotools.map declared as Style Modifier and Type Field Description protected StyleStyleLayer. styleStyle used for renderingMethods in org.geotools.map that return Style Modifier and Type Method Description StyleLayer. getStyle()Get the style for this layer.StyleStyleLayer. getStyle()Get the style for this layer.Methods in org.geotools.map with parameters of type Style Modifier and Type Method Description voidStyleLayer. setStyle(Style style)Sets the style for this layer.Constructors in org.geotools.map with parameters of type Style Constructor Description FeatureLayer(FeatureSource featureSource, Style style)Creates a new instance of FeatureLayerFeatureLayer(FeatureSource featureSource, Style style, String title)FeatureLayer(FeatureCollection collection, Style style)FeatureLayer(FeatureCollection collection, Style style, String title)GridCoverageLayer(GridCoverage2D coverage, Style style)Create layer to draw the provided grid coverage.GridCoverageLayer(GridCoverage2D coverage, Style style, String title)Create layer to draw the provided grid coverage.GridReaderLayer(GridCoverage2DReader reader, Style style)Create a lyaer to draw the provided grid coverage reader.GridReaderLayer(GridCoverage2DReader reader, Style style, String title)Create a layer to draw the provided grid coverage reader.GridReaderLayer(GridCoverage2DReader reader, Style style, String title, GeneralParameterValue[] params)Create layer title and optional parameters used to control the rendering process.GridReaderLayer(GridCoverage2DReader reader, Style style, GeneralParameterValue[] params)Create a layer with optional parameters to control the rendering process.RasterLayer(Style style)RasterLayer(Style style, String title)StyleLayer(Style style)Creates a new instance of StyleLayerStyleLayer(Style style, String title)
- 
Uses of Style in org.geotools.map.legendMethods in org.geotools.map.legend with parameters of type Style Modifier and Type Method Description voidDrawer. drawDirect(BufferedImage bi, SimpleFeature feature, Style style)Used to draw a freature directly onto the provided image.voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, Style style)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, Style style, AffineTransform worldToScreenTransform)
- 
Uses of Style in org.geotools.process.rasterMethods in org.geotools.process.raster with parameters of type Style Modifier and Type Method Description GridCoverage2DStyleCoverage. execute(GridCoverage2D coverage, Style style)
- 
Uses of Style in org.geotools.rendererMethods in org.geotools.renderer with parameters of type Style Modifier and Type Method Description voidRenderer. 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.liteMethods in org.geotools.renderer.lite with parameters of type Style Modifier and Type Method Description protected voidStreamingRenderer. fillBackground(Graphics2D graphics, Rectangle paintArea, Style style)voidMetaBufferEstimator. visit(Style style)voidOpacityFinder. visit(Style style)
- 
Uses of Style in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Style Modifier and Type Method Description voidStyleVisitorAdapter. visit(Style style)
- 
Uses of Style in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type Style Modifier and Type Method Description voidStyleAttributeExtractor. visit(Style style)
- 
Uses of Style in org.geotools.stylingClasses in org.geotools.styling that implement Style Modifier and Type Class Description classBasicLineStyleA style object is quite hard to set up, involving fills, strokes, symbolizers and rules.classBasicPolygonStyleA style object is quite hard to set up, involving fills, strokes, symbolizers and rules.classNamedStyleImplA NamedStyle is used to refer to a style that has a name in a WMS.classStyleImplImplementation of style.Methods in org.geotools.styling that return Style Modifier and Type Method Description StyleStyleBuilder. buildClassifiedStyle(SimpleFeatureCollection 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 columnstatic StyleSLD. createLineStyle(Color lineColor, float width)Create a line style with given color and line widthstatic StyleSLD. createLineStyle(Color lineColor, float width, String labelField, Font labelFont)Create a line style with given color, line width and optional labelsstatic StyleSLD. createPointStyle(String wellKnownName, Color lineColor, Color fillColor, float opacity, float size)Create a point style without labelsstatic StyleSLD. createPointStyle(String wellKnownName, Color lineColor, Color fillColor, float opacity, float size, String labelField, Font labelFont)Create a point style, optionally with text labelsstatic StyleSLD. createPolygonStyle(Color outlineColor, Color fillColor, float opacity)Create a polygon style with the given colors and opacity.static StyleSLD. createPolygonStyle(Color outlineColor, Color fillColor, float opacity, String labelField, Font labelFont)Create a polygon style with the given colors, opacity and optional labels.static StyleSLD. createSimpleStyle(DataStore store, String typeName, Color color)Create a minimal style to render features of typetypeNameread from the given data storestatic StyleSLD. createSimpleStyle(FeatureType type)Create a minimal style to render features of typetype.static StyleSLD. createSimpleStyle(FeatureType type, Color color)Create a minimal style to render features of typetypeabstract StyleAbstractStyleFactory. createStyle()StyleStyleBuilder. createStyle()create a new default styleStyleStyleBuilder. createStyle(String typeName, Symbolizer symbolizer)create a new styleStyleStyleBuilder. createStyle(String typeName, Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)create a new styleStyleStyleBuilder. createStyle(Symbolizer symbolizer)create a new styleStyleStyleBuilder. createStyle(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)create a new styleStyleStyleFactoryImpl. createStyle()static StyleSLD. defaultStyle(StyledLayerDescriptor sld)Retrieve the default style from the given StyledLayerDescriptor.abstract StyleAbstractStyleFactory. getDefaultStyle()StyleStyledLayerDescriptorImpl. getDefaultStyle()Convenience method for grabbing the default style from the StyledLayerDescriptor.StyleStyleFactoryImpl. getDefaultStyle()Style[]NamedLayerImpl. getStyles()Style[]UserLayerImpl. getUserStyles()static StyleSLD. matchingStyle(Style[] styles, SimpleFeatureType schema)Returns the first style object which matches a given schema.StyleStyleFactoryImpl. style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)StyleStyleFactoryImpl2. style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)static Style[]SLD. styles(StyledLayerDescriptor sld)Get the Styles defined in the given StyledLayerDescriptorstatic StyleSLD. wrapSymbolizers(Symbolizer... symbolizers)Wrap one or more symbolizers into a Rule / FeatureTypeStyle / StyleMethods in org.geotools.styling that return types with arguments of type Style Modifier and Type Method Description List<Style>NamedLayerImpl. styles()List<Style>UserLayerImpl. userStyles()Methods in org.geotools.styling with parameters of type Style Modifier and Type Method Description voidNamedLayerImpl. addStyle(Style sl)voidUserLayerImpl. addUserStyle(Style style)static String[]SLD. colors(Style style)Retrieves all colour names defined in a stylestatic FeatureTypeStyleSLD. featureTypeStyle(Style style, SimpleFeatureType type)Returns the feature type style in the style which matched a particular name.static Filter[]SLD. filters(Style style)Retrieves all filters defined in a stylestatic LineSymbolizerSLD. lineSymbolizer(Style style)Retrieve the first LineSymbolizer from the provided Style.static StyleSLD. matchingStyle(Style[] styles, SimpleFeatureType schema)Returns the first style object which matches a given schema.static URLSLD. pointGraphic(Style style)Retrieves the location of the first external graphic in a Style object.static MarkSLD. pointMark(Style style)Retrieves the first Mark used in a Style object.static PointSymbolizerSLD. pointSymbolizer(Style style)Retrieve the first PointSymbolizer from the provided Style.static PolygonSymbolizerSLD. polySymbolizer(Style style)Retrieve the first PolygonSymbolizer from the provided Style.static doubleSLD. rasterOpacity(Style style)Retrieves the opacity from the first RasterSymbolizer defined in a style.static RasterSymbolizerSLD. rasterSymbolizer(Style style)Retrieve the first RasterSymbolizer from the provided Style.static Rule[]SLD. rules(Style style)Retrieves all rules defined in a stylestatic voidSLD. setChannelSelection(Style style, SelectedChannelType[] rgb, SelectedChannelType gray)Updates the raster channel selection in a Style objectstatic voidSLD. setLineColour(Style style, Color colour)Updates the color for line symbolizers in the current style.static voidSLD. setPointColour(Style style, Color colour)Sets the Colour for the point symbolizerstatic voidSLD. setPolyColour(Style style, Color colour)Sets the colour for the first polygon symbolizer defined in the provided stylestatic voidSLD. setRasterOpacity(Style style, double opacity)Updates the raster opacity in the current stylevoidUserLayerImpl. setUserStyles(Style[] styles)protected static SymbolizerSLD. symbolizer(Style style, Class SYMBOLIZER)Retrieve the first Symbolizer from the provided Style.static Symbolizer[]SLD. symbolizers(Style style)Retrieves all symbolizers defined in a stylestatic TextSymbolizerSLD. textSymbolizer(Style style)Retrieve the first TextSymbolizer from the provided Style.voidAbstractStyleVisitor. visit(Style style)
- 
Uses of Style in org.geotools.styling.visitorMethods in org.geotools.styling.visitor with parameters of type Style Modifier and Type Method Description voidDuplicatingStyleVisitor. visit(Style style)
- 
Uses of Style in org.geotools.swing.stylingMethods in org.geotools.swing.styling that return Style Modifier and Type Method Description static StyleJSimpleStyleDialog. showDialog(Component parent, DataStore dataStore)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the first feature type in thedataStore.static StyleJSimpleStyleDialog. showDialog(Component parent, DataStore dataStore, Style initialStyle)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the first feature type in thedataStore.static StyleJSimpleStyleDialog. showDialog(Component parent, SimpleFeatureType featureType)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the given feature type.static StyleJSimpleStyleDialog. showDialog(Component parent, SimpleFeatureType featureType, Style initialStyle)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the given feature type.static StyleJSimpleStyleDialog. showDialog(Component parent, StyleLayer layer)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the givenStyleLayer.Methods in org.geotools.swing.styling with parameters of type Style Modifier and Type Method Description static StyleJSimpleStyleDialog. showDialog(Component parent, DataStore dataStore, Style initialStyle)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the first feature type in thedataStore.static StyleJSimpleStyleDialog. showDialog(Component parent, SimpleFeatureType featureType, Style initialStyle)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the given feature type.Constructors in org.geotools.swing.styling with parameters of type Style Constructor Description JSimpleStyleDialog(Dialog owner, SimpleFeatureType schema, Style initialStyle)Constructor.JSimpleStyleDialog(Frame owner, SimpleFeatureType schema, Style initialStyle)Constructor.
- 
Uses of Style in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return Style Modifier and Type Method Description StyleSLDParser. parseStyle(Node n)build a style for the Node providedStyle[]SLDParser. readDOM()Read styles from the dom that was previously parsed.Style[]SLDParser. readDOM(Document document)Read the DOM provided and create a Style object for each user style foundStyle[]SLDParser. readXML()Read the xml inputsource provided and create a Style object for each user style found
- 
Uses of Style in org.geotools.ysld.encodeMethods in org.geotools.ysld.encode with parameters of type Style Modifier and Type Method Description protected voidRootEncoder. encode(Style style)Constructors in org.geotools.ysld.encode with parameters of type Style Constructor Description FeatureStyleEncoder(Style style)
 
-