public class BoundsMap extends Object implements Serializable
| Constructor and Description |
|---|
BoundsMap()
Instantiates a new bounds map.
|
BoundsMap(double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY,
String crs)
Instantiates a new bounds map.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCrs()
Gets the crs.
|
double |
getLowerLeftX()
Gets the lower left X.
|
double |
getLowerLeftY()
Gets the lower left Y.
|
double |
getUpperRightX()
Gets the upper right X.
|
double |
getUpperRightY()
Gets the upper right Y.
|
void |
setCrs(String crs)
Sets the crs.
|
void |
setLowerLeftX(double lowerLeftX)
Sets the lower left X.
|
void |
setLowerLeftY(double lowerLeftY)
Sets the lower left Y.
|
void |
setUpperRightX(double upperRightX)
Sets the upper right X.
|
void |
setUpperRightY(double upperRightY)
Sets the upper right Y.
|
String |
toString() |
public BoundsMap()
public BoundsMap(double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY,
String crs)
lowerLeftX - the lower left XlowerLeftY - the lower left YupperRightX - the upper right XupperRightY - the upper right Ycrs - the crspublic double getLowerLeftX()
public void setLowerLeftX(double lowerLeftX)
lowerLeftX - the new lower left Xpublic double getLowerLeftY()
public void setLowerLeftY(double lowerLeftY)
lowerLeftY - the new lower left Ypublic double getUpperRightX()
public void setUpperRightX(double upperRightX)
upperRightX - the new upper right Xpublic double getUpperRightY()
public void setUpperRightY(double upperRightY)
upperRightY - the new upper right Ypublic String getCrs()
public void setCrs(String crs)
crs - the new crsCopyright © 2021. All Rights Reserved.