Class TLcdSLDLinePlacement

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

public class TLcdSLDLinePlacement extends TLcdDataObject
A "LinePlacement" specifies how a text label should be rendered relative to a linear geometry. A perpendicular offset gives the perpendicular distance away from a line to draw a label.
  • Constructor Details

    • TLcdSLDLinePlacement

      public TLcdSLDLinePlacement()
      Empty constructor.
    • TLcdSLDLinePlacement

      public TLcdSLDLinePlacement(TLcdSLDParameterValue aPerpendicularOffset)
      Constructor for a given perpendicular offset.
      Parameters:
      aPerpendicularOffset - the given perpendicular offset.
    • TLcdSLDLinePlacement

      public TLcdSLDLinePlacement(TLcdDataType aDataType)
      Empty constructor.
  • Method Details

    • getPerpendicularOffset

      public TLcdSLDParameterValue getPerpendicularOffset()
      Returns the value of the property that maps to the PerpendicularOffset element.

      A "PerpendicularOffset" specifies a perpendicular distance away from a line before rendering.

      Returns:
      the value of the PERPENDICULAR_OFFSET_PROPERTY property.
    • setPerpendicularOffset

      public void setPerpendicularOffset(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the PerpendicularOffset element.

      A "PerpendicularOffset" specifies a perpendicular distance away from a line before rendering.

      Parameters:
      aValue - the value to set for the PERPENDICULAR_OFFSET_PROPERTY property.