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
Modifier and TypeClassDescriptionstatic class
A helper class used to create a new TLcdLOSOptions object.static enum
The data type to use to represent the input or result of LOS calculations.static enum
The 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.boolean
Gets the memory mode specified in this LOS optionGets the data type specified in this LOS optionint
hashCode()
static TLcdLOSOptions.Builder
Creates 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()
-