[]
This class is used to store the coordinates of objects such as code-blocks or precincts. As this is an abstract class, it cannot be used directly but derived classes have been created for code-blocks and packets (CBlkCoordInfo and PrecCoordInfo).
public abstract class CoordInfo
| Name | Description |
|---|---|
| CoordInfo() | Empty contructor |
| CoordInfo(int, int, int, int) | Constructor. Creates a CoordInfo object. |
| Name | Description |
|---|---|
| h | Object's height |
| ulx | Horizontal upper left coordinate in the subband |
| uly | Vertical upper left coordinate in the subband |
| w | Object's width |
| Name | Description |
|---|---|
| ToString() | Returns object's information in a String |