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
Deprecated.
|
static String |
AVERAGE_RESCTRICTION
Deprecated.
|
static OverlapBehavior |
EARLIEST_ON_TOP
Deprecated.
|
static String |
EARLIEST_ON_TOP_RESCTRICTION
Deprecated.
|
static OverlapBehavior |
LATEST_ON_TOP
Deprecated.
|
static String |
LATEST_ON_TOP_RESCTRICTION
Deprecated.
|
static OverlapBehavior |
RANDOM
Deprecated.
|
static String |
RANDOM_RESCTRICTION
Deprecated.
|
static String |
UNSPECIFIED_RESCTRICTION
Deprecated.
|
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.