Uses of Interface
org.geotools.api.style.PointSymbolizer
-
Packages that use PointSymbolizer 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.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.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling org.geotools.ysld.encode Encoder for style objects as YSLD. -
-
Uses of PointSymbolizer in org.geotools.api.style
Methods in org.geotools.api.style that return PointSymbolizer Modifier and Type Method Description PointSymbolizer
StyleFactory. createPointSymbolizer()
PointSymbolizer
StyleFactory. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
PointSymbolizer
StyleFactory. getDefaultPointSymbolizer()
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.Methods in org.geotools.api.style with parameters of type PointSymbolizer Modifier and Type Method Description void
StyleVisitor. visit(PointSymbolizer ps)
Called when accept is called on a pointsymbolizerObject
TraversingStyleVisitor. visit(PointSymbolizer pointSymbolizer, Object data)
Called when accept is called on a pointsymbolizer -
Uses of PointSymbolizer in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return PointSymbolizer Modifier and Type Method Description PointSymbolizer
PointSymbolizerBuilder. build()
Methods in org.geotools.brewer.styling.builder that return types with arguments of type PointSymbolizer Modifier and Type Method Description Builder<PointSymbolizer>
PointSymbolizerBuilder. reset(PointSymbolizer original)
Methods in org.geotools.brewer.styling.builder with parameters of type PointSymbolizer Modifier and Type Method Description Builder<PointSymbolizer>
PointSymbolizerBuilder. reset(PointSymbolizer original)
-
Uses of PointSymbolizer in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type PointSymbolizer Modifier and Type Method Description void
MetaBufferEstimator. visit(PointSymbolizer ps)
void
OpacityFinder. visit(PointSymbolizer ps)
-
Uses of PointSymbolizer in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type PointSymbolizer Modifier and Type Method Description void
StyleVisitorAdapter. visit(PointSymbolizer ps)
-
Uses of PointSymbolizer in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type PointSymbolizer Modifier and Type Method Description void
StyleAttributeExtractor. visit(PointSymbolizer ps)
-
Uses of PointSymbolizer in org.geotools.styling
Classes in org.geotools.styling that implement PointSymbolizer Modifier and Type Class Description class
PointSymbolizerImpl
Provides a Java representation of the PointSymbolizer.Methods in org.geotools.styling that return PointSymbolizer Modifier and Type Method Description abstract PointSymbolizer
AbstractStyleFactory. createPointSymbolizer()
abstract PointSymbolizer
AbstractStyleFactory. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
PointSymbolizer
StyleBuilder. createPointSymbolizer()
create a default point symbolizerPointSymbolizer
StyleBuilder. createPointSymbolizer(Graphic graphic)
create a point symbolizerPointSymbolizer
StyleBuilder. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
create a point symbolizerPointSymbolizer
StyleFactoryImpl. createPointSymbolizer()
PointSymbolizer
StyleFactoryImpl. createPointSymbolizer(Graphic graphic, String geometryPropertyName)
abstract PointSymbolizer
AbstractStyleFactory. getDefaultPointSymbolizer()
PointSymbolizer
StyleFactoryImpl. getDefaultPointSymbolizer()
static PointSymbolizer
SLD. pointSymbolizer(FeatureTypeStyle fts)
Retrieve the first PointSymbolizer from the provided FeatureTypeStyle.static PointSymbolizer
SLD. pointSymbolizer(Style style)
Retrieve the first PointSymbolizer from the provided Style.PointSymbolizer
StyleFactoryImpl. pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)
PointSymbolizer
StyleFactoryImpl2. pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)
Methods in org.geotools.styling with parameters of type PointSymbolizer Modifier and Type Method Description static Color
SLD. color(PointSymbolizer symbolizer)
Retrieves the color from the first Mark in a PointSymbolizer object.static Fill
SLD. fill(PointSymbolizer sym)
Retrieves the Fill from a PointSymbolizer.static Graphic
SLD. graphic(PointSymbolizer sym)
static Mark
SLD. mark(PointSymbolizer sym)
Retrieves the first Mark used in a PointSymbolizer object.static double
SLD. pointBorderOpacity(PointSymbolizer symbolizer)
Retrieves the point border opacity from a PointSymbolizer.static Color
SLD. pointColor(PointSymbolizer symbolizer)
Retrieves the color of the first Mark in a PointSymbolizer object.static Color
SLD. pointFill(PointSymbolizer symbolizer)
Retrieves the fill from the first Mark defined in a PointSymbolizer.static double
SLD. pointOpacity(PointSymbolizer symbolizer)
Retrieves the point opacity from a PointSymbolizer.static int
SLD. pointSize(PointSymbolizer symbolizer)
Retrieves the size of the point's graphic, if found.static String
SLD. pointWellKnownName(PointSymbolizer symbolizer)
Retrieves the well known name of the first Mark that has one in a PointSymbolizer objectstatic int
SLD. pointWidth(PointSymbolizer symbolizer)
Retrieves the width of the first Mark with a Stroke that has a non-null width.static void
SLD. setPointColour(PointSymbolizer symbolizer, Color colour)
Sets the Colour for the given point symbolizerstatic Stroke
SLD. stroke(PointSymbolizer sym)
Retrieves the Stroke from a PointSymbolizer.void
AbstractStyleVisitor. visit(PointSymbolizer ps)
-
Uses of PointSymbolizer in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type PointSymbolizer Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(PointSymbolizer ps)
void
RenderingSelectorStyleVisitor. visit(PointSymbolizer ps)
void
RescaleStyleVisitor. visit(PointSymbolizer sym)
void
UomRescaleStyleVisitor. visit(PointSymbolizer ps)
-
Uses of PointSymbolizer in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return PointSymbolizer Modifier and Type Method Description protected PointSymbolizer
SLDParser. parsePointSymbolizer(Node root)
parses the SLD for a point symbolizer -
Uses of PointSymbolizer in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type PointSymbolizer Modifier and Type Method Description protected void
PointSymblolizerEncoder. encode(PointSymbolizer sym)
-