|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CapabilitiesService
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.
| Method Summary | |
|---|---|
InternationalString |
getAbstract()
The Abstract element allows a descriptive narrative providing more information about the enclosing object. |
Constraints |
getAccessConstraints()
Returns access constraints assigned to the service. |
Contact |
getContactInformation()
Returns informations who to contact for questions about the service. |
InternationalString |
getFees()
Returns fees assigned to the service. |
Keywords |
getKeywords()
A list of keywords or keyword phrases should be included to help catalog searching. |
String |
getName()
Returns the name of the service. |
OnlineResource |
getOnlineResource()
The OnlineResource element within the CapabilitiesService element can be used, for example, to point to the web site of the service provider. |
InternationalString |
getTitle()
Returns the title of the service. |
| Method Detail |
|---|
@UML(identifier="name",
specification=UNSPECIFIED)
String getName()
@UML(identifier="title",
specification=UNSPECIFIED)
InternationalString getTitle()
getName()InternationalString getAbstract()
@UML(identifier="keywordList",
specification=UNSPECIFIED)
Keywords getKeywords()
@UML(identifier="onlineResource",
specification=UNSPECIFIED)
OnlineResource getOnlineResource()
@UML(identifier="contactInformation",
specification=UNSPECIFIED)
Contact getContactInformation()
@UML(identifier="fees",
specification=UNSPECIFIED)
InternationalString getFees()
@UML(identifier="accessConstraints",
specification=UNSPECIFIED)
Constraints getAccessConstraints()
null will be returned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||