Class TLcdOWSAllowedValues

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

public class TLcdOWSAllowedValues extends TLcdDataObject
  • Field Details

    • VALUES_PROPERTY

      public static final TLcdDataProperty VALUES_PROPERTY
      Data property that maps to the choice between the Value and Range elements. The possible values for this property are instances of java.util.List with elements of class
  • Constructor Details

    • TLcdOWSAllowedValues

      public TLcdOWSAllowedValues()
    • TLcdOWSAllowedValues

      public TLcdOWSAllowedValues(TLcdDataType aType)
  • Method Details

    • getValues

      public List<ILcdDataObject> getValues()
      Returns the value of the property that maps to the choice between the Value and Range elements.

      The possible values for this property are instances of java.util.List with elements of class

      Returns:
      the value of the VALUES_PROPERTY property.