Definition Type: Element
Name: PointPlacement
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "PointPlacement" specifies how a text label should be rendered relative to a geometric point.
Collapse XSD Schema Diagram:
Drilldown into Rotation in schema sld_xsd Drilldown into Displacement in schema sld_xsd Drilldown into AnchorPoint in schema sld_xsdXSD Diagram of PointPlacement in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="PointPlacement">
    <xsd:annotation>
        <xsd:documentation>
        A "PointPlacement" specifies how a text label should be rendered
        relative to a geometric point.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:AnchorPoint" minOccurs="0" />
            <xsd:element ref="sld:Displacement" minOccurs="0" />
            <xsd:element ref="sld:Rotation" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AnchorPoint sld:AnchorPoint 0 (1)
Displacement sld:Displacement 0 (1)
Rotation sld:Rotation 0 (1)