public class OverlapBehavior extends ConstantExpression
         
  <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>
          
         | Modifier and Type | Field and Description | 
|---|---|
| static OverlapBehavior | AVERAGEDeprecated.  | 
| static String | AVERAGE_RESCTRICTIONDeprecated.  | 
| static OverlapBehavior | EARLIEST_ON_TOPDeprecated.  | 
| static String | EARLIEST_ON_TOP_RESCTRICTIONDeprecated.  | 
| static OverlapBehavior | LATEST_ON_TOPDeprecated.  | 
| static String | LATEST_ON_TOP_RESCTRICTIONDeprecated.  | 
| static OverlapBehavior | RANDOMDeprecated.  | 
| static String | RANDOM_RESCTRICTIONDeprecated.  | 
| static String | UNSPECIFIED_RESCTRICTIONDeprecated.  | 
NIL| Modifier and Type | Method and Description | 
|---|---|
| void | accept(StyleVisitor visitor)Deprecated.  | 
public static final String AVERAGE_RESCTRICTION
public static final String RANDOM_RESCTRICTION
public static final String LATEST_ON_TOP_RESCTRICTION
public static final String EARLIEST_ON_TOP_RESCTRICTION
public static final String UNSPECIFIED_RESCTRICTION
public static final OverlapBehavior LATEST_ON_TOP
public static final OverlapBehavior EARLIEST_ON_TOP
public static final OverlapBehavior AVERAGE
public static final OverlapBehavior RANDOM
public void accept(StyleVisitor visitor)
Copyright © 1996–2019 Geotools. All rights reserved.