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()
ServiceInfo
This 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 ServiceInfo
public Icon getIcon()
public Set<String> getKeywords()
ServiceInfo
Maps to the Dublin Core Subject element.
getKeywords
in interface ServiceInfo
public URI getPublisher()
ServiceInfo
Known mappings:
getPublisher
in interface ServiceInfo
public URI getSchema()
getSchema
in interface ServiceInfo
public 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 ServiceInfo
public String getTitle()
ServiceInfo
The 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 ServiceInfo
Copyright © 1996–2019 Geotools. All rights reserved.