Package com.luciad.tea
Class TLcdLOSOptions
java.lang.Object
com.luciad.tea.TLcdLOSOptions
Defines a set of options when creating LOS propagation functions.
- Since:
- 2015.1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA helper class used to create a new TLcdLOSOptions object.static enumThe data type to use to represent the input or result of LOS calculations.static enumThe memory mode to be used by internal calculations. -
Method Summary
Modifier and TypeMethodDescriptionCreates a new builder initialized with all the properties of this TLcdLOSOptions object.booleanGets the memory mode specified in this LOS optionGets the data type specified in this LOS optioninthashCode()static TLcdLOSOptions.BuilderCreates a new builder with the default values.
-
Method Details
-
newBuilder
Creates a new builder with the default values.- Returns:
- the new builder.
-
asBuilder
Creates a new builder initialized with all the properties of this TLcdLOSOptions object.- Returns:
- the new builder.
-
getMemoryMode
Gets the memory mode specified in this LOS option- Returns:
- the memory mode
-
getOutputDataType
Gets the data type specified in this LOS option- Returns:
- the data type
-
equals
-
hashCode
public int hashCode()
-