org.placelab.demo.mapview
Class RegionBacking

java.lang.Object
  extended byorg.placelab.demo.mapview.RegionBacking

public class RegionBacking
extends java.lang.Object

A Region is place defined by a rectangle that encloses it.


Field Summary
 java.lang.String name
           
 double originLat
           
 double originLon
           
 java.lang.String text
           
 double upperRightLat
           
 double upperRightLon
           
 
Constructor Summary
RegionBacking(java.lang.String _name, java.lang.String _text, double _originLat, double _originLon, double _upperRightLat, double _upperRightLon)
           
 
Method Summary
 java.lang.String getName()
           
 double getOriginLat()
           
 double getOriginLon()
           
 java.lang.String getText()
           
 double getUpperRightLat()
           
 double getUpperRightLon()
           
 void setName(java.lang.String name)
           
 void setOriginLat(double originLat)
           
 void setOriginLon(double originLon)
           
 void setText(java.lang.String text)
           
 void setUpperRightLat(double upperRightLat)
           
 void setUpperRightLon(double upperRightLon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

text

public java.lang.String text

originLat

public double originLat

originLon

public double originLon

upperRightLat

public double upperRightLat

upperRightLon

public double upperRightLon
Constructor Detail

RegionBacking

public RegionBacking(java.lang.String _name,
                     java.lang.String _text,
                     double _originLat,
                     double _originLon,
                     double _upperRightLat,
                     double _upperRightLon)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getOriginLat

public double getOriginLat()

setOriginLat

public void setOriginLat(double originLat)

getOriginLon

public double getOriginLon()

setOriginLon

public void setOriginLon(double originLon)

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)

getUpperRightLat

public double getUpperRightLat()

setUpperRightLat

public void setUpperRightLat(double upperRightLat)

getUpperRightLon

public double getUpperRightLon()

setUpperRightLon

public void setUpperRightLon(double upperRightLon)