|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.db.ebean.Model
models.MapBBox
public class MapBBox
boundaryBox. Contains coordinates of lower left corner and и upper right corner and projection code.
| 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 |
|---|
public MapBBox(java.lang.Double minX,
java.lang.Double minY,
java.lang.Double maxX,
java.lang.Double maxY)
minX - coordinate x of lower left pointminY - coordinate y of lower left pointmaxX - coordinate x of upper right pointmaxY - coordinate y of upper right point
public MapBBox(java.lang.Double minX,
java.lang.Double minY,
java.lang.Double maxX,
java.lang.Double maxY,
java.lang.String projection)
minX - coordinate x of lower left pointminY - coordinate y of lower left pointmaxX - coordinate x of upper right pointmaxY - coordinate y of upper right pointprojection - projection code of coordinates. For example "EPSG:4326"| Method Detail |
|---|
public java.lang.Double getMinX()
public void setMinX(java.lang.Double minX)
minX - coordinate x of lower left pointpublic java.lang.Double getMinY()
public void setMinY(java.lang.Double minY)
minY - coordinate y of lower left pointpublic java.lang.Double getMaxX()
public void setMaxX(java.lang.Double maxX)
maxX - coordinate x of upper right pointtpublic java.lang.Double getMaxY()
public void setMaxY(java.lang.Double maxY)
maxY - coordinate y of upper right pointtpublic java.lang.String getProjection()
public void setProjection(java.lang.String projection)
projection - projection code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||