Class TLcdOWSAdditionalParameter

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

public class TLcdOWSAdditionalParameter extends TLcdDataObject
One additional metadata parameter, part of a set of additional parameters.
Since:
2017.0
  • Field Details

    • NAME_PROPERTY

      public static final TLcdDataProperty NAME_PROPERTY
      Data property that maps to the Name element. The possible values for this property are instances of TLcdOWSCode.
    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the Value element. The possible values for this property are instances of List<Object>.
  • Constructor Details

    • TLcdOWSAdditionalParameter

      public TLcdOWSAdditionalParameter()
    • TLcdOWSAdditionalParameter

      public TLcdOWSAdditionalParameter(TLcdDataType aType)
  • Method Details

    • getName

      public TLcdOWSCode getName()
      Returns the value of the property that maps to the Name element.

      Name or identifier of this AdditionalParameter, unique for this OGC Web Service.

      Returns:
      the value of the NAME_PROPERTY property.
    • setName

      public void setName(TLcdOWSCode aValue)
      Sets the value of the property that maps to the Name element.

      Name or identifier of this AdditionalParameter, unique for this OGC Web Service.

      Parameters:
      aValue - the value to set for the NAME_PROPERTY property.
    • getValue

      public List<Object> getValue()
      Returns the value of the property that maps to the Value element.

      Unordered list of one or more values of this AdditionalParameter.

      Returns:
      the value of the VALUE_PROPERTY property.