[]
Constructor. Creates a PrecCoordInfo object.
public PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref)
Type | Name | Description |
---|---|---|
int | ulx | Horizontal upper left coordinate in the subband |
int | uly | Vertical upper left coordinate in the subband |
int | w | Precinct's width |
int | h | Precinct's height |
int | xref | The horizontal coordinate on the reference grid |
int | yref | The vertical coordinate on the reference grid |
Empty Constructor. Creates an empty PrecCoordInfo object.
public PrecCoordInfo()