Package com.luciad.format.cadrg
Class TLcdCADRGBoundaryRectangleDescriptor
java.lang.Object
com.luciad.format.cadrg.TLcdCADRGBoundaryRectangleDescriptor
This descriptor contains the information about a CADRG/CIB frame
present in a Boundary Rectangle Record of an A.TOC file.
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdCADRGBoundaryRectangleDescriptor
(String aProductDataType, String aCompressionRatio, String aScale, char aZone, String aProducer, double aVerticalResolution, double aHorizontalResolution) Creates a new TLcdCADRGBoundaryRectangleDescriptor with the given properties. -
Method Summary
-
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
Returns the Product Data Type. -
getCompressionRatio
Returns the Compression Ratio. -
getScale
Returns the Scale. -
getZone
public char getZone()Returns the Zone. -
getProducer
Returns the Producer. -
getVerticalResolution
public double getVerticalResolution()Returns the Vertical Resolution. -
getHorizontalResolution
public double getHorizontalResolution()Returns the Horizontal Resolution.
-