Package jj2000.j2k.codestream
Class PrecCoordInfo
- java.lang.Object
-
- jj2000.j2k.codestream.CoordInfo
-
- jj2000.j2k.codestream.PrecCoordInfo
-
public class PrecCoordInfo extends CoordInfo
This class is used to store the coordinates of precincts.
-
-
Constructor Summary
Constructors Constructor Description PrecCoordInfo()Empty Constructor.PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref)Constructor.
-
-
-
Constructor Detail
-
PrecCoordInfo
public PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref)
Constructor. Creates a PrecCoordInfo object.- Parameters:
ulx- Horizontal upper left coordinate in the subbanduly- Vertical upper left coordinate in the subbandw- Precint's widthh- Precinct's heightxref- The horizontal coordinate on the reference gridyref- The vertical coordinate on the reference grid
-
PrecCoordInfo
public PrecCoordInfo()
Empty Constructor. Creates an empty PrecCoordInfo object.
-
-