|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line.
The details of this object are taken from the OGC Styled-Layer Descriptor Report (OGC 02-070) version 1.0.0.:
<xsd:element name="LinePlacement">
<xsd:annotation>
<xsd:documentation>
A "LinePlacement" specifies how a text label should be rendered
relative to a linear geometry.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:PerpendicularOffset" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
$Id: LinePlacement.java 33813 2009-08-28 14:45:11Z jive $
Method Summary | |
---|---|
org.opengis.filter.expression.Expression |
getPerpendicularOffset()
Returns the expression that is used to compute how far from the lines the text will be drawn. |
boolean |
isAligned()
Correct method name violation from GeoAPI. |
boolean |
IsAligned()
Deprecated. |
void |
setAligned(boolean aligned)
|
void |
setGap(org.opengis.filter.expression.Expression gap)
|
void |
setGeneralized(boolean generalized)
|
void |
setInitialGap(org.opengis.filter.expression.Expression initialGap)
|
void |
setPerpendicularOffset(org.opengis.filter.expression.Expression offset)
Sets the expression that is used to compute how far from the lines the text will be drawn. |
void |
setRepeated(boolean repeated)
|
Methods inherited from interface org.opengis.style.LinePlacement |
---|
accept, getGap, getInitialGap, isGeneralizeLine, isRepeated |
Methods inherited from interface org.geotools.styling.LabelPlacement |
---|
accept |
Method Detail |
---|
boolean IsAligned()
IsAligned
in interface org.opengis.style.LinePlacement
boolean isAligned()
org.opengis.filter.expression.Expression getPerpendicularOffset()
getPerpendicularOffset
in interface org.opengis.style.LinePlacement
void setPerpendicularOffset(org.opengis.filter.expression.Expression offset)
getPerpendicularOffset()
for details.
offset
- void setRepeated(boolean repeated)
void setGeneralized(boolean generalized)
void setAligned(boolean aligned)
void setGap(org.opengis.filter.expression.Expression gap)
void setInitialGap(org.opengis.filter.expression.Expression initialGap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |