Class TLcdDTEDModelDescriptor

All Implemented Interfaces:
ILcdImageModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDTEDModelDescriptor extends TLcdRasterModelDescriptor implements ILcdImageModelDescriptor
A TLcdRasterModelDescriptor for models containing DTED data. The descriptor points to the information present in a single DTED cell.
See Also:
  • Field Details Link icon

    • TYPE_NAME Link icon

      public static final String TYPE_NAME
      Type name identifying the DTED format type.
      Since:
      2018.0
      See Also:
  • Constructor Details Link icon

    • TLcdDTEDModelDescriptor Link icon

      public TLcdDTEDModelDescriptor(String aSourceName, String aDisplayName, TLcdDTEDCellDescriptor aDTEDCellDescriptor)
      Creates a new TLcdDTEDModelDescriptor with the given source name, display name, and cell descriptor.
    • TLcdDTEDModelDescriptor Link icon

      public TLcdDTEDModelDescriptor(String aSourceName, String aDisplayName, String aTypeName, TLcdDTEDCellDescriptor aDTEDCellDescriptor)
      Creates a new TLcdDTEDModelDescriptor with the given source name, display name, type name, and cell descriptor.
  • Method Details Link icon

    • getDTEDCellDescriptor Link icon

      public TLcdDTEDCellDescriptor getDTEDCellDescriptor()
      Returns the cell descriptor that corresponds to a single DTED.