Package com.luciad.ogc.sld.model
Class TLcdSLDOverlapBehavior
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDOverlapBehavior
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
The OverlapBehavior element tells a system how to behave when
multiple raster images in a layer overlap each other.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdSLDOverlapBehavior
AVERAGE means to average multiple scenes together.static final TLcdSLDOverlapBehavior
EARLIEST_ON_TOP refers to the time the scene was capturedstatic final TLcdSLDOverlapBehavior
LATEST_ON_TOP refers to the time the scene was capturedstatic final TLcdSLDOverlapBehavior
RANDOM means to select an image (or piece thereof) randomly and place it on top. -
Constructor Summary
-
Method Summary
-
Field Details
-
LATEST_ON_TOP
LATEST_ON_TOP refers to the time the scene was captured -
EARLIEST_ON_TOP
EARLIEST_ON_TOP refers to the time the scene was captured -
AVERAGE
AVERAGE means to average multiple scenes together. -
RANDOM
RANDOM means to select an image (or piece thereof) randomly and place it on top. This is the default mode.
-
-
Constructor Details
-
TLcdSLDOverlapBehavior
Empty constructor
-