Class TLcdSLDDescription

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

public class TLcdSLDDescription extends TLcdDataObject
Gives an informative description of the object it is contained in. Note that the name is not part of the description as it can have a functional use that is more than descriptive.
  • Constructor Details

    • TLcdSLDDescription

      public TLcdSLDDescription()
      Empty constructor.
    • TLcdSLDDescription

      public TLcdSLDDescription(String aTitle, String aAbstract)
      Constructor.
      Parameters:
      aTitle - a human readable, short description for the enclosing object.
      aAbstract - a more exact description for the enclosing object.
    • TLcdSLDDescription

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

    • getTitle

      public String getTitle()
      Returns the value of the property that maps to the Title element.
      Returns:
      the value of the TITLE_PROPERTY property.
    • setTitle

      public void setTitle(String aValue)
      Sets the value of the property that maps to the Title element.
      Parameters:
      aValue - the value to set for the TITLE_PROPERTY property.
    • getAbstract

      public String getAbstract()
      Returns the value of the property that maps to the Abstract element.
      Returns:
      the value of the ABSTRACT_PROPERTY property.
    • setAbstract

      public void setAbstract(String aValue)
      Sets the value of the property that maps to the Abstract element.
      Parameters:
      aValue - the value to set for the ABSTRACT_PROPERTY property.