Class TLcdSLDOverlapBehavior

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDOverlapBehavior
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDOverlapBehavior extends TLcdDataObject
The OverlapBehavior element tells a system how to behave when multiple raster images in a layer overlap each other.
  • Field Details

    • LATEST_ON_TOP

      public static final TLcdSLDOverlapBehavior LATEST_ON_TOP
      LATEST_ON_TOP refers to the time the scene was captured
    • EARLIEST_ON_TOP

      public static final TLcdSLDOverlapBehavior EARLIEST_ON_TOP
      EARLIEST_ON_TOP refers to the time the scene was captured
    • AVERAGE

      public static final TLcdSLDOverlapBehavior AVERAGE
      AVERAGE means to average multiple scenes together.
    • RANDOM

      public static final TLcdSLDOverlapBehavior RANDOM
      RANDOM means to select an image (or piece thereof) randomly and place it on top. This is the default mode.
  • Constructor Details

    • TLcdSLDOverlapBehavior

      public TLcdSLDOverlapBehavior(TLcdDataType aDataType)
      Empty constructor