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 TLcdSLDOverlapBehaviorTLcdSLDOverlapBehavior.AVERAGEAVERAGE means to average multiple scenes together.static final TLcdSLDOverlapBehaviorTLcdSLDOverlapBehavior.EARLIEST_ON_TOPEARLIEST_ON_TOP refers to the time the scene was capturedstatic final TLcdSLDOverlapBehaviorTLcdSLDOverlapBehavior.LATEST_ON_TOPLATEST_ON_TOP refers to the time the scene was capturedstatic final TLcdSLDOverlapBehaviorTLcdSLDOverlapBehavior.RANDOMRANDOM 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.