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 Link icon

    • TLcdCADRGBoundaryRectangleDescriptor Link icon

      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 Link icon

    • getProductDataType Link icon

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

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

      public String getScale()
      Returns the Scale.
    • getZone Link icon

      public char getZone()
      Returns the Zone.
    • getProducer Link icon

      public String getProducer()
      Returns the Producer.
    • getVerticalResolution Link icon

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

      public double getHorizontalResolution()
      Returns the Horizontal Resolution.