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 TLcdGML31TimeUnitTLcdGML31TimeUnit.DAYstatic final TLcdGML31TimeUnitTLcdGML31TimeUnit.HOURstatic final TLcdGML31TimeUnitTLcdGML31TimeUnit.MINUTEstatic final TLcdGML31TimeUnitTLcdGML31TimeUnit.SECONDstatic final TLcdGML31TimeUnitTLcdGML31TimeUnit.YEARMethods in com.luciad.format.gml31.model that return TLcdGML31TimeUnitModifier and TypeMethodDescriptionTLcdGML31TimeIntervalLength.getUnit()Returns the value of the property that maps to theunitattribute.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 TypeMethodDescriptionvoidTLcdGML31TimeIntervalLength.setUnit(TLcdGML31TimeUnit aValue) Sets the value of the property that maps to theunitattribute.