Package com.luciad.ogc.wcs.common.model
Class TLcdWCSValueEnum
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSValueEnumBase
com.luciad.ogc.wcs.common.model.TLcdWCSValueEnum
- Direct Known Subclasses:
TLcdWCSAxisDescriptionValues
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the semantic.getType()
Gets the type.void
setSemantic
(String aSemantic) Sets the semantic.void
Sets the type.Methods inherited from class com.luciad.ogc.wcs.common.model.TLcdWCSValueEnumBase
addInterval, addSingleValue, getInterval, getIntervalCount, getSingleValue, getSingleValueCount, removeInterval, removeSingleValue
-
Constructor Details
-
TLcdWCSValueEnum
public TLcdWCSValueEnum()
-
-
Method Details
-
getSemantic
Gets the semantic.Should be included if the semantics or meaning is not clearly specified elsewhere.
- Returns:
- the semantic.
-
setSemantic
Sets the semantic.Should be included if the semantics or meaning is not clearly specified elsewhere.
- Parameters:
aSemantic
- the semantic to be set.
-
getType
Gets the type.- Returns:
- the type.
-
setType
Sets the type.- Parameters:
aType
- the type to be set.
-