Description
Used to define the marker fill symbol in a complex polygon symbol.
Diagram
Overview
|
MARKERFILL
Used to define the marker fill symbol in a complex polygon symbol.
|
angle required
Marker angle in degrees clockwise.
|
|
separation optional xs:string
Marker symbol separation within fill in points.
|
|
Sequence
|
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
|
|
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
|
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
angle | | required | | | Marker angle in degrees clockwise. |
separation | xs:string | optional | 12,12 | | Marker symbol separation within fill in points. |
Source
<xs:element name="MARKERFILL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Used to define the marker fill symbol in a complex polygon symbol.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="GROUPSYMBOL" />
<xs:element ref="RASTERMARKERSYMBOL" />
<xs:element ref="SIMPLEMARKERSYMBOL" />
<xs:element ref="TRUETYPEMARKERSYMBOL" />
</xs:sequence>
<xs:attribute name="angle" use="required">
<xs:annotation>
<xs:documentation>Marker angle in degrees clockwise.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="12,12" name="separation" type="xs:string">
<xs:annotation>
<xs:documentation>Marker symbol separation within fill in points.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
See Also