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() |
double |
getXmax() |
double |
getXmin() |
double |
getYmax() |
double |
getYmin() |
void |
setSrs(java.lang.String _srs) |
void |
setXmax(double _xmax) |
void |
setXmin(double _xmin) |
void |
setYmax(double _ymax) |
void |
setYmin(double _ymin) |
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()
public double getXmax()
public double getXmin()
public double getYmax()
public double getYmin()
public void setSrs(java.lang.String _srs)
public void setXmax(double _xmax)
public void setXmin(double _xmin)
public void setYmax(double _ymax)
public void setYmin(double _ymin)
public java.lang.String toString()
toString in class java.lang.Objectpublic static boolean validLat(double v)
public static boolean validLon(double v)
Copyright © 2023 gvSIG Association. All rights reserved.