Map Schema
MARKERFILL Element
See Also  Send comments on this topic.
Map Schema : MARKERFILL Element

Glossary Item Box

Description

Used to define the marker fill symbol in a complex polygon symbol.

Diagram

TRUETYPEMARKERSYMBOL Element SIMPLEMARKERSYMBOL Element RASTERMARKERSYMBOL Element GROUPSYMBOL Element Sequence MARKERFILL Element

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).
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Attributes

NameTypeUseDefaultFixedDescription
angle required  Marker angle in degrees clockwise.
separationxs:stringoptional12,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

© 2013 All Rights Reserved.