Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
Font
A system-independent object for holding SLD font information.
|
Modifier and Type | Class and Description |
---|---|
class |
FontImpl
Provides a Java representation of the Font element of an SLD.
|
Modifier and Type | Method and Description |
---|---|
void |
TextSymbolizerImpl.setFont(Font font) |
void |
TextSymbolizer.setFont(Font font)
Set initial font used to render label.
|
TextSymbolizerImpl |
StyleFactoryImpl2.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill) |
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed.
|
TextSymbolizer |
StyleFactoryImpl.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill) |
Modifier and Type | Method and Description |
---|---|
Font |
StyleFactory.font(List<Expression> family,
Expression style,
Expression weight,
Expression size)
Create font entry; note this captures a list of font families in the preferred order, with
the rendering engine choosing the first entry in the list available to the runtime
environment.
|
Font |
TextSymbolizer.getFont()
Returns the Font to apply on the text.
|
Modifier and Type | Method and Description |
---|---|
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed.
|
Object |
StyleVisitor.visit(Font font,
Object data)
Called when accept is called on a font
|
Copyright © 1996–2019 Geotools. All rights reserved.