org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data
Class BoundingBox

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data.BoundingBox
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class BoundingBox
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
BoundingBox()
           
 
Method Summary
 double getE()
           
 double getN()
           
 double getS()
           
 double getW()
           
 void parse(String str)
          Sets comma separated coordinates
 void setE(double e)
           
 void setN(double n)
           
 void setS(double s)
           
 void setW(double w)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox()
Method Detail

getN

public double getN()

setN

public void setN(double n)

getS

public double getS()

setS

public void setS(double s)

getW

public double getW()

setW

public void setW(double w)

getE

public double getE()

setE

public void setE(double e)

toString

public String toString()
Overrides:
toString in class Object

parse

public void parse(String str)
Sets comma separated coordinates

Parameters:
str - coordinates order : N , S , W , E


Copyright © 2013. All Rights Reserved.