Class TLcdWCSValueEnum

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSValueEnumBase
com.luciad.ogc.wcs.common.model.TLcdWCSValueEnum
Direct Known Subclasses:
TLcdWCSAxisDescriptionValues

public class TLcdWCSValueEnum extends TLcdWCSValueEnumBase
List of all the valid values and/or intervals of values for this variable. For numeric variables, signed values shall be ordered from negative infinity to positive infinity.
  • Constructor Details Link icon

    • TLcdWCSValueEnum Link icon

      public TLcdWCSValueEnum()
  • Method Details Link icon

    • getSemantic Link icon

      public String getSemantic()
      Gets the semantic.

      Should be included if the semantics or meaning is not clearly specified elsewhere.

      Returns:
      the semantic.
    • setSemantic Link icon

      public void setSemantic(String aSemantic)
      Sets the semantic.

      Should be included if the semantics or meaning is not clearly specified elsewhere.

      Parameters:
      aSemantic - the semantic to be set.
    • getType Link icon

      public String getType()
      Gets the type.
      Returns:
      the type.
    • setType Link icon

      public void setType(String aType)
      Sets the type.
      Parameters:
      aType - the type to be set.