Class TLcdOpenSearchDescription.Image

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.opensearch.model.TLcdOpenSearchDescription.Image
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Enclosing class:
TLcdOpenSearchDescription

public static class TLcdOpenSearchDescription.Image extends TLcdDataObject
Since:
2017.0
  • Field Details Link icon

    • HEIGHT_PROPERTY Link icon

      public static final TLcdDataProperty HEIGHT_PROPERTY
      Data property that maps to the height attribute. The possible values for this property are instances of Long.
    • TYPE_PROPERTY Link icon

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that maps to the type attribute. The possible values for this property are the public QName constants defined in this class.
    • WIDTH_PROPERTY Link icon

      public static final TLcdDataProperty WIDTH_PROPERTY
      Data property that maps to the width attribute. The possible values for this property are instances of Long.
  • Constructor Details Link icon

    • Image Link icon

      public Image()
    • Image Link icon

      public Image(TLcdDataType aType)
  • Method Details Link icon

    • getHeight Link icon

      public Long getHeight()
      Returns the value of the property that maps to the height attribute.

      Contains the height, in pixels, of this image.

      Returns:
      the value of the HEIGHT_PROPERTY property.
    • setHeight Link icon

      public void setHeight(Long aValue)
      Sets the value of the property that maps to the height attribute.

      Contains the height, in pixels, of this image.

      Parameters:
      aValue - the value to set for the HEIGHT_PROPERTY property.
    • getType Link icon

      public String getType()
      Returns the value of the property that maps to the type attribute.

      The possible values for this property are the public QName constants defined in this class.

      Contains the MIME type of this image. Restrictions: The value must be a valid MIME type.

      Returns:
      the value of the TYPE_PROPERTY property.
    • setType Link icon

      public void setType(String aValue)
      Sets the value of the property that maps to the type attribute.

      The possible values for this property are the public QName constants defined in this class.

      Contains the MIME type of this image. Restrictions: The value must be a valid MIME type.

      Parameters:
      aValue - the value to set for the TYPE_PROPERTY property.
    • getWidth Link icon

      public Long getWidth()
      Returns the value of the property that maps to the width attribute.

      Contains the width, in pixels, of this image.

      Returns:
      the value of the WIDTH_PROPERTY property.
    • setWidth Link icon

      public void setWidth(Long aValue)
      Sets the value of the property that maps to the width attribute.

      Contains the width, in pixels, of this image.

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