Class TLcdKML22Snippet

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.style.TLcdKML22Snippet
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdKML22Snippet extends TLcdDataObject
Domain class modeling the KML SnippetType type.

Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of String.
    • MAX_LINES_PROPERTY

      public static final TLcdDataProperty MAX_LINES_PROPERTY
      Data property that maps to the maxLines attribute. The possible values for this property are instances of int.
  • Constructor Details

    • TLcdKML22Snippet

      public TLcdKML22Snippet()
    • TLcdKML22Snippet

      public TLcdKML22Snippet(TLcdDataType aType)
  • Method Details

    • getValueObject

      public String getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getMaxLines

      public int getMaxLines()
      Returns the value of the property that maps to the maxLines attribute.
      Returns:
      the value of the MAX_LINES_PROPERTY property.
    • setMaxLines

      public void setMaxLines(int aValue)
      Sets the value of the property that maps to the maxLines attribute.
      Parameters:
      aValue - the value to set for the MAX_LINES_PROPERTY property.