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

    • HEIGHT_PROPERTY

      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

      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

      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

    • Image

      public Image()
    • Image

      public Image(TLcdDataType aType)
  • Method Details

    • getHeight

      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

      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

      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

      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

      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

      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.