|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String[] keywords,
java.net.URL onlineResource,
ContactInformation contactInformation,
java.lang.String fees,
java.lang.String accessConstraints)
constructor initializing the class with the OGCWebServiceCapabilities |
Method Summary | |
---|---|
void |
addKeyword(java.lang.String keyword)
adds the keywordList |
java.lang.String |
getAbstract()
The Abstract element allows a descriptive narrative providing more information about the enclosing object. |
java.lang.String |
getAccessConstraints()
Returns access constraints assigned to the service. |
ContactInformation |
getContactInformation()
Returns informations who to contact for questions about the service. |
java.lang.String |
getFees()
Returns fees assigned to the service. |
java.lang.String[] |
getKeywordList()
A list of keywords or keyword phrases should be included to help catalog searching. |
java.lang.String |
getName()
returns the name of the service. |
java.net.URL |
getOnlineResource()
The OnlineResource element within the CapabilitiesService element can be used, for example, to point to the web site of the service provider. |
java.lang.String |
getTitle()
Returns the title of the service. |
void |
setAbstract(java.lang.String abstract_)
Sets the abstract element |
void |
setAccessConstraints(java.lang.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(java.lang.String fees)
Sets fees assigned to the service. |
void |
setKeywordList(java.lang.String[] keywordList)
sets the keywordList |
void |
setName(java.lang.String name)
sets the name of the service. |
void |
setOnlineResource(java.net.URL onlineResource)
sets URL prefix for get HTTP request method. |
void |
setTitle(java.lang.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(java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String[] keywords, java.net.URL onlineResource, ContactInformation contactInformation, java.lang.String fees, java.lang.String accessConstraints)
name
- title
- abstract_
- keywords
- onlineResource
- contactInformation
- fees
- accessConstraints
- Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getTitle()
getName()
public void setTitle(java.lang.String title)
title
- getName()
public java.lang.String getAbstract()
public void setAbstract(java.lang.String abstract_)
abstract_
- public java.lang.String[] getKeywordList()
public void addKeyword(java.lang.String keyword)
keyword
- public void setKeywordList(java.lang.String[] keywordList)
keywordList
- public java.net.URL getOnlineResource()
public void setOnlineResource(java.net.URL onlineResource)
onlineResource
- public ContactInformation getContactInformation()
public void setContactInformation(ContactInformation contactInformation)
contactInformation
- public java.lang.String getFees()
public void setFees(java.lang.String fees)
fees
- public java.lang.String getAccessConstraints()
public void setAccessConstraints(java.lang.String accessConstraints)
accessConstraints
-
|
deegree 2.5 (2011/06/29 09:44 build-8-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://www.deegree.org