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.encode |
Encoder for style objects as YSLD.
|
org.geotools.ysld.parse |
Parser for YSLD into style objects.
|
Modifier and Type | Method and Description |
---|---|
AnchorPoint |
AnchorPointBuilder.build() |
Modifier and Type | Method and Description |
---|---|
AnchorPointBuilder |
AnchorPointBuilder.reset(AnchorPoint anchorPoint) |
Modifier and Type | Method and Description |
---|---|
void |
OpacityFinder.visit(AnchorPoint ap) |
void |
MetaBufferEstimator.visit(AnchorPoint ap) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(AnchorPoint ap) |
Modifier and Type | Method and Description |
---|---|
void |
StyleAttributeExtractor.visit(AnchorPoint ap) |
Modifier and Type | Field and Description |
---|---|
static AnchorPoint |
AnchorPoint.DEFAULT |
static AnchorPoint |
PointPlacement.DEFAULT_ANCHOR_POINT |
Modifier and Type | Method and Description |
---|---|
AnchorPoint |
StyleFactoryImpl2.anchorPoint(Expression x,
Expression y) |
AnchorPoint |
StyleFactory.anchorPoint(Expression x,
Expression y)
Indicate what part of a Graphic is used to mark the location.
|
AnchorPoint |
StyleFactoryImpl.anchorPoint(Expression x,
Expression y) |
AnchorPoint |
StyleBuilder.createAnchorPoint(double x,
double y)
wrapper round Stylefactory Method
|
AnchorPoint |
StyleFactory.createAnchorPoint(Expression x,
Expression y) |
AnchorPoint |
StyleBuilder.createAnchorPoint(Expression x,
Expression y)
wrapper round Stylefactory Method
|
abstract AnchorPoint |
AbstractStyleFactory.createAnchorPoint(Expression x,
Expression y) |
AnchorPoint |
StyleFactoryImpl.createAnchorPoint(Expression x,
Expression y) |
AnchorPoint |
PointPlacement.getAnchorPoint()
Returns the AnchorPoint which identifies the location inside a textlabel to use as an
"anchor" for positioning it relative to a point geometry.
|
AnchorPoint |
GraphicLegend.getAnchorPoint() |
AnchorPoint |
Graphic.getAnchorPoint()
Location inside of the Graphic (or Label) to position the main-geometry point.
|
Modifier and Type | Method and Description |
---|---|
PointPlacement |
StyleFactory.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleBuilder.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation)
wrapper round Stylefactory Method
|
abstract PointPlacement |
AbstractStyleFactory.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleFactoryImpl.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation) |
void |
GraphicImpl.setAnchorPoint(AnchorPoint anchor) |
void |
StyleVisitor.visit(AnchorPoint ap)
Called when accept is called on a anchor point
|
void |
AbstractStyleVisitor.visit(AnchorPoint ap) |
Modifier and Type | Method and Description |
---|---|
protected AnchorPoint |
DuplicatingStyleVisitor.copy(AnchorPoint anchorPoint)
Null safe copy of anchor point.
|
Modifier and Type | Method and Description |
---|---|
protected AnchorPoint |
DuplicatingStyleVisitor.copy(AnchorPoint anchorPoint)
Null safe copy of anchor point.
|
void |
DuplicatingStyleVisitor.visit(AnchorPoint ap) |
Modifier and Type | Method and Description |
---|---|
protected AnchorPoint |
SLDParser.parseAnchorPoint(Node root)
Internal method to parse an AnchorPoint node; protected visibility for testing.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AnchorPointEncoder.encode(AnchorPoint anchor) |
Modifier and Type | Method and Description |
---|---|
static AnchorPoint |
Util.anchor(Object value,
Factory factory)
Parses an anchor tuple.
|
Copyright © 1996–2019 Geotools. All rights reserved.