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

    • TLcdWCSValueEnum

      public TLcdWCSValueEnum()
  • Method Details

    • getSemantic

      public String getSemantic()
      Gets the semantic.

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

      Returns:
      the semantic.
    • setSemantic

      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

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

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