|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.wmsclient.model.ModelModifier
Constructor Summary | |
ModelModifier()
|
Method Summary | |
static WMSGetMapRequest |
modify(WMSGetMapRequest model,
GM_Envelope bbox)
creates a WMSGetMapRequest that is identical to the submitted one but with a new boundingbox |
static WMSGetMapRequest |
modify(WMSGetMapRequest model,
GM_Point center,
double zoomLevel)
modify's the submitted WMSGetMapRequest by setting a new boundingbox that is $zoomlevel$ % larger ( zoomLevel > 0 ) or $zoomlevel$ smaller ( zoomLevel < 0 ) than the current bounding box. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModelModifier()
Method Detail |
public static WMSGetMapRequest modify(WMSGetMapRequest model, GM_Point center, double zoomLevel)
model
- center
- zoomLevel
-
public static WMSGetMapRequest modify(WMSGetMapRequest model, GM_Envelope bbox)
model
- old WMSGetMapRequestbbox
- new bounding box
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |