Class TLcdLOSOptions

java.lang.Object
com.luciad.tea.TLcdLOSOptions

public class TLcdLOSOptions extends Object
Defines a set of options when creating LOS propagation functions.
Since:
2015.1
  • Method Details

    • newBuilder

      public static TLcdLOSOptions.Builder newBuilder()
      Creates a new builder with the default values.
      Returns:
      the new builder.
    • asBuilder

      public TLcdLOSOptions.Builder asBuilder()
      Creates a new builder initialized with all the properties of this TLcdLOSOptions object.
      Returns:
      the new builder.
    • getMemoryMode

      public TLcdLOSOptions.MemoryMode getMemoryMode()
      Gets the memory mode specified in this LOS option
      Returns:
      the memory mode
    • getOutputDataType

      public TLcdLOSOptions.DataType getOutputDataType()
      Gets the data type specified in this LOS option
      Returns:
      the data type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object