org.geotools.styling
Interface OverlapBehavior
- public interface 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
Method Summary |
java.lang.String |
getValue()
|
LATEST_ON_TOP
public static final OverlapBehavior LATEST_ON_TOP
EARLIEST_ON_TOP
public static final OverlapBehavior EARLIEST_ON_TOP
AVERAGE
public static final OverlapBehavior AVERAGE
RANDOM
public static final OverlapBehavior RANDOM
getValue
public java.lang.String getValue()
Copyright © GeoTools. All Rights Reserved.