|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.geodata.maputil.MapEnvelope
public class MapEnvelope
| Constructor Summary | |
|---|---|
MapEnvelope()
Creates a new instance of MapPoint. |
|
MapEnvelope(double maxX,
double minX,
double maxY,
double minY)
Creates a new instance of MapEnvelope |
|
MapEnvelope(MapPoint ul,
MapPoint lr)
Creates a new instance of MapEnvelope |
|
| Method Summary | |
|---|---|
double |
getCenterX()
Gets a single value. |
double |
getCenterY()
Gets a single value. |
MapPoint |
getLowerRight()
Gets a single value. |
double |
getMaxX()
Gets a single value. |
double |
getMaxY()
Gets a single value. |
double |
getMinX()
Gets a single value. |
double |
getMinY()
Gets a single value. |
MapPoint |
getUpperLeft()
Gets a single value. |
void |
setCenterX(double centerX)
Sets single value. |
void |
setCenterY(double centerY)
Sets single value. |
void |
setLowerRight(MapPoint lr)
Sets single value. |
void |
setMaxX(double maxX)
Sets single value. |
void |
setMaxY(double maxY)
Sets single value. |
void |
setMinX(double minX)
Sets single value. |
void |
setMinY(double minY)
Sets single value. |
void |
setUpperLeft(MapPoint ul)
Sets single value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapEnvelope()
public MapEnvelope(double maxX,
double minX,
double maxY,
double minY)
maxX - doubleminX - doublemaxY - doubleminY - double
public MapEnvelope(MapPoint ul,
MapPoint lr)
upperLeft - UpperLeft corner of EnvelopelowerRight - LowerRight corner of Envelope.| Method Detail |
|---|
public void setMaxX(double maxX)
maxX - double.public double getMaxX()
public void setMinX(double minX)
minX - double.public double getMinX()
public void setMaxY(double maxY)
maxY - double.public double getMaxY()
public void setCenterX(double centerX)
centerX - double.public double getCenterX()
public void setCenterY(double centerY)
centerX - double.public double getCenterY()
public void setMinY(double minY)
minY - double.public double getMinY()
public void setUpperLeft(MapPoint ul)
ul - UpperLeft corner of Envelope.public void setLowerRight(MapPoint lr)
lr - LowerRight corner of Envelope.public MapPoint getUpperLeft()
public MapPoint getLowerRight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||