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

Glossary Item Box

Description

Used with VALUEMAPRENDERER for matching a range of values within a specified field in a shapefile's DBF table. When a match occurs, the symbol is drawn as specified for each range.

Diagram

TRUETYPEMARKERSYMBOL Element SIMPLEPOLYGONSYMBOL Element SIMPLEMARKERSYMBOL Element SIMPLELINESYMBOL Element RASTERMARKERSYMBOL Element RASTERFILLSYMBOL Element GROUPSYMBOL Element COMPLEXPOLYGONSYMBOL Element COMPLEXLINESYMBOL Element Sequence RANGE Element

Overview

RANGE
Used with VALUEMAPRENDERER for matching a range of values within a specified field in a shapefile's DBF table. When a match occurs, the symbol is drawn as specified for each range.
lower required
Lower value of range; can be a numeric, string, or date value.
upper required
Upper value of range; can be a numeric, string, or date value.
label optional xs:string
Label for legend.
Sequence
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
COMPLEXPOLYGONSYMBOL
Used to symbolize polygon features. Provides additional symbology options beyond SIMPLEPOLYGONSYMBOL.
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).
RASTERFILLSYMBOL
Symbolizes polygon features using the specified image as a fill symbol.
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLELINESYMBOL
Used to symbolize line features.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
SIMPLEPOLYGONSYMBOL
Used to symbolize polygon features.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Attributes

NameTypeUseDefaultFixedDescription
lower required  Lower value of range; can be a numeric, string, or date value.
upper required  Upper value of range; can be a numeric, string, or date value.
labelxs:stringoptional  Label for legend.

Examples

Restrictions

  • One renderer child element is required for each RANGE element in the value map.

Source

<xs:element name="RANGE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used with VALUEMAPRENDERER for matching a range of values within a specified field in a shapefile's DBF table. When a match occurs, the symbol is drawn as specified for each range.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apm:COMPLEXLINESYMBOL" />
      <xs:element ref="apm:COMPLEXPOLYGONSYMBOL" />
      <xs:element ref="apm:GROUPSYMBOL" />
      <xs:element ref="apm:RASTERFILLSYMBOL" />
      <xs:element ref="apm:RASTERMARKERSYMBOL" />
      <xs:element ref="apm:SIMPLELINESYMBOL" />
      <xs:element ref="apm:SIMPLEMARKERSYMBOL" />
      <xs:element ref="apm:SIMPLEPOLYGONSYMBOL" />
      <xs:element ref="apm:TRUETYPEMARKERSYMBOL" />
    </xs:sequence>
    <xs:attribute name="lower" use="required">
      <xs:annotation>
        <xs:documentation>Lower value of range; can be a numeric, string, or date value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="upper" use="required">
      <xs:annotation>
        <xs:documentation>Upper value of range; can be a numeric, string, or date value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="label" type="xs:string">
      <xs:annotation>
        <xs:documentation>Label for legend.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.