Uses of Interface
org.geotools.api.style.Mark
Packages that use Mark
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
Parser for YSLD into style objects.
-
Uses of Mark in org.geotools.api.style
Fields in org.geotools.api.style declared as MarkMethods in org.geotools.api.style that return MarkModifier and TypeMethodDescriptionStyleFactory.createMark()
StyleFactory.createMark
(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation) StyleFactory.getCircleMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactory.getCrossMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactory.getDefaultMark()
StyleFactory.getSquareMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactory.getStarMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactory.getTriangleMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactory.getXMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactory.mark
(Expression wellKnownName, Fill fill, Stroke stroke) StyleFactory.mark
(ExternalMark externalMark, Fill fill, Stroke stroke) Methods in org.geotools.api.style with parameters of type MarkModifier and TypeMethodDescriptionStyleFactory.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) void
Called when accept is called on a markCalled 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 MarkMethods in org.geotools.brewer.styling.builder with parameters of type Mark -
Uses of Mark in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Mark -
Uses of Mark in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Mark -
Uses of Mark in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Mark -
Uses of Mark in org.geotools.styling
Classes in org.geotools.styling that implement MarkMethods in org.geotools.styling that return MarkModifier and TypeMethodDescriptionabstract Mark
AbstractStyleFactory.createMark()
abstract Mark
AbstractStyleFactory.createMark
(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation) StyleBuilder.createMark
(String wellKnownName) create the named markStyleBuilder.createMark
(String wellKnownName, Color fillColor) create a mark of the supplied color and a default outline (black)StyleBuilder.createMark
(String wellKnownName, Color borderColor, double borderWidth) create a mark with default fill (50% gray) and the supplied outlineStyleBuilder.createMark
(String wellKnownName, Color fillColor, Color borderColor, double borderWidth) create the named mark with the colors etc suppliedStyleBuilder.createMark
(String wellKnownName, Fill fill, Stroke stroke) create a mark with the supplied fill and strokeStyleBuilder.createMark
(Expression wellKnownName, Fill fill, Stroke stroke) create a mark with the supplied fill and strokeStyleFactoryImpl.createMark()
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 shapeStyleFactoryImpl.getCircleMark()
abstract Mark
AbstractStyleFactory.getCrossMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactoryImpl.getCrossMark()
abstract Mark
AbstractStyleFactory.getDefaultMark()
StyleFactoryImpl.getDefaultMark()
abstract Mark
AbstractStyleFactory.getSquareMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactoryImpl.getSquareMark()
abstract Mark
AbstractStyleFactory.getStarMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactoryImpl.getStarMark()
abstract Mark
AbstractStyleFactory.getTriangleMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactoryImpl.getTriangleMark()
abstract Mark
AbstractStyleFactory.getXMark()
Convinence method for obtaining a mark of a fixed shapeStyleFactoryImpl.getXMark()
static Mark
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.StyleFactoryImpl.mark
(Expression wellKnownName, Fill fill, Stroke stroke) static Mark
Retrieves the first Mark used in a Style object.Methods in org.geotools.styling with parameters of type MarkModifier and TypeMethodDescriptionvoid
abstract Graphic
AbstractStyleFactory.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) StyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation) creates a graphic objectStyleFactoryImpl.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) void
static int
Retrieve the size of a Mark objectvoid
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 MarkMethods in org.geotools.styling.visitor with parameters of type Mark -
Uses of Mark in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Mark -
Uses of Mark in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type Mark