public class BoundsInfo extends Object
Constructor and Description |
---|
BoundsInfo() |
BoundsInfo(BoundsInfoType toLoad) |
BoundsInfo(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) |
BoundsInfoType |
toStubsVersion() |
public BoundsInfo(double minx, double maxx, double miny, double maxy, String crs)
public BoundsInfo(BoundsInfoType toLoad)
public BoundsInfo()
public double getMinx()
public void setMinx(double minx)
public double getMaxx()
public void setMaxx(double maxx)
public double getMiny()
public void setMiny(double miny)
public double getMaxy()
public void setMaxy(double maxy)
public String getCrs()
public void setCrs(String crs)
public BoundsInfoType toStubsVersion()
Copyright © 2017. All Rights Reserved.