| 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.ogcwebservices.getcapabilities.CapabilitiesService
public class CapabilitiesService
The interface provides acces to the <CapabilitiesService> element of the Capabilities XML providing general metadata for the service as a whole. It shall include a Name, Title, and Online Resource URL. Optionally, Abstract, Keyword List, Contact Information, Fees, and Access Constraints may be provided. The meaning of most of these elements is defined in [ISO 19115]. The CapabilitiesService Name shall be "ogc:WMS" in the case of a Web Map CapabilitiesService.
----------------------------------------------------------------------
| Constructor Summary | |
|---|---|
CapabilitiesService(String name,
                                       String title,
                                       String abstract_,
                                       String[] keywords,
                                       URL onlineResource,
                                       ContactInformation contactInformation,
                                       String fees,
                                       String accessConstraints)
constructor initializing the class with the OGCWebServiceCapabilities  | 
|
| Method Summary | |
|---|---|
 void | 
addKeyword(String keyword)
adds the keywordList  | 
 String | 
getAbstract()
The Abstract element allows a descriptive narrative providing more information about the enclosing object.  | 
 String | 
getAccessConstraints()
Returns access constraints assigned to the service.  | 
 ContactInformation | 
getContactInformation()
Returns informations who to contact for questions about the service.  | 
 String | 
getFees()
Returns fees assigned to the service.  | 
 String[] | 
getKeywordList()
A list of keywords or keyword phrases should be included to help catalog searching.  | 
 String | 
getName()
returns the name of the service.  | 
 URL | 
getOnlineResource()
The OnlineResource element within the CapabilitiesService element can be used, for example, to point to the web site of the service provider.  | 
 String | 
getTitle()
Returns the title of the service.  | 
 void | 
setAbstract(String abstract_)
Sets the abstract element  | 
 void | 
setAccessConstraints(String accessConstraints)
Sets access constraints assigned to the service.  | 
 void | 
setContactInformation(ContactInformation contactInformation)
Sets informations who to contact for questions about the service.  | 
 void | 
setFees(String fees)
Sets fees assigned to the service.  | 
 void | 
setKeywordList(String[] keywordList)
sets the keywordList  | 
 void | 
setName(String name)
sets the name of the service.  | 
 void | 
setOnlineResource(URL onlineResource)
sets URL prefix for get HTTP request method.  | 
 void | 
setTitle(String title)
Sets the title of the service.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CapabilitiesService(String name,
                           String title,
                           String abstract_,
                           String[] keywords,
                           URL onlineResource,
                           ContactInformation contactInformation,
                           String fees,
                           String accessConstraints)
| Method Detail | 
|---|
public String getName()
public void setName(String name)
public String getTitle()
getName()public void setTitle(String title)
getName()public String getAbstract()
public void setAbstract(String abstract_)
public String[] getKeywordList()
public void addKeyword(String keyword)
public void setKeywordList(String[] keywordList)
public URL getOnlineResource()
public void setOnlineResource(URL onlineResource)
public ContactInformation getContactInformation()
public void setContactInformation(ContactInformation contactInformation)
public String getFees()
public void setFees(String fees)
public String getAccessConstraints()
public void setAccessConstraints(String accessConstraints)
  | 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net