models
Class MapBBox

java.lang.Object
  extended by play.db.ebean.Model
      extended by models.MapBBox
All Implemented Interfaces:
com.avaje.ebean.bean.EntityBean, java.io.Serializable

public class MapBBox
extends play.db.ebean.Model

boundaryBox. Contains coordinates of lower left corner and и upper right corner and projection code.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class play.db.ebean.Model
play.db.ebean.Model.Finder<I,T>
 
Field Summary
 
Fields inherited from class play.db.ebean.Model
_ebean_identity, _ebean_intercept
 
Constructor Summary
MapBBox(java.lang.Double minX, java.lang.Double minY, java.lang.Double maxX, java.lang.Double maxY)
          Constructor of class
MapBBox(java.lang.Double minX, java.lang.Double minY, java.lang.Double maxX, java.lang.Double maxY, java.lang.String projection)
          Constructor of class
 
Method Summary
 java.lang.Double getMaxX()
           
 java.lang.Double getMaxY()
           
 java.lang.Double getMinX()
           
 java.lang.Double getMinY()
           
 java.lang.String getProjection()
           
 void setMaxX(java.lang.Double maxX)
          set coordinate x of upper right point
 void setMaxY(java.lang.Double maxY)
          set coordinate x of upper right point
 void setMinX(java.lang.Double minX)
          set coordinate x of lower left point
 void setMinY(java.lang.Double minY)
          set coordinate y of lower left point
 void setProjection(java.lang.String projection)
          set projection code
 
Methods inherited from class play.db.ebean.Model
_ebean_createCopy, _ebean_get__idGetSet, _ebean_getField, _ebean_getFieldIntercept, _ebean_getFieldNames, _ebean_getIntercept, _ebean_getMarker, _ebean_getni__idGetSet, _ebean_intercept, _ebean_isEmbeddedNewOrDirty, _ebean_newInstance, _ebean_set__idGetSet, _ebean_setEmbeddedLoaded, _ebean_setField, _ebean_setFieldIntercept, _ebean_setni__idGetSet, addPropertyChangeListener, addPropertyChangeListener, delete, delete, deleteManyToManyAssociations, equals, hashCode, refresh, refresh, removePropertyChangeListener, removePropertyChangeListener, save, save, saveManyToManyAssociations, saveManyToManyAssociations, update, update, update, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBBox

public MapBBox(java.lang.Double minX,
               java.lang.Double minY,
               java.lang.Double maxX,
               java.lang.Double maxY)
Constructor of class

Parameters:
minX - coordinate x of lower left point
minY - coordinate y of lower left point
maxX - coordinate x of upper right point
maxY - coordinate y of upper right point

MapBBox

public MapBBox(java.lang.Double minX,
               java.lang.Double minY,
               java.lang.Double maxX,
               java.lang.Double maxY,
               java.lang.String projection)
Constructor of class

Parameters:
minX - coordinate x of lower left point
minY - coordinate y of lower left point
maxX - coordinate x of upper right point
maxY - coordinate y of upper right point
projection - projection code of coordinates. For example "EPSG:4326"
Method Detail

getMinX

public java.lang.Double getMinX()
Returns:
coordinate x of lower left point

setMinX

public void setMinX(java.lang.Double minX)
set coordinate x of lower left point

Parameters:
minX - coordinate x of lower left point

getMinY

public java.lang.Double getMinY()
Returns:
coordinate y of lower left point

setMinY

public void setMinY(java.lang.Double minY)
set coordinate y of lower left point

Parameters:
minY - coordinate y of lower left point

getMaxX

public java.lang.Double getMaxX()
Returns:
coordinate x of upper right point

setMaxX

public void setMaxX(java.lang.Double maxX)
set coordinate x of upper right point

Parameters:
maxX - coordinate x of upper right pointt

getMaxY

public java.lang.Double getMaxY()
Returns:
coordinate y of upper right point

setMaxY

public void setMaxY(java.lang.Double maxY)
set coordinate x of upper right point

Parameters:
maxY - coordinate y of upper right pointt

getProjection

public java.lang.String getProjection()
Returns:
projection code of coordinates

setProjection

public void setProjection(java.lang.String projection)
set projection code

Parameters:
projection - projection code