Style Schema
RASTERMARKERSYMBOL Element
See Also  Send comments on this topic.
Style Schema : RASTERMARKERSYMBOL Element

Glossary Item Box

Description

Symbolizes point features using the specified raster image.

Diagram

RASTERMARKERSYMBOL Element

Overview

RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
image required
Full pathname to image.
angle optional
Raster marker angle.
backgroundcolor optional
Background color.
color optional
Marker symbol color.
size optional
Symbol size in pixels.
transparencycolor optional
Color within the raster that indicates transparency.

Attributes

NameTypeUseDefaultFixedDescription
image required  Full pathname to image.
angle optional  Raster marker angle.
backgroundcolor optional  Background color.
color optional0,0,0 Marker symbol color.
size optional  Symbol size in pixels.
transparencycolor optional  Color within the raster that indicates transparency.

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>

Examples

Source

<xs:element name="RASTERMARKERSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Symbolizes point features using the specified raster image.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute use="required" name="image">
      <xs:annotation>
        <xs:documentation>Full pathname to image.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="angle">
      <xs:annotation>
        <xs:documentation>Raster marker angle.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="backgroundcolor">
      <xs:annotation>
        <xs:documentation>Background color.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="0,0,0" name="color">
      <xs:annotation>
        <xs:documentation>Marker symbol color.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="size">
      <xs:annotation>
        <xs:documentation>Symbol size in pixels.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="transparencycolor">
      <xs:annotation>
        <xs:documentation>Color within the raster that indicates transparency.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.