public class BoundaryBox
extends java.lang.Object
| Constructor and Description |
|---|
BoundaryBox() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static BoundaryBox clipGeodeticBBox(BoundaryBox bbox)
public java.lang.String getSrs()
Represents ...
public double getXmax()
Represents ...
public double getXmin()
Represents ...
public double getYmax()
Represents ...
public double getYmin()
Represents ...
public void setSrs(java.lang.String _srs)
Represents ...
_srs - public void setXmax(double _xmax)
Represents ...
_xmax - public void setXmin(double _xmin)
Represents ...
_xmin - public void setYmax(double _ymax)
Represents ...
_ymax - public void setYmin(double _ymin)
Represents ...
_ymin - public java.lang.String toString()
toString in class java.lang.Objectpublic static boolean validLat(double v)
public static boolean validLon(double v)
Copyright © 2013 gvSIG Association. All Rights Reserved.