public final class IlvCADRGFrame extends Object
IlvCADRGFrameReader
.
Most of the frames are georeferenced, except for those used to display
the overview of a CADRG product or the map legends.
Instances of IlvCADRGFrame
can be obtained with an
IlvCADRGCoverage
.
IlvCADRGCoverage
,
IlvCADRGFrameReader
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the column of the frame in its CADRG coverage.
|
IlvCADRGCoverage |
getCoverage()
Returns the coverage of the frame.
|
String |
getFileName()
Returns the file name of the frame as read from the CADRG table of contents.
|
IlvCoordinate |
getLowerRightCorner()
Returns the lower-right corner of the frame in the reader's projection
(geographic).
|
String |
getPathName()
Returns the path name of the frame as read from the CADRG table of contents.
|
int |
getRow()
Returns the row of the frame in its CADRG coverage.
|
IlvCoordinate |
getUpperLeftCorner()
Returns the upper-left corner of the frame in the reader's projection (geographic).
|
IlvCADRGFrameReader |
makeReader(boolean transparency)
Initializes a frame reader for the CADRG frame.
|
String |
toString()
Converts the frame into a
String . |
public String getFileName()
IlvCADRGTocReader
public String getPathName()
public IlvCADRGCoverage getCoverage()
public IlvCoordinate getUpperLeftCorner()
public IlvCoordinate getLowerRightCorner()
public int getRow()
public int getColumn()
public String toString()
String
.public IlvCADRGFrameReader makeReader(boolean transparency) throws IOException
transparency
- specifies whether the transparent pixel of the
CADRG frame must be rendered as transparent.IOException
- if an error occurs while opening the frame.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.