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 |
LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line.
|
Modifier and Type | Class and Description |
---|---|
class |
LinePlacementImpl
Default implementation of LinePlacement.
|
Constructor and Description |
---|
LinePlacementImpl(LinePlacement placement) |
Modifier and Type | Method and Description |
---|---|
LinePlacement |
StyleFactory.linePlacement(Expression offset,
Expression initialGap,
Expression gap,
boolean repeated,
boolean aligned,
boolean generalizedLine) |
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(LinePlacement linePlacement,
Object data)
Called when accept is called on a Line Placement
|
Copyright © 1996–2019 Geotools. All rights reserved.