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

Glossary Item Box

Description

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

Diagram

RASTERFILL Element

Overview

RASTERFILL
Used to define the raster fill symbol in a complex polygon symbol.
image optional
Full pathname to image on disk.
angle optional
Angle of rotation in degrees clockwise.
backgroundcolor optional
Background color of the image.
color optional
Foreground color of the image.
scale optional xs:string
X,Y scale of the image as a percentage of the original file.
separation optional xs:string
Raster symbol separation within fill in points.
transparencycolor optional
Transparency color of the image.

Attributes

NameTypeUseDefaultFixedDescription
image optional  Full pathname to image on disk.
angle optional  Angle of rotation in degrees clockwise.
backgroundcolor optional  Background color of the image.
color optional0,0,0 Foreground color of the image.
scalexs:stringoptional1,1 X,Y scale of the image as a percentage of the original file.
separationxs:stringoptional0,0 Raster symbol separation within fill in points.
transparencycolor optional  Transparency color of the image.

Remarks

Images can be specified by including the filename in the image attribute (BMP only), or by leaving the image attribute empty and including a child <IMAGE> element like this:

 <IMAGE format="BMP" name="" dt:dt="bin.hex" xmlns:dt="urn:schemas-microsoft-com:datatypes">424d7a030000000000003e000000280000004d0000004500000001000100000000003c0300000000000000000000000000000000000000000000ffffff00fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000ff33ff33fe67fe67fe600000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000ffcfffcfff9fff9fff980000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff8000099ff99ff99ff33ff33f80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000e7ffe7ffe7ffcfffcff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000ff33ff33fe67fe67fe600000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000ffcfffcfff9fff9fff980000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff8000099ff99ff99ff33ff33f80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000e7ffe7ffe7ffcfffcff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000ff33ff33fe67fe67fe600000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000ffcfffcfff9fff9fff980000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff8000099ff99ff99ff33ff33f80000fffffffffffffffffff80000fffffffffffffffffff80000fffffffffffffffffff80000e7ffe7ffe7ffcfffcff80000
</IMAGE>

Source

<xs:element name="RASTERFILL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define the raster fill symbol in a complex polygon symbol.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="image">
      <xs:annotation>
        <xs:documentation>Full pathname to image on disk.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="angle">
      <xs:annotation>
        <xs:documentation>Angle of rotation in degrees clockwise.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="" name="backgroundcolor">
      <xs:annotation>
        <xs:documentation>Background color of the image.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="0,0,0" name="color">
      <xs:annotation>
        <xs:documentation>Foreground color of the image.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="1,1" name="scale" type="xs:string">
      <xs:annotation>
        <xs:documentation>X,Y scale of the image as a percentage of the original file.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="0,0" form="unqualified" name="separation" type="xs:string">
      <xs:annotation>
        <xs:documentation>Raster symbol separation within fill in points.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="transparencycolor">
      <xs:annotation>
        <xs:documentation>Transparency color of the image.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.