Uses of Enum Class
com.luciad.tea.TLcdLOSOptions.DataType
Packages that use TLcdLOSOptions.DataType
-
Uses of TLcdLOSOptions.DataType in com.luciad.tea
Methods in com.luciad.tea that return TLcdLOSOptions.DataTypeModifier and TypeMethodDescriptionTLcdLOSOptions.getOutputDataType()
Gets the data type specified in this LOS optionstatic TLcdLOSOptions.DataType
Returns the enum constant of this class with the specified name.static TLcdLOSOptions.DataType[]
TLcdLOSOptions.DataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.tea with parameters of type TLcdLOSOptions.DataTypeModifier and TypeMethodDescriptionTLcdLOSOptions.Builder.outputDataType
(TLcdLOSOptions.DataType aOutputDataType) Sets the data type to store the output of LOS Calculations in.