|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mark | |
---|---|
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
org.geotools.styling.visitor |
Uses of Mark in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite with parameters of type Mark | |
---|---|
void |
OpacityFinder.visit(Mark mark)
|
void |
MetaBufferEstimator.visit(Mark mark)
|
Uses of Mark in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Mark | |
---|---|
void |
StyleVisitorAdapter.visit(Mark mark)
|
Uses of Mark in org.geotools.styling |
---|
Fields in org.geotools.styling declared as Mark | |
---|---|
static Mark[] |
Mark.MARKS_EMPTY
|
Methods in org.geotools.styling that return Mark | |
---|---|
Mark |
StyleFactoryImpl.createMark()
|
abstract Mark |
AbstractStyleFactory.createMark()
|
Mark |
StyleFactory.createMark()
|
Mark |
StyleBuilder.createMark(Expression wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke |
Mark |
StyleFactoryImpl.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 |
StyleFactory.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 |
StyleFactoryImpl.getCircleMark()
|
abstract Mark |
AbstractStyleFactory.getCircleMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactory.getCircleMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactoryImpl.getCrossMark()
|
abstract Mark |
AbstractStyleFactory.getCrossMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactory.getCrossMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactoryImpl.getDefaultMark()
|
abstract Mark |
AbstractStyleFactory.getDefaultMark()
|
Mark |
StyleFactory.getDefaultMark()
|
Mark[] |
GraphicImpl.getMarks()
Deprecated. |
Mark[] |
Graphic.getMarks()
Deprecated. Please use graphicalSymbols() |
Mark |
StyleFactoryImpl.getSquareMark()
|
abstract Mark |
AbstractStyleFactory.getSquareMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactory.getSquareMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactoryImpl.getStarMark()
|
abstract Mark |
AbstractStyleFactory.getStarMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactory.getStarMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactoryImpl.getTriangleMark()
|
abstract Mark |
AbstractStyleFactory.getTriangleMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactory.getTriangleMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactoryImpl.getXMark()
|
abstract Mark |
AbstractStyleFactory.getXMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactory.getXMark()
Convinence method for obtaining a mark of a fixed shape |
Mark |
StyleFactoryImpl.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
Mark |
StyleFactory.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. |
protected Mark |
SLDParser.parseMark(Node root)
Internal parse method - made protected for unit testing |
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 | |
---|---|
void |
GraphicImpl.addMark(Mark mark)
Deprecated. |
void |
Graphic.addMark(Mark mark)
Deprecated. Please use grpahicSymbols().add( Mark ) |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
double opacity,
double size,
double rotation)
creates a graphic object |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
creates a graphic object |
Graphic |
StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
abstract Graphic |
AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
Graphic |
StyleFactory.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 |
StyleAttributeExtractor.visit(Mark mark)
|
void |
AbstractStyleVisitor.visit(Mark mark)
|
void |
StyleVisitor.visit(Mark mark)
Called when accept is called on a mark |
static String |
SLD.wellKnownName(Mark mark)
Retrieves the "well known name" of a Mark object. |
Uses of Mark in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder that return Mark | |
---|---|
Mark |
MarkBuilder.build()
|
Methods in org.geotools.styling.builder with parameters of type Mark | |
---|---|
MarkBuilder |
MarkBuilder.reset(Mark mark)
|
Uses of Mark in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return Mark | |
---|---|
protected Mark |
DuplicatingStyleVisitor.copy(Mark mark)
|
Methods in org.geotools.styling.visitor with parameters of type Mark | |
---|---|
protected Mark |
DuplicatingStyleVisitor.copy(Mark mark)
|
void |
DuplicatingStyleVisitor.visit(Mark mark)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |