|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestDocument.Request | |
---|---|
net.opengis.wms | |
net.opengis.wms.impl |
Uses of RequestDocument.Request in net.opengis.wms |
---|
Methods in net.opengis.wms that return RequestDocument.Request | |
---|---|
RequestDocument.Request |
CapabilityDocument.Capability.addNewRequest()
Appends and returns a new empty "Request" element |
RequestDocument.Request |
RequestDocument.addNewRequest()
Appends and returns a new empty "Request" element |
RequestDocument.Request |
CapabilityDocument.Capability.getRequest()
Gets the "Request" element |
RequestDocument.Request |
RequestDocument.getRequest()
Gets the "Request" element |
static RequestDocument.Request |
RequestDocument.Request.Factory.newInstance()
|
static RequestDocument.Request |
RequestDocument.Request.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.wms with parameters of type RequestDocument.Request | |
---|---|
void |
CapabilityDocument.Capability.setRequest(RequestDocument.Request request)
Sets the "Request" element |
void |
RequestDocument.setRequest(RequestDocument.Request request)
Sets the "Request" element |
Uses of RequestDocument.Request in net.opengis.wms.impl |
---|
Classes in net.opengis.wms.impl that implement RequestDocument.Request | |
---|---|
static class |
RequestDocumentImpl.RequestImpl
An XML Request(@http://www.opengis.net/wms). |
Methods in net.opengis.wms.impl that return RequestDocument.Request | |
---|---|
RequestDocument.Request |
RequestDocumentImpl.addNewRequest()
Appends and returns a new empty "Request" element |
RequestDocument.Request |
CapabilityDocumentImpl.CapabilityImpl.addNewRequest()
Appends and returns a new empty "Request" element |
RequestDocument.Request |
RequestDocumentImpl.getRequest()
Gets the "Request" element |
RequestDocument.Request |
CapabilityDocumentImpl.CapabilityImpl.getRequest()
Gets the "Request" element |
Methods in net.opengis.wms.impl with parameters of type RequestDocument.Request | |
---|---|
void |
RequestDocumentImpl.setRequest(RequestDocument.Request request)
Sets the "Request" element |
void |
CapabilityDocumentImpl.CapabilityImpl.setRequest(RequestDocument.Request request)
Sets the "Request" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |