Class DtedModelDecoder.Options

java.lang.Object
com.luciad.formats.dted.DtedModelDecoder.Options
All Implemented Interfaces:
AutoCloseable
Enclosing class:
DtedModelDecoder

public static final class DtedModelDecoder.Options extends Object implements AutoCloseable
Options for decoding DTED.
Since:
2023.0
  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • newBuilder

      @NotNull public static DtedModelDecoder.Options.Builder newBuilder()
      Returns a new builder for creating a DtedModelDecoder::Options.
      Returns:
      a new builder for creating a DtedModelDecoder::Options.
    • asBuilder

      @NotNull public DtedModelDecoder.Options.Builder asBuilder()
      Returns an Options builder that has all properties of this Options.
      Returns:
      an Options builder that has all properties of this Options.
    • getMinLevel

      public long getMinLevel()
      Returns the minimum DTED level that is decoded.
      Returns:
      the minimum DTED level that is decoded.
    • getMaxLevel

      public long getMaxLevel()
      Returns the maximum DTED level that is decoded.
      Returns:
      the maximum DTED level that is decoded.