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

  • Constructor Details

    • TLcdCADRGFrameDescriptor

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

    • getGeographicLocation

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

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

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

      public String getSecurityReleaseMarking()
      Returns the Security Release Marking.