|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinePlacement | |
---|---|
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. |
Uses of LinePlacement in org.geotools.styling |
---|
Subinterfaces of LinePlacement in org.geotools.styling | |
---|---|
interface |
LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line. |
Classes in org.geotools.styling that implement LinePlacement | |
---|---|
class |
LinePlacementImpl
Default implementation of LinePlacement. |
Constructors in org.geotools.styling with parameters of type LinePlacement | |
---|---|
LinePlacementImpl(LinePlacement placement)
|
Uses of LinePlacement in org.opengis.style |
---|
Methods in org.opengis.style that return LinePlacement | |
---|---|
LinePlacement |
StyleFactory.linePlacement(Expression offset,
Expression initialGap,
Expression gap,
boolean repeated,
boolean aligned,
boolean generalizedLine)
|
Methods in org.opengis.style with parameters of type LinePlacement | |
---|---|
Object |
StyleVisitor.visit(LinePlacement linePlacement,
Object data)
Called when accept is called on a Line Placement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |