Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.renderer.lite.gridcoverage2d |
SLD 1.0 and SE RasterSymbolizer support classes
|
org.geotools.renderer.style |
Styling to be applied on
org.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.
|
Modifier and Type | Method and Description |
---|---|
Mark |
MarkBuilder.build() |
Modifier and Type | Method and Description |
---|---|
MarkBuilder |
MarkBuilder.reset(Mark mark) |
Modifier and Type | Method and Description |
---|---|
void |
OpacityFinder.visit(Mark mark) |
void |
MetaBufferEstimator.visit(Mark mark) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(Mark mark) |
Modifier and Type | Method and Description |
---|---|
void |
StyleAttributeExtractor.visit(Mark mark) |
Modifier and Type | Field and Description |
---|---|
static Mark[] |
Mark.MARKS_EMPTY |
Modifier and Type | Method and Description |
---|---|
Mark |
StyleFactory.createMark() |
abstract Mark |
AbstractStyleFactory.createMark() |
Mark |
StyleFactoryImpl.createMark() |
Mark |
StyleBuilder.createMark(Expression wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke
|
Mark |
StyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
abstract Mark |
AbstractStyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
Mark |
StyleFactoryImpl.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
Mark |
StyleBuilder.createMark(String wellKnownName)
create the named mark
|
Mark |
StyleBuilder.createMark(String wellKnownName,
Color fillColor)
create a mark of the supplied color and a default outline (black)
|
Mark |
StyleBuilder.createMark(String wellKnownName,
Color fillColor,
Color borderColor,
double borderWidth)
create the named mark with the colors etc supplied
|
Mark |
StyleBuilder.createMark(String wellKnownName,
Color borderColor,
double borderWidth)
create a mark with default fill (50% gray) and the supplied outline
|
Mark |
StyleBuilder.createMark(String wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke
|
Mark |
StyleFactory.getCircleMark()
Convinence method for obtaining a mark of a fixed shape
|
abstract Mark |
AbstractStyleFactory.getCircleMark()
Convinence method for obtaining a mark of a fixed shape
|
Mark |
StyleFactoryImpl.getCircleMark() |
Mark |
StyleFactory.getCrossMark()
Convinence method for obtaining a mark of a fixed shape
|
abstract Mark |
AbstractStyleFactory.getCrossMark()
Convinence method for obtaining a mark of a fixed shape
|
Mark |
StyleFactoryImpl.getCrossMark() |
Mark |
StyleFactory.getDefaultMark() |
abstract Mark |
AbstractStyleFactory.getDefaultMark() |
Mark |
StyleFactoryImpl.getDefaultMark() |
Mark[] |
GraphicImpl.getMarks()
Deprecated.
|
Mark[] |
Graphic.getMarks()
Deprecated.
Please use graphicalSymbols()
|
Mark |
StyleFactory.getSquareMark()
Convinence method for obtaining a mark of a fixed shape
|
abstract Mark |
AbstractStyleFactory.getSquareMark()
Convinence method for obtaining a mark of a fixed shape
|
Mark |
StyleFactoryImpl.getSquareMark() |
Mark |
StyleFactory.getStarMark()
Convinence method for obtaining a mark of a fixed shape
|
abstract Mark |
AbstractStyleFactory.getStarMark()
Convinence method for obtaining a mark of a fixed shape
|
Mark |
StyleFactoryImpl.getStarMark() |
Mark |
StyleFactory.getTriangleMark()
Convinence method for obtaining a mark of a fixed shape
|
abstract Mark |
AbstractStyleFactory.getTriangleMark()
Convinence method for obtaining a mark of a fixed shape
|
Mark |
StyleFactoryImpl.getTriangleMark() |
Mark |
StyleFactory.getXMark()
Convinence method for obtaining a mark of a fixed shape
|
abstract Mark |
AbstractStyleFactory.getXMark()
Convinence method for obtaining a mark of a fixed shape
|
Mark |
StyleFactoryImpl.getXMark() |
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactoryImpl.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
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.
|
static Mark |
SLD.pointMark(Style style)
Retrieves the first Mark used in a Style object.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicImpl.addMark(Mark mark)
Deprecated.
|
void |
Graphic.addMark(Mark mark)
Deprecated.
Please use graphicSymbols().add( Mark )
|
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
double opacity,
double size,
double rotation)
creates a graphic object
|
Graphic |
StyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation) |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
creates a graphic object
|
abstract Graphic |
AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation) |
Graphic |
StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation) |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic externalGraphic,
Mark mark,
Symbol symbol)
creates a graphic object
|
Graphic |
StyleBuilder.createGraphic(ExternalGraphic externalGraphic,
Mark mark,
Symbol symbol,
double opacity,
double size,
double rotation)
creates a graphic object
|
void |
GraphicImpl.setMarks(Mark[] marks)
Deprecated.
|
void |
Graphic.setMarks(Mark[] marks)
Deprecated.
Please use graphicSymbols().addAll()
|
static int |
SLD.size(Mark mark)
Deprecated.
please check graphic as an indication of mark size
|
void |
StyleVisitor.visit(Mark mark)
Called when accept is called on a mark
|
void |
AbstractStyleVisitor.visit(Mark mark) |
static String |
SLD.wellKnownName(Mark mark)
Retrieves the "well known name" of a Mark object.
|
Modifier and Type | Method and Description |
---|---|
protected Mark |
DuplicatingStyleVisitor.copy(Mark mark) |
Modifier and Type | Method and Description |
---|---|
protected Mark |
DuplicatingStyleVisitor.copy(Mark mark) |
void |
DuplicatingStyleVisitor.visit(Mark mark) |
Modifier and Type | Method and Description |
---|---|
protected Mark |
SLDParser.parseMark(Node root)
Internal parse method - made protected for unit testing
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
MarkParser.mark(Mark mark) |
Copyright © 1996–2019 Geotools. All rights reserved.