|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.wmsmap.Envelope
Defines an Envelope object used for setting extents of the map.
Constructor Summary | |
Envelope()
Creates an instance of an Envelope object. |
Method Summary | |
double |
getMaxX()
Returns the Envelope objects maximum x coordinate value. |
double |
getMaxY()
Returns the Envelope objects maximum y coordinate value. |
double |
getMinX()
Returns the Envelope objects minimum x coordinate value. |
double |
getMinY()
Returns the Envelope objects minimum y coordinate value. |
void |
setMaxX(double maxX)
Sets the Envelope objects maximum x coordinate value. |
void |
setMaxY(double maxY)
Sets the Envelope objects maximum y coordinate value. |
void |
setMinX(double minX)
Sets the Envelope objects minimum x coordinate value. |
void |
setMinY(double minY)
Sets the Envelope objects minimum y coordinate value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Envelope()
Method Detail |
public void setMinX(double minX)
minX
- is the minimum x value.#getXMin
public void setMinY(double minY)
minY
- is the minimum y value.#getYMin
public void setMaxX(double maxX)
maxX
- is the maximum x value.#getXMax
public void setMaxY(double maxY)
maxY
- is the maximum y value.#getYMax
public double getMinX()
#setXMin
public double getMinY()
#setYMin
public double getMaxX()
#setXMax
public double getMaxY()
#setYMax
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |