Package | Description |
---|---|
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 |
---|---|
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.
|
Expression |
Stroke.getColor()
Indicates the color of the line if it is to be solid-color filled.
|
Expression |
Fill.getColor()
Indicates the color to be used for solid-filling the interior of polygons.
|
float[] |
Stroke.getDashArray()
If present, indicates the dash pattern as a space-separated sequence of floating point
numbers.
|
Expression |
Stroke.getDashOffset()
Indicates the distance offset into the dash array to begin drawing.
|
Displacement |
Graphic.getDisplacement()
The Displacement gives the X and Y displacements from the "hot-spot" point.
|
List<Expression> |
Font.getFamily()
The "font-family" SvgParameter element gives the family name of a font to use.
|
Expression |
Stroke.getLineCap()
Indicates how the beginning and ending segments of a line string will be terminated.
|
Expression |
Stroke.getLineJoin()
Indicates how the various segments of a (thick) line string should be joined.
|
Expression |
Stroke.getOpacity()
Indicates the level of translucency as a floating point number whose value is between 0.0 and
1.0 (inclusive).
|
Expression |
Fill.getOpacity()
Indicates the opacity of the fill.
|
Expression |
Graphic.getOpacity()
Indicates the level of translucency as a floating point number whose value is between 0.0 and
1.0 (inclusive).
|
Expression |
Graphic.getRotation()
Returns the expression that will be used to calculate the rotation of the graphic when it is
drawn.
|
Expression |
Graphic.getSize()
The Size element gives the absolute size of the graphic in uoms encoded as a floating- point
number.
|
Expression |
Font.getSize()
The "font-size" SvgParameter element gives the size to use for the font in pixels.
|
Expression |
Font.getStyle()
The "font-style" SvgParameter element gives the style to use for a font.
|
Expression |
Font.getWeight()
The "font-weight" SvgParameter element gives the amount of weight or boldness to use for a
font.
|
Expression |
Stroke.getWidth()
Gives the absolute width in uoms of the line stroke as a floating point number.
|
Copyright © 1996–2023 Geotools. All rights reserved.