ebgeo.maprequest
Class MapImageParameters

java.lang.Object
  extended byebgeo.maprequest.MapImageParameters

public class MapImageParameters
extends Object

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

MapImageParameters

public MapImageParameters(double minX,
                          double minY,
                          double maxX,
                          double maxY,
                          int width,
                          int height)
Creates a new instance of MapImageParameters

Method Detail

getWidth

public int getWidth()
Getter for property width.

Returns:
Value of property width.

setWidth

public void setWidth(int width)
Setter for property width.

Parameters:
width - New value of property width.

getHeight

public int getHeight()
Getter for property height.

Returns:
Value of property height.

setHeight

public void setHeight(int height)
Setter for property height.

Parameters:
height - New value of property height.

getMinX

public double getMinX()
Getter for property minX.

Returns:
Value of property minX.

setMinX

public void setMinX(double minX)
Setter for property minX.

Parameters:
minX - New value of property minX.

getMaxX

public double getMaxX()
Getter for property maxX.

Returns:
Value of property maxX.

setMaxX

public void setMaxX(double maxX)
Setter for property maxX.

Parameters:
maxX - New value of property maxX.

getMinY

public double getMinY()
Getter for property minY.

Returns:
Value of property minY.

setMinY

public void setMinY(double minY)
Setter for property minY.

Parameters:
minY - New value of property minY.

getMaxY

public double getMaxY()
Getter for property maxY.

Returns:
Value of property maxY.

setMaxY

public void setMaxY(double maxY)
Setter for property maxY.

Parameters:
maxY - New value of property maxY.