Package com.luciad.formats.dted
Class DtedModelDecoder.Options
java.lang.Object
com.luciad.formats.dted.DtedModelDecoder.Options
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
DtedModelDecoder
Options for decoding DTED.
- Since:
- 2023.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder for the DTED model decoder options. -
Method Summary
Modifier and TypeMethodDescriptionReturns an Options builder that has all properties of this Options.void
close()
protected void
finalize()
long
Returns the maximum DTED level that is decoded.long
Returns the minimum DTED level that is decoded.Returns a new builder for creating a DtedModelDecoder::Options.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
newBuilder
Returns a new builder for creating a DtedModelDecoder::Options.- Returns:
- a new builder for creating a DtedModelDecoder::Options.
-
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.
-