Package org.geotools.styling
Class OverlapBehavior
- Object
-
- ConstantExpression
-
- OverlapBehavior
-
- All Implemented Interfaces:
Cloneable
,Expression
,Literal
public class OverlapBehavior extends ConstantExpression
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
Fields Modifier and Type Field 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
-
Fields inherited from interface Expression
NIL
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(StyleVisitor visitor)
-
-
-
Field Detail
-
AVERAGE_RESCTRICTION
public static final String AVERAGE_RESCTRICTION
- See Also:
- Constant Field Values
-
RANDOM_RESCTRICTION
public static final String RANDOM_RESCTRICTION
- See Also:
- Constant Field Values
-
LATEST_ON_TOP_RESCTRICTION
public static final String LATEST_ON_TOP_RESCTRICTION
- See Also:
- Constant Field Values
-
EARLIEST_ON_TOP_RESCTRICTION
public static final String EARLIEST_ON_TOP_RESCTRICTION
- See Also:
- Constant Field Values
-
UNSPECIFIED_RESCTRICTION
public static final String UNSPECIFIED_RESCTRICTION
- See Also:
- Constant Field Values
-
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
-
-
Method Detail
-
accept
public void accept(StyleVisitor visitor)
-
-