org.wicketstuff.openlayers.api
Class MapCenterImpl

java.lang.Object
  extended by org.wicketstuff.openlayers.api.MapCenterImpl
All Implemented Interfaces:
Serializable, IMapCenter

public class MapCenterImpl
extends Object
implements IMapCenter

Author:
Marin Mandradjiev (marinsm@hotmail.com)
See Also:
Serialized Form

Constructor Summary
MapCenterImpl()
           
MapCenterImpl(Double longitude, Double latitude, Integer zoom)
           
 
Method Summary
 Double getLatitude()
           
 Double getLongitude()
           
 Integer getZoom()
           
 void setLatitude(Double latitude)
           
 void setLongitude(Double longitude)
           
 void setZoom(Integer zoom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCenterImpl

public MapCenterImpl()

MapCenterImpl

public MapCenterImpl(Double longitude,
                     Double latitude,
                     Integer zoom)
Method Detail

getLongitude

public Double getLongitude()
Specified by:
getLongitude in interface IMapCenter

setLongitude

public void setLongitude(Double longitude)
Specified by:
setLongitude in interface IMapCenter

getLatitude

public Double getLatitude()
Specified by:
getLatitude in interface IMapCenter

setLatitude

public void setLatitude(Double latitude)
Specified by:
setLatitude in interface IMapCenter

getZoom

public Integer getZoom()
Specified by:
getZoom in interface IMapCenter

setZoom

public void setZoom(Integer zoom)
Specified by:
setZoom in interface IMapCenter


Copyright © 2008-2012. All Rights Reserved.