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 |
AVERAGE |
static String |
AVERAGE_RESCTRICTION |
static OverlapBehavior |
EARLIEST_ON_TOP |
static String |
EARLIEST_ON_TOP_RESCTRICTION |
static OverlapBehavior |
LATEST_ON_TOP |
static String |
LATEST_ON_TOP_RESCTRICTION |
static OverlapBehavior |
RANDOM |
static String |
RANDOM_RESCTRICTION |
static String |
UNSPECIFIED_RESCTRICTION |
NIL
Modifier and Type | Method and Description |
---|---|
void |
accept(StyleVisitor visitor) |
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–2021 Geotools. All rights reserved.