LuciadCPillar C# 2023.1.04
Luciad.Formats.Dted.DtedModelDecoder Class Reference

This class can be used to create an IRasterModel implementation that can read DTED (Digital Terrain Elevation Data). More...

Classes

class  Options
 Options for decoding DTED. More...
 

Static Public Member Functions

static Luciad.Models.Rasters.IRasterModel Decode (string source)
 This method decodes: More...
 
static Luciad.Models.Rasters.IRasterModel Decode (string source, Luciad.Formats.Dted.DtedModelDecoder.Options options)
 

Detailed Description

This class can be used to create an IRasterModel implementation that can read DTED (Digital Terrain Elevation Data).

See DtedModelDecoder::decode for more details. 2023.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::DtedModelDecoder.

Member Function Documentation

◆ Decode() [1/2]

Luciad.Models.Rasters.IRasterModel Luciad.Formats.Dted.DtedModelDecoder.Decode ( string  source)
inlinestatic

This method decodes:

individual DTED (Digital Terrain Elevation Data) files. directories containing DTED files. DMED (Digital Mean Elevation Data) files and any available corresponding DTED files.

source

The absolute path to the file or directory.

the decoded model for the source.

luciad::IOException

when decoding the source file fails.

decode(const std::string&, const Options&)

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::DtedModelDecoder::decode.

◆ Decode() [2/2]

static Luciad.Models.Rasters.IRasterModel Luciad.Formats.Dted.DtedModelDecoder.Decode ( string  source,
Luciad.Formats.Dted.DtedModelDecoder.Options  options 
)
inlinestatic