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
public interface GetCapabilitiesRequest extends Request
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 Modifier and Type Field Description static String
GET_CAPABILITIES
static String
SECTION_ALL
static String
SECTION_COMMON
static String
SECTION_CONTENT
static String
SECTION_OPERATIONS
static String
SECTION_SERVICE
-
Method Summary
-
Methods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
-
-
-
-
Field Detail
-
GET_CAPABILITIES
static final String GET_CAPABILITIES
- See Also:
- Constant Field Values
-
SECTION_ALL
static final String SECTION_ALL
- See Also:
- Constant Field Values
-
SECTION_SERVICE
static final String SECTION_SERVICE
- See Also:
- Constant Field Values
-
SECTION_OPERATIONS
static final String SECTION_OPERATIONS
- See Also:
- Constant Field Values
-
SECTION_CONTENT
static final String SECTION_CONTENT
- See Also:
- Constant Field Values
-
SECTION_COMMON
static final String SECTION_COMMON
- See Also:
- Constant Field Values
-
-