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 TLcdGML32TimeUnitTLcdGML32TimeUnit.DAYstatic final TLcdGML32TimeUnitTLcdGML32TimeUnit.HOURstatic final TLcdGML32TimeUnitTLcdGML32TimeUnit.MINUTEstatic final TLcdGML32TimeUnitTLcdGML32TimeUnit.MONTHstatic final TLcdGML32TimeUnitTLcdGML32TimeUnit.SECONDstatic final TLcdGML32TimeUnitTLcdGML32TimeUnit.YEARMethods in com.luciad.format.gml32.model that return TLcdGML32TimeUnitModifier and TypeMethodDescriptionTLcdGML32TimeIntervalLength.getUnit()Returns the value of the property that maps to theunitattribute.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 TypeMethodDescriptionvoidTLcdGML32TimeIntervalLength.setUnit(TLcdGML32TimeUnit aValue) Sets the value of the property that maps to theunitattribute.