sld:PointPlacement
A "PointPlacement" specifies how a text label should be rendered relative to a geometric point.
Element information
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Schema document: external/ogc-sld/1.0.20/dhs-gmo/1.0.0/sld.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- sld:AnchorPoint [0..1] An "AnchorPoint" identifies the location inside of a text label to use an an 'anchor' for positioning it relative to a point geometry.
- sld:Displacement [0..1] A "Displacement" gives X and Y offset displacements to use for rendering a text label near a point.
- sld:Rotation [0..1]
Attributes
None
Used in
- Anonymous type of element sld:LabelPlacement
Sample instance
<sld:PointPlacement> <sld:AnchorPoint> <sld:AnchorPointX>Any text, intermingled with: <ogc:Add>... </ogc:Add> </sld:AnchorPointX> <sld:AnchorPointY>Any text, intermingled with: <ogc:Add>... </ogc:Add> </sld:AnchorPointY> </sld:AnchorPoint> <sld:Displacement> <sld:DisplacementX>Any text, intermingled with: <ogc:Add>... </ogc:Add> </sld:DisplacementX> <sld:DisplacementY>Any text, intermingled with: <ogc:Add>... </ogc:Add> </sld:DisplacementY> </sld:Displacement> <sld:Rotation>Any text, intermingled with: <ogc:Add> <ogc:Add>... </ogc:Add> </ogc:Add> </sld:Rotation> </sld:PointPlacement>