org.gcube.portlets.user.gisviewer.client.commons.beans
Class MapViewInfo

java.lang.Object
  extended by org.gcube.portlets.user.gisviewer.client.commons.beans.MapViewInfo

public class MapViewInfo
extends Object


Constructor Summary
MapViewInfo(double lowerLeftX, double lowerLeftY, double upperRightX, double upperRightY, int width, int height)
           
 
Method Summary
 int getHeight()
           
 double getLowerLeftX()
           
 double getLowerLeftY()
           
 double getUpperRightX()
           
 double getUpperRightY()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapViewInfo

public MapViewInfo(double lowerLeftX,
                   double lowerLeftY,
                   double upperRightX,
                   double upperRightY,
                   int width,
                   int height)
Method Detail

getLowerLeftX

public double getLowerLeftX()

getLowerLeftY

public double getLowerLeftY()

getUpperRightX

public double getUpperRightX()

getUpperRightY

public double getUpperRightY()

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2013. All Rights Reserved.