protected class WebMapServer.WMSInfo extends Object implements ServiceInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Human readable description of this service.
|
Icon |
getIcon() |
Set<String> |
getKeywords()
Keywords associated with this service.
|
URI |
getPublisher()
Party responsible for providing this service.
|
URI |
getSchema()
We are a Web Map Service:
|
URI |
getSource()
The source of this WMS is the capabilities document.
|
String |
getTitle()
Human readable title representing the service.
|
public String getDescription()
ServiceInfoThis use is understood to be in agreement with "dublin-core", implementors may use either abstract or description as needed.
A textual description of the content of the resource, including abstracts in the case of document-like objects or content descriptions in the case of visual resources.When providing actual dublin-core metadata you can gather up all the description information into a single string for searching.
getDescription in interface ServiceInfopublic Icon getIcon()
public Set<String> getKeywords()
ServiceInfoMaps to the Dublin Core Subject element.
getKeywords in interface ServiceInfopublic URI getPublisher()
ServiceInfoKnown mappings:
getPublisher in interface ServiceInfopublic URI getSchema()
getSchema in interface ServiceInfopublic URI getSource()
We make an effort here to look in the capabilities document provided for the unambiguous capabilities URI. This covers the case where the capabilities document has been cached on disk and we are restoring a WebMapServer instance.
getSource in interface ServiceInfopublic String getTitle()
ServiceInfoThe title is used to represent the service in the context of a user interface and should make use of the current Locale if possible.
getTitle in interface ServiceInfoCopyright © 1996–2019 Geotools. All rights reserved.