Uses of Class
com.luciad.ogc.sld.model.TLcdSLDOverlapBehavior
Packages that use TLcdSLDOverlapBehavior
Package
Description
Model objects for SLD Feature Type Styles implementing the OGC 05-077r4,
Symbology encoding standard, version 1.1.0, and the deprecated OGC 02-070 standard,
Styled Layer Descriptor Implementation Specification, version 1.0.
-
Uses of TLcdSLDOverlapBehavior in com.luciad.ogc.sld.model
Fields in com.luciad.ogc.sld.model declared as TLcdSLDOverlapBehaviorModifier and TypeFieldDescriptionstatic final TLcdSLDOverlapBehavior
TLcdSLDOverlapBehavior.AVERAGE
AVERAGE means to average multiple scenes together.static final TLcdSLDOverlapBehavior
TLcdSLDOverlapBehavior.EARLIEST_ON_TOP
EARLIEST_ON_TOP refers to the time the scene was capturedstatic final TLcdSLDOverlapBehavior
TLcdSLDOverlapBehavior.LATEST_ON_TOP
LATEST_ON_TOP refers to the time the scene was capturedstatic final TLcdSLDOverlapBehavior
TLcdSLDOverlapBehavior.RANDOM
RANDOM means to select an image (or piece thereof) randomly and place it on top.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDOverlapBehaviorModifierConstructorDescriptionTLcdSLDRasterSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDParameterValue aOpacity, TLcdSLDChannelSelection aChannelSelection, TLcdSLDOverlapBehavior aOverlapBehavior, TLcdSLDColorMap aColorMap, TLcdSLDContrastEnhancement aContrastEnhancement, TLcdSLDShadedRelief aShadedRelief, TLcdSLDImageOutline aImageOutline) Constructor for given parameters.