Package org.geotools.data.ows
Interface GetCapabilitiesRequest
- All Superinterfaces:
Request
- All Known Implementing Classes:
AbstractGetCapabilitiesRequest
,GetCapabilitiesRequest
,WMS1_0_0.GetCapsRequest
,WMS1_1_0.GetCapsRequest
,WMS1_1_1.GetCapsRequest
,WMS1_3_0.GetCapsRequest
,WMTSSpecification.GetCapsRequest
Represents a GetCapabilitiesRequest.
The SECTION_* constants represent different sections of the Capabilities document. Specific sections can be retrieved using these parameters. This is useful because some Capabilities documents can be very large.
- Author:
- Richard Gould
-
Field Summary
Fields -
Method Summary
Methods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
-
Field Details
-
GET_CAPABILITIES
- See Also:
-
SECTION_ALL
- See Also:
-
SECTION_SERVICE
- See Also:
-
SECTION_OPERATIONS
- See Also:
-
SECTION_CONTENT
- See Also:
-
SECTION_COMMON
- See Also:
-