[]
This class is used to store the coordinates of precincts.
public class PrecCoordInfo : CoordInfo
| Name | Description |
|---|---|
| PrecCoordInfo() | Empty Constructor. Creates an empty PrecCoordInfo object. |
| PrecCoordInfo(int, int, int, int, int, int) | Constructor. Creates a PrecCoordInfo object. |
| Name | Description |
|---|---|
| xref | Horizontal upper left coordinate in the reference grid |
| yref | Vertical upper left coordinate on the reference grid |
| Name | Description |
|---|---|
| ToString() | Returns precinct's information in a String |