Package com.luciad.ogc.wcs.common.model
Class TLcdWCSAxisDescriptionValues
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSValueEnumBase
com.luciad.ogc.wcs.common.model.TLcdWCSValueEnum
com.luciad.ogc.wcs.common.model.TLcdWCSAxisDescriptionValues
This class represents the values of an axis description.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the default.void
setDefault
(TLcdWCSTypedLiteral aDefault) Sets the default.Methods inherited from class com.luciad.ogc.wcs.common.model.TLcdWCSValueEnum
getSemantic, getType, setSemantic, setType
Methods inherited from class com.luciad.ogc.wcs.common.model.TLcdWCSValueEnumBase
addInterval, addSingleValue, getInterval, getIntervalCount, getSingleValue, getSingleValueCount, removeInterval, removeSingleValue
-
Constructor Details
-
TLcdWCSAxisDescriptionValues
public TLcdWCSAxisDescriptionValues()
-
-
Method Details
-
getDefault
Gets the default.- Returns:
- the default.
-
setDefault
Sets the default.- Parameters:
aDefault
- the default to be set.
-