Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.opengis.style |
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling.
|
Modifier and Type | Method and Description |
---|---|
AnchorPointBuilder |
AnchorPointBuilder.reset(AnchorPoint anchorPoint) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnchorPoint
An AnchorPoint identifies the location inside a label or graphic to use as an "anchor" for
positioning it relative to a point geometry.
|
Modifier and Type | Class and Description |
---|---|
class |
AnchorPointImpl
Direct implementation of AnchorPoint.
|
Modifier and Type | Method and Description |
---|---|
GraphicImpl |
StyleFactoryImpl2.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
Graphic |
StyleFactory.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
Graphic |
StyleFactoryImpl.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
GraphicImpl |
StyleFactoryImpl2.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
Graphic |
StyleFactory.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
Graphic |
StyleFactoryImpl.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicImpl |
StyleFactoryImpl2.graphicLegend(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicLegend |
StyleFactory.graphicLegend(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicLegend |
StyleFactoryImpl.graphicLegend(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicImpl |
StyleFactoryImpl2.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
Graphic |
StyleFactory.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
Graphic |
StyleFactoryImpl.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
PointPlacementImpl |
StyleFactoryImpl2.pointPlacement(AnchorPoint anchor,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleFactory.pointPlacement(AnchorPoint anchor,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleFactoryImpl.pointPlacement(AnchorPoint anchor,
Displacement displacement,
Expression rotation) |
void |
PointPlacement.setAnchorPoint(AnchorPoint anchorPoint)
sets the AnchorPoint which identifies the location inside a textlabel to use as an "anchor"
for positioning it relative to a point geometry.
|
void |
GraphicLegend.setAnchorPoint(AnchorPoint anchor) |
void |
PointPlacementImpl.setAnchorPoint(AnchorPoint anchorPoint)
Setter for property anchorPoint.
|
void |
GraphicImpl.setAnchorPoint(AnchorPoint anchorPoint) |
void |
Graphic.setAnchorPoint(AnchorPoint anchorPoint)
Anchor point (expressed as an x/y percentage of the graphic size).
|
Constructor and Description |
---|
GraphicImpl(FilterFactory factory,
AnchorPoint anchor,
Expression gap,
Expression initialGap) |
Modifier and Type | Method and Description |
---|---|
AnchorPoint |
StyleFactory.anchorPoint(Expression x,
Expression y) |
AnchorPoint |
PointPlacement.getAnchorPoint()
The AnchorPoint element of a PointPlacement gives the location inside of a label to use for
anchoring the label to the main-geometry point.
|
AnchorPoint |
Graphic.getAnchorPoint()
The AnchorPoint element of a PointSymbolizer gives the location inside of a Graphic (or label
- see 11.4.4) to use for anchoring the graphic to the main-geometry point.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
StyleFactory.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp)
Create a graphic.
|
GraphicFill |
StyleFactory.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicLegend |
StyleFactory.graphicLegend(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
GraphicStroke |
StyleFactory.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
PointPlacement |
StyleFactory.pointPlacement(AnchorPoint anchor,
Displacement displacement,
Expression rotation) |
Object |
StyleVisitor.visit(AnchorPoint anchorPoint,
Object data)
Called when accept is called on a anchor point
|
Copyright © 1996–2019 Geotools. All rights reserved.