Class PhysicalLocationInt

  • All Implemented Interfaces:
    Serializable, PhysicalLocation
    Direct Known Subclasses:
    PhysicalLocationShort

    public class PhysicalLocationInt
    extends Object
    implements PhysicalLocation
    Small class that provides access to the physical location information about a cluster. All values should be defaulted to -1 if unavailable. Tile should only allow non-zero positive integers, x and y coordinates must be non-negative. This is different from PhysicalLocationShort in that the x and y positions are ints, not shorts thus, they do not overflow within a HiSeqX tile.
    See Also:
    Serialized Form