org.opengis.webservice.capability
Interface CommonCapabilities

Show UML class diagram
All Superinterfaces:
Capabilities

public interface CommonCapabilities
extends Capabilities

Represents a configuration for an OGC-Webservice according to the OWS Common Implementation Specification 0.2, i.e. it consists of the following parts:


Method Summary
 Contents getContents()
          Returns the contents.
 OperationsMetadata getOperationsMetadata()
          Returns the operationsMetadata.
 ServiceIdentification getServiceIdentification()
          Returns the serviceIdentification.
 ServiceProvider getServiceProvider()
          Returns the serviceProvider.
 
Methods inherited from interface Capabilities
getUpdateSequence, getVersion
 

Method Detail

getContents

Contents getContents()
Returns the contents.


getOperationsMetadata

OperationsMetadata getOperationsMetadata()
Returns the operationsMetadata.


getServiceIdentification

ServiceIdentification getServiceIdentification()
Returns the serviceIdentification.


getServiceProvider

ServiceProvider getServiceProvider()
Returns the serviceProvider.



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.