|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gvsig.remoteclient.utils.BoundaryBox
public class BoundaryBox
| Constructor Summary | |
|---|---|
BoundaryBox()
|
|
| Method Summary | |
|---|---|
static BoundaryBox |
clipGeodeticBBox(BoundaryBox bbox)
|
java.lang.String |
getSrs()
Represents ... |
double |
getXmax()
Represents ... |
double |
getXmin()
Represents ... |
double |
getYmax()
Represents ... |
double |
getYmin()
Represents ... |
void |
setSrs(java.lang.String _srs)
Represents ... |
void |
setXmax(double _xmax)
Represents ... |
void |
setXmin(double _xmin)
Represents ... |
void |
setYmax(double _ymax)
Represents ... |
void |
setYmin(double _ymin)
Represents ... |
java.lang.String |
toString()
|
static boolean |
validLat(double v)
|
static boolean |
validLon(double v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BoundaryBox()
| Method Detail |
|---|
public double getXmin()
Represents ...
public void setXmin(double _xmin)
Represents ...
_xmin - public double getXmax()
Represents ...
public void setXmax(double _xmax)
Represents ...
_xmax - public double getYmin()
Represents ...
public void setYmin(double _ymin)
Represents ...
_ymin - public double getYmax()
Represents ...
public void setYmax(double _ymax)
Represents ...
_ymax - public java.lang.String getSrs()
Represents ...
public void setSrs(java.lang.String _srs)
Represents ...
_srs - public java.lang.String toString()
toString in class java.lang.Objectpublic static boolean validLat(double v)
public static boolean validLon(double v)
public static BoundaryBox clipGeodeticBBox(BoundaryBox bbox)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||