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.Geometryobjects 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.styleFields in org.geotools.api.style declared as Mark Modifier and Type Field Description static Mark[]Mark. MARKS_EMPTYMethods in org.geotools.api.style that return Mark Modifier and Type Method Description MarkStyleFactory. createMark()MarkStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)MarkStyleFactory. getCircleMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactory. getCrossMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactory. getDefaultMark()MarkStyleFactory. getSquareMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactory. getStarMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactory. getTriangleMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactory. getXMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactory. mark(Expression wellKnownName, Fill fill, Stroke stroke)MarkStyleFactory. mark(ExternalMark externalMark, Fill fill, Stroke stroke)Methods in org.geotools.api.style with parameters of type Mark Modifier and Type Method Description GraphicStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)voidStyleVisitor. visit(Mark mark)Called when accept is called on a markObjectTraversingStyleVisitor. visit(Mark mark, Object data)Called when accept is called on a mark
- 
Uses of Mark in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return Mark Modifier and Type Method Description MarkMarkBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type Mark Modifier and Type Method Description MarkBuilderMarkBuilder. reset(Mark mark)
- 
Uses of Mark in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type Mark Modifier and Type Method Description voidMetaBufferEstimator. visit(Mark mark)voidOpacityFinder. visit(Mark mark)
- 
Uses of Mark in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Mark Modifier and Type Method Description voidStyleVisitorAdapter. visit(Mark mark)
- 
Uses of Mark in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type Mark Modifier and Type Method Description voidStyleAttributeExtractor. visit(Mark mark)
- 
Uses of Mark in org.geotools.stylingClasses in org.geotools.styling that implement Mark Modifier and Type Class Description classMarkImplDefault implementation of Mark.Methods in org.geotools.styling that return Mark Modifier and Type Method Description abstract MarkAbstractStyleFactory. createMark()abstract MarkAbstractStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)MarkStyleBuilder. createMark(String wellKnownName)create the named markMarkStyleBuilder. createMark(String wellKnownName, Color fillColor)create a mark of the supplied color and a default outline (black)MarkStyleBuilder. createMark(String wellKnownName, Color borderColor, double borderWidth)create a mark with default fill (50% gray) and the supplied outlineMarkStyleBuilder. createMark(String wellKnownName, Color fillColor, Color borderColor, double borderWidth)create the named mark with the colors etc suppliedMarkStyleBuilder. createMark(String wellKnownName, Fill fill, Stroke stroke)create a mark with the supplied fill and strokeMarkStyleBuilder. createMark(Expression wellKnownName, Fill fill, Stroke stroke)create a mark with the supplied fill and strokeMarkStyleFactoryImpl. createMark()MarkStyleFactoryImpl. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)abstract MarkAbstractStyleFactory. getCircleMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactoryImpl. getCircleMark()abstract MarkAbstractStyleFactory. getCrossMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactoryImpl. getCrossMark()abstract MarkAbstractStyleFactory. getDefaultMark()MarkStyleFactoryImpl. getDefaultMark()abstract MarkAbstractStyleFactory. getSquareMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactoryImpl. getSquareMark()abstract MarkAbstractStyleFactory. getStarMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactoryImpl. getStarMark()abstract MarkAbstractStyleFactory. getTriangleMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactoryImpl. getTriangleMark()abstract MarkAbstractStyleFactory. getXMark()Convinence method for obtaining a mark of a fixed shapeMarkStyleFactoryImpl. getXMark()static MarkSLD. mark(Graphic graphic)Retrieves the first Mark object from the given Graphic object.static MarkSLD. mark(PointSymbolizer sym)Retrieves the first Mark used in a PointSymbolizer object.MarkStyleFactoryImpl. mark(Expression wellKnownName, Fill fill, Stroke stroke)static MarkSLD. 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 voidGraphicImpl.ConstantGraphic. addMark(Mark mark)abstract GraphicAbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)GraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)creates a graphic objectGraphicStyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)voidGraphicImpl.ConstantGraphic. setMarks(Mark... marks)static intSLD. size(Mark mark)Retrieve the size of a Mark objectvoidAbstractStyleVisitor. visit(Mark mark)static StringSLD. wellKnownName(Mark mark)Retrieves the "well known name" of a Mark object.
- 
Uses of Mark in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return Mark Modifier and Type Method Description protected MarkDuplicatingStyleVisitor. copy(Mark mark)Methods in org.geotools.styling.visitor with parameters of type Mark Modifier and Type Method Description protected MarkDuplicatingStyleVisitor. copy(Mark mark)voidDuplicatingStyleVisitor. visit(Mark mark)
- 
Uses of Mark in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return Mark Modifier and Type Method Description protected MarkSLDParser. parseMark(Node root)Internal parse method - made protected for unit testing
- 
Uses of Mark in org.geotools.ysld.parseMethods in org.geotools.ysld.parse with parameters of type Mark Modifier and Type Method Description protected abstract voidMarkParser. mark(Mark mark)
 
-