public class BoundsInfoType extends Object
| Constructor and Description |
|---|
BoundsInfoType() |
BoundsInfoType(double minx,
double maxx,
double miny,
double maxy,
String crs) |
| Modifier and Type | Method and Description |
|---|---|
String |
crs() |
void |
crs(String crs) |
double |
maxx() |
void |
maxx(double maxx) |
double |
maxy() |
void |
maxy(double maxy) |
double |
minx() |
void |
minx(double minx) |
double |
miny() |
void |
miny(double miny) |
String |
toString() |
public BoundsInfoType()
public BoundsInfoType(double minx,
double maxx,
double miny,
double maxy,
String crs)
public double minx()
public void minx(double minx)
minx - the minx to setpublic double maxx()
public void maxx(double maxx)
maxx - the maxx to setpublic double miny()
public void miny(double miny)
miny - the miny to setpublic double maxy()
public void maxy(double maxy)
maxy - the maxy to setpublic String crs()
public void crs(String crs)
crs - the crs to setCopyright © 2018. All Rights Reserved.