cgl.ogc.wms.services.requests
Class RequestAdjustment
java.lang.Object
cgl.ogc.wms.services.requests.RequestAdjustment
- public class RequestAdjustment
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2005
Company:
- Version:
- 1.0
- Author:
- Ahmet Sayar
|
Method Summary |
org.w3c.dom.Document |
setBboxInRequest(org.w3c.dom.Document doc,
java.lang.String bbox)
|
org.w3c.dom.Document |
setMagInRequest(org.w3c.dom.Document doc,
java.lang.String minMag)
|
org.w3c.dom.Document |
setTimeInRequest(org.w3c.dom.Document doc,
java.lang.String time)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestAdjustment
public RequestAdjustment()
setBboxInRequest
public org.w3c.dom.Document setBboxInRequest(org.w3c.dom.Document doc,
java.lang.String bbox)
- Parameters:
doc - Document
- Returns:
- Document
setMagInRequest
public org.w3c.dom.Document setMagInRequest(org.w3c.dom.Document doc,
java.lang.String minMag)
- Parameters:
doc - Document
- Returns:
- Document
setTimeInRequest
public org.w3c.dom.Document setTimeInRequest(org.w3c.dom.Document doc,
java.lang.String time)
- Parameters:
doc - Document
- Returns:
- Document