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