|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectebgeo.maprequest.MapImageParameters
A set of parameters to define the area of map (using the map's coordinate system) and size of the image.
Constructor Summary | |
MapImageParameters(double minX,
double minY,
double maxX,
double maxY,
int width,
int height)
Creates a new instance of MapImageParameters |
Method Summary | |
int |
getHeight()
Getter for property height. |
double |
getMaxX()
Getter for property maxX. |
double |
getMaxY()
Getter for property maxY. |
double |
getMinX()
Getter for property minX. |
double |
getMinY()
Getter for property minY. |
int |
getWidth()
Getter for property width. |
void |
setHeight(int height)
Setter for property height. |
void |
setMaxX(double maxX)
Setter for property maxX. |
void |
setMaxY(double maxY)
Setter for property maxY. |
void |
setMinX(double minX)
Setter for property minX. |
void |
setMinY(double minY)
Setter for property minY. |
void |
setWidth(int width)
Setter for property width. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapImageParameters(double minX, double minY, double maxX, double maxY, int width, int height)
Method Detail |
public int getWidth()
public void setWidth(int width)
width
- New value of property width.public int getHeight()
public void setHeight(int height)
height
- New value of property height.public double getMinX()
public void setMinX(double minX)
minX
- New value of property minX.public double getMaxX()
public void setMaxX(double maxX)
maxX
- New value of property maxX.public double getMinY()
public void setMinY(double minY)
minY
- New value of property minY.public double getMaxY()
public void setMaxY(double maxY)
maxY
- New value of property maxY.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |