Package org.geotools.styling
Class OverlapBehaviorImpl
Object
ConstantExpression
OverlapBehaviorImpl
- All Implemented Interfaces:
Cloneable
,Expression
,Literal
,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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OverlapBehaviorImpl
static final OverlapBehaviorImpl
static final OverlapBehaviorImpl
static final OverlapBehaviorImpl
Fields inherited from interface Expression
NIL
Fields inherited from interface OverlapBehavior
AVERAGE_RESCTRICTION, EARLIEST_ON_TOP_RESCTRICTION, LATEST_ON_TOP_RESCTRICTION, RANDOM_RESCTRICTION, UNSPECIFIED_RESCTRICTION
-
Method Summary
-
Field Details
-
LATEST_ON_TOP
-
EARLIEST_ON_TOP
-
AVERAGE
-
RANDOM
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceOverlapBehavior
-