|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.jpeg.jj2000.j2k.codestream.CoordInfo
ucar.jpeg.jj2000.j2k.codestream.PrecCoordInfo
public class PrecCoordInfo
This class is used to store the coordinates of precincts.
| Field Summary | |
|---|---|
int |
xref
Horizontal upper left coordinate in the reference grid |
int |
yref
Vertical upper left coordinate on the reference grid |
| Fields inherited from class ucar.jpeg.jj2000.j2k.codestream.CoordInfo |
|---|
h, ulx, uly, w |
| Constructor Summary | |
|---|---|
PrecCoordInfo()
Empty Constructor. |
|
PrecCoordInfo(int ulx,
int uly,
int w,
int h,
int xref,
int yref)
Constructor. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns precinct's information in a String |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int xref
public int yref
| Constructor Detail |
|---|
public PrecCoordInfo(int ulx,
int uly,
int w,
int h,
int xref,
int yref)
ulx - Horizontal upper left coordinate in the subbanduly - Vertical upper left coordinate in the subbandw - Precinct's widthh - Precinct's heightxref - The horizontal coordinate on the reference gridyref - The vertical coordinate on the reference gridpublic PrecCoordInfo()
| Method Detail |
|---|
public String toString()
toString in class CoordInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||