Uses of Interface
org.geotools.api.style.Mark
-
Packages that use Mark 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.parse Parser for YSLD into style objects. -
-
Uses of Mark in org.geotools.api.style
Fields in org.geotools.api.style declared as Mark Modifier and Type Field Description static Mark[]
Mark. MARKS_EMPTY
Methods in org.geotools.api.style that return Mark Modifier and Type Method Description Mark
StyleFactory. createMark()
Mark
StyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
Mark
StyleFactory. getCircleMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactory. getCrossMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactory. getDefaultMark()
Mark
StyleFactory. getSquareMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactory. getStarMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactory. getTriangleMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactory. getXMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactory. mark(Expression wellKnownName, Fill fill, Stroke stroke)
Mark
StyleFactory. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
Methods in org.geotools.api.style with parameters of type Mark Modifier and Type Method Description Graphic
StyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
void
StyleVisitor. visit(Mark mark)
Called when accept is called on a markObject
TraversingStyleVisitor. visit(Mark mark, Object data)
Called when accept is called on a mark -
Uses of Mark in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return Mark Modifier and Type Method Description Mark
MarkBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type Mark Modifier and Type Method Description MarkBuilder
MarkBuilder. reset(Mark mark)
-
Uses of Mark in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Mark Modifier and Type Method Description void
MetaBufferEstimator. visit(Mark mark)
void
OpacityFinder. visit(Mark mark)
-
Uses of Mark in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Mark Modifier and Type Method Description void
StyleVisitorAdapter. visit(Mark mark)
-
Uses of Mark in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Mark Modifier and Type Method Description void
StyleAttributeExtractor. visit(Mark mark)
-
Uses of Mark in org.geotools.styling
Classes in org.geotools.styling that implement Mark Modifier and Type Class Description class
MarkImpl
Default implementation of Mark.Methods in org.geotools.styling that return Mark Modifier and Type Method Description abstract Mark
AbstractStyleFactory. createMark()
abstract Mark
AbstractStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
Mark
StyleBuilder. createMark(String wellKnownName)
create the named markMark
StyleBuilder. createMark(String wellKnownName, Color fillColor)
create a mark of the supplied color and a default outline (black)Mark
StyleBuilder. createMark(String wellKnownName, Color borderColor, double borderWidth)
create a mark with default fill (50% gray) and the supplied outlineMark
StyleBuilder. createMark(String wellKnownName, Color fillColor, Color borderColor, double borderWidth)
create the named mark with the colors etc suppliedMark
StyleBuilder. createMark(String wellKnownName, Fill fill, Stroke stroke)
create a mark with the supplied fill and strokeMark
StyleBuilder. createMark(Expression wellKnownName, Fill fill, Stroke stroke)
create a mark with the supplied fill and strokeMark
StyleFactoryImpl. createMark()
Mark
StyleFactoryImpl. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
abstract Mark
AbstractStyleFactory. getCircleMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactoryImpl. getCircleMark()
abstract Mark
AbstractStyleFactory. getCrossMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactoryImpl. getCrossMark()
abstract Mark
AbstractStyleFactory. getDefaultMark()
Mark
StyleFactoryImpl. getDefaultMark()
abstract Mark
AbstractStyleFactory. getSquareMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactoryImpl. getSquareMark()
abstract Mark
AbstractStyleFactory. getStarMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactoryImpl. getStarMark()
abstract Mark
AbstractStyleFactory. getTriangleMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactoryImpl. getTriangleMark()
abstract Mark
AbstractStyleFactory. getXMark()
Convinence method for obtaining a mark of a fixed shapeMark
StyleFactoryImpl. getXMark()
static Mark
SLD. mark(Graphic graphic)
Retrieves the first Mark object from the given Graphic object.static Mark
SLD. mark(PointSymbolizer sym)
Retrieves the first Mark used in a PointSymbolizer object.Mark
StyleFactoryImpl. mark(Expression wellKnownName, Fill fill, Stroke stroke)
static Mark
SLD. pointMark(Style style)
Retrieves the first Mark used in a Style object.Methods in org.geotools.styling with parameters of type Mark Modifier and Type Method Description void
GraphicImpl.ConstantGraphic. addMark(Mark mark)
abstract Graphic
AbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
Graphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
void
GraphicImpl.ConstantGraphic. setMarks(Mark... marks)
static int
SLD. size(Mark mark)
Retrieve the size of a Mark objectvoid
AbstractStyleVisitor. visit(Mark mark)
static String
SLD. wellKnownName(Mark mark)
Retrieves the "well known name" of a Mark object. -
Uses of Mark in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return Mark Modifier and Type Method Description protected Mark
DuplicatingStyleVisitor. copy(Mark mark)
Methods in org.geotools.styling.visitor with parameters of type Mark Modifier and Type Method Description protected Mark
DuplicatingStyleVisitor. copy(Mark mark)
void
DuplicatingStyleVisitor. visit(Mark mark)
-
Uses of Mark in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Mark Modifier and Type Method Description protected Mark
SLDParser. parseMark(Node root)
Internal parse method - made protected for unit testing -
Uses of Mark in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type Mark Modifier and Type Method Description protected abstract void
MarkParser. mark(Mark mark)
-