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 Link icon

    • NAME_PROPERTY Link icon

      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 Link icon

      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 Link icon

    • TLcdOWSAdditionalParameter Link icon

      public TLcdOWSAdditionalParameter()
    • TLcdOWSAdditionalParameter Link icon

      public TLcdOWSAdditionalParameter(TLcdDataType aType)
  • Method Details Link icon

    • getName Link icon

      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 Link icon

      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 Link icon

      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.