Package org.wicketstuff.openlayers.api
Class Bounds
- java.lang.Object
-
- org.wicketstuff.openlayers.api.Bounds
-
- All Implemented Interfaces:
Serializable,Value
public class Bounds extends Object implements Value
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetJSconstructor()LonLatgetNE()LonLatgetSW()inthashCode()static Boundsparse(String value)((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))static BoundsparseWithNames(String value)left-bottom=(37.34068368469045, -122.48519897460936) right-top=(37.72184917678752, -121.79855346679686)StringtoString()
-
-
-
Method Detail
-
getSW
public LonLat getSW()
-
getNE
public LonLat getNE()
-
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructorin interfaceValue- Returns:
- A JavaScript constructor that represents this element.
- See Also:
Value.getJSconstructor()
-
parse
public static Bounds parse(String value)
((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))
-
-