Class TLcdCADRGBoundaryRectangleDescriptor

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

public class TLcdCADRGBoundaryRectangleDescriptor extends Object
This descriptor contains the information about a CADRG/CIB frame present in a Boundary Rectangle 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)"
  • Constructor Details

    • TLcdCADRGBoundaryRectangleDescriptor

      public TLcdCADRGBoundaryRectangleDescriptor(String aProductDataType, String aCompressionRatio, String aScale, char aZone, String aProducer, double aVerticalResolution, double aHorizontalResolution)
      Creates a new TLcdCADRGBoundaryRectangleDescriptor with the given properties.
  • Method Details

    • getProductDataType

      public String getProductDataType()
      Returns the Product Data Type.
    • getCompressionRatio

      public String getCompressionRatio()
      Returns the Compression Ratio.
    • getScale

      public String getScale()
      Returns the Scale.
    • getZone

      public char getZone()
      Returns the Zone.
    • getProducer

      public String getProducer()
      Returns the Producer.
    • getVerticalResolution

      public double getVerticalResolution()
      Returns the Vertical Resolution.
    • getHorizontalResolution

      public double getHorizontalResolution()
      Returns the Horizontal Resolution.