Uses of Interface
org.opengis.style.PointSymbolizer
-
Packages that use PointSymbolizer Package Description org.geotools.brewer.styling.builder org.geotools.styling Allows for symbolization of geospatial data.org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal -
-
Uses of PointSymbolizer in org.geotools.brewer.styling.builder
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.styling
Subinterfaces of PointSymbolizer in org.geotools.styling Modifier and Type Interface Description interface
PointSymbolizer
A symbolizer describes how a feature should appear on a map.Classes in org.geotools.styling that implement PointSymbolizer Modifier and Type Class Description class
PointSymbolizerImpl
Provides a Java representation of the PointSymbolizer. -
Uses of PointSymbolizer in org.opengis.style
Methods in org.opengis.style that return PointSymbolizer Modifier and Type Method Description 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.opengis.style with parameters of type PointSymbolizer Modifier and Type Method Description Object
StyleVisitor. visit(PointSymbolizer pointSymbolizer, Object data)
Called when accept is called on a pointsymbolizer
-