org.geotools.data.ows
Interface GetCapabilitiesRequest

All Superinterfaces:
Request
All Known Implementing Classes:
AbstractGetCapabilitiesRequest, WMS1_0_0.GetCapsRequest, WMS1_1_0.GetCapsRequest, WMS1_1_1.GetCapsRequest, WMS1_3_0.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
Module:
modules/library/main (gt-main.jar)

Field Summary
static String GET_CAPABILITIES
           
static String SECTION_ALL
           
static String SECTION_COMMON
           
static String SECTION_CONTENT
           
static String SECTION_OPERATIONS
           
static String SECTION_SERVICE
           
 
Fields inherited from interface Request
REQUEST, SERVICE, VERSION, WMTVER
 
Method Summary
 
Methods inherited from interface Request
createResponse, getFinalURL, getPostContentType, getProperties, performPostOutput, requiresPost, setProperty
 

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


Copyright © 1996-2009 Geotools. All Rights Reserved.