forms.types
Class BBoxCorner

java.lang.Object
  extended by forms.types.BBoxCorner

public class BBoxCorner
extends java.lang.Object

Class boundary box point


Constructor Summary
BBoxCorner()
           
 
Method Summary
 double getLat()
           
 double getLng()
           
 void setLat(double lat)
          set latitude
 void setLng(double lng)
          set longitude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBoxCorner

public BBoxCorner()
Method Detail

getLng

public double getLng()
Returns:
longitude

setLng

public void setLng(double lng)
set longitude

Parameters:
lng - longitude

getLat

public double getLat()
Returns:
latitude

setLat

public void setLat(double lat)
set latitude

Parameters:
lat - latitude