Class OverlapBehaviorImpl

Object
ConstantExpression
OverlapBehaviorImpl
All Implemented Interfaces:
Cloneable, Expression, Literal, OverlapBehavior

public class OverlapBehaviorImpl extends ConstantExpression implements OverlapBehavior
OverlapBehavior tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.

         
  <xsd:element name="OverlapBehavior">
      <xsd:annotation>
          <xsd:documentation>         "OverlapBehavior" tells a
              system how to behave when multiple         raster images in
              a layer overlap each other, for example with
              satellite-image scenes.       </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
          <xsd:choice>
              <xsd:element ref="sld:LATEST_ON_TOP"/>
              <xsd:element ref="sld:EARLIEST_ON_TOP"/>
              <xsd:element ref="sld:AVERAGE"/>
              <xsd:element ref="sld:RANDOM"/>
          </xsd:choice>
      </xsd:complexType>
  </xsd:element>

          
         
Author:
Justin Deoliveira, The Open Planning Project