public class BoundingBox extends Object
Constructor and Description |
---|
BoundingBox() |
Modifier and Type | Method and Description |
---|---|
static BoundingBox |
createFromStrings(String crs,
String minx,
String maxx,
String miny,
String maxy,
String resx,
String resy) |
String |
getCrs() |
double |
getMaxx() |
double |
getMaxy() |
double |
getMinx() |
double |
getMiny() |
double |
getResx() |
double |
getResy() |
String |
toString() |
public static BoundingBox createFromStrings(String crs, String minx, String maxx, String miny, String maxy, String resx, String resy)
public String getCrs()
public double getMaxx()
public double getMaxy()
public double getMinx()
public double getMiny()
public double getResx()
public double getResy()