Class TLcdCADRGFrameDescriptor

java.lang.Object
com.luciad.format.cadrg.TLcdCADRGFrameDescriptor

public class TLcdCADRGFrameDescriptor extends Object
This descriptor contains the information about a CADRG/CIB frame present in a Frame File Index Record of an A.TOC file.
See Also:
  • "Compressed ARC Digitized Raster Graphics (CADRG, MIL-C-89038, 6 October 1994)"
  • "Compressed ARC Digitized Raster Graphics (CADRG, MIL-PRF-89038, 6 October 1994)"
  • "Controlled Image Base (CIB, MIL-C-89041, 15 May 1995)"
  • "Controlled Image Base (CIB, MIL-PRF-89041, 15 May 1995)"
  • Field Details Link icon

  • Constructor Details Link icon

    • TLcdCADRGFrameDescriptor Link icon

      public TLcdCADRGFrameDescriptor(String aGeographicLocation, char aSecurityClassification, String aSecurityCountryCode, String aSecurityReleaseMarking)
      Creates a new TLcdCADRGFrameDescriptor with the given properties.
  • Method Details Link icon

    • getGeographicLocation Link icon

      public String getGeographicLocation()
      Returns the Geographic Location.
    • getSecurityClassification Link icon

      public char getSecurityClassification()
      Returns the Security Classification.
      Returns:
      one of SECURITY_TOP_SECRET, SECURITY_SECRET, SECURITY_CONFIDENTIAL, SECURITY_RESTRICTED, or SECURITY_UNCLASSIFIED.
    • getSecurityCountryCode Link icon

      public String getSecurityCountryCode()
      Returns the Security Country Code.
    • getSecurityReleaseMarking Link icon

      public String getSecurityReleaseMarking()
      Returns the Security Release Marking.