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