|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.wms.request.AbstractRequest org.geotools.data.wms.request.AbstractGetCapabilitiesRequest
DOCUMENT ME!
Field Summary | |
static java.lang.String |
SERVICE
Represents the SERVICE parameter |
Fields inherited from class org.geotools.data.wms.request.AbstractRequest |
EXCEPTION_XML, onlineResource, properties |
Fields inherited from interface org.geotools.data.wms.request.GetCapabilitiesRequest |
SECTION_ALL, SECTION_COMMON, SECTION_CONTENT, SECTION_OPERATIONS, SECTION_SERVICE |
Fields inherited from interface org.geotools.data.wms.request.Request |
REQUEST, VERSION, WMTVER |
Constructor Summary | |
AbstractGetCapabilitiesRequest(java.net.URL serverURL)
Creates a AbstractGetCapabilitiesRequest and sets the REQUEST, VERSION and SERVICE parameters. |
Method Summary | |
protected void |
initRequest()
Sets the REQUEST parameter Subclass can override if needed. |
protected void |
initService()
Sets the SERVICE parameter |
protected abstract void |
initVersion()
Sets up the version number for this request. |
Methods inherited from class org.geotools.data.wms.request.AbstractRequest |
getFinalURL, getProperties, processKey, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.data.wms.request.Request |
getFinalURL, getProperties, setProperty |
Field Detail |
public static final java.lang.String SERVICE
Constructor Detail |
public AbstractGetCapabilitiesRequest(java.net.URL serverURL)
serverURL
- Method Detail |
protected void initRequest()
Subclass can override if needed.
protected void initService()
protected abstract void initVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |