public class BoundingBox
extends java.lang.Object
Constructor and Description |
---|
BoundingBox(java.lang.String srs,
double westBound,
double southBound,
double eastBound,
double northBound) |
BoundingBox(java.lang.String srs,
com.vividsolutions.jts.geom.Envelope envelope) |
Modifier and Type | Method and Description |
---|---|
AxisOrder |
getAxisOrder() |
java.lang.String |
getBBox(java.lang.String wmsVersion) |
double |
getEastBound()
Gets the BoundingBox's maximum easting value.
|
com.vividsolutions.jts.geom.Envelope |
getEnvelope() |
double |
getNorthBound()
Gets the BoundingBox's maximum northing value.
|
double |
getSouthBound()
Gets the BoundingBox's minimum southing value.
|
java.lang.String |
getSRS()
Gets the SRS string.
|
double |
getWestBound()
Gets the BoundingBox's minimum westing value.
|
java.lang.String |
toString() |
public BoundingBox(java.lang.String srs, com.vividsolutions.jts.geom.Envelope envelope)
public BoundingBox(java.lang.String srs, double westBound, double southBound, double eastBound, double northBound)
public java.lang.String getSRS()
public AxisOrder getAxisOrder()
public double getWestBound()
public double getSouthBound()
public double getEastBound()
public double getNorthBound()
public java.lang.String getBBox(java.lang.String wmsVersion)
public com.vividsolutions.jts.geom.Envelope getEnvelope()
public java.lang.String toString()
toString
in class java.lang.Object