Uses of Class
com.luciad.format.gml32.model.TLcdGML32TimeUnit
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32TimeUnit in com.luciad.format.gml32.model
Modifier and TypeFieldDescriptionstatic final TLcdGML32TimeUnit
TLcdGML32TimeUnit.DAY
static final TLcdGML32TimeUnit
TLcdGML32TimeUnit.HOUR
static final TLcdGML32TimeUnit
TLcdGML32TimeUnit.MINUTE
static final TLcdGML32TimeUnit
TLcdGML32TimeUnit.MONTH
static final TLcdGML32TimeUnit
TLcdGML32TimeUnit.SECOND
static final TLcdGML32TimeUnit
TLcdGML32TimeUnit.YEAR
Modifier and TypeMethodDescriptionTLcdGML32TimeIntervalLength.getUnit()
Returns the value of the property that maps to theunit
attribute.Modifier and TypeMethodDescriptionstatic Map
<String, TLcdGML32TimeUnit> TLcdGML32TimeUnit.getWellKnownValues()
Returns a map containing all well known values of this class.Modifier and TypeMethodDescriptionvoid
TLcdGML32TimeIntervalLength.setUnit
(TLcdGML32TimeUnit aValue) Sets the value of the property that maps to theunit
attribute.