Uses of Class
com.luciad.format.gml32.model.TLcdGML32TimeUnit
Packages that use 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
Fields in com.luciad.format.gml32.model declared as TLcdGML32TimeUnitModifier 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
Methods in com.luciad.format.gml32.model that return TLcdGML32TimeUnitModifier and TypeMethodDescriptionTLcdGML32TimeIntervalLength.getUnit()
Returns the value of the property that maps to theunit
attribute.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32TimeUnitModifier and TypeMethodDescriptionstatic Map
<String, TLcdGML32TimeUnit> TLcdGML32TimeUnit.getWellKnownValues()
Returns a map containing all well known values of this class.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32TimeUnitModifier and TypeMethodDescriptionvoid
TLcdGML32TimeIntervalLength.setUnit
(TLcdGML32TimeUnit aValue) Sets the value of the property that maps to theunit
attribute.