public class BoundsRest extends Object implements Serializable
| Constructor and Description |
|---|
BoundsRest() |
BoundsRest(double minx,
double maxx,
double miny,
double maxy,
String crs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCrs() |
double |
getMaxx() |
double |
getMaxy() |
double |
getMinx() |
double |
getMiny() |
void |
setCrs(String crs) |
void |
setMaxx(double maxx) |
void |
setMaxy(double maxy) |
void |
setMinx(double minx) |
void |
setMiny(double miny) |
public BoundsRest()
public BoundsRest(double minx,
double maxx,
double miny,
double maxy,
String crs)
public double getMinx()
public void setMinx(double minx)
minx - public double getMaxx()
public void setMaxx(double maxx)
maxx - public double getMiny()
public void setMiny(double miny)
miny - public double getMaxy()
public void setMaxy(double maxy)
maxy - public String getCrs()
public void setCrs(String crs)
crs - Copyright © 2018. All Rights Reserved.