Package org.geotools.ows.wms
Class WebMapServer.WMSInfo
Object
WMSInfo
- All Implemented Interfaces:
ServiceInfo
- Enclosing class:
- WebMapServer
Class quickly describing Web Map Service.
- Author:
- Jody
-
Method Summary
Modifier and TypeMethodDescriptionHuman readable description of this service.getIcon()
Keywords associated with this service.Party responsible for providing this service.We are a Web Map Service:The source of this WMS is the capabilities document.getTitle()
Human readable title representing the service.
-
Method Details
-
getDescription
Description copied from interface:ServiceInfo
Human readable description of this service.This use is understood to be in agreement with "dublin-core", implementors may use either abstract or description as needed.
- Dublin Core:
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. - WMS: abstract
- WFS: abstract
- shapefile shp.xml information
- Specified by:
getDescription
in interfaceServiceInfo
- Returns:
- Human readable description, may be null.
- Dublin Core:
-
getIcon
-
getKeywords
Description copied from interface:ServiceInfo
Keywords associated with this service.Maps to the Dublin Core Subject element.
- Specified by:
getKeywords
in interfaceServiceInfo
- Returns:
- keywords associated with this service.
-
getPublisher
Description copied from interface:ServiceInfo
Party responsible for providing this service.Known mappings:
- WMS contact info
- File formats may wish to use the current user, or the last user to modify the file
- Specified by:
getPublisher
in interfaceServiceInfo
- Returns:
- URI identifying the publisher of this service
-
getSchema
We are a Web Map Service:- Specified by:
getSchema
in interfaceServiceInfo
- Returns:
- WMSSchema.NAMESPACE;
-
getSource
The source of this WMS is the capabilities document.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.
- Specified by:
getSource
in interfaceServiceInfo
- Returns:
- Source of this service
-
getTitle
Description copied from interface:ServiceInfo
Human readable title representing the service.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.
- Specified by:
getTitle
in interfaceServiceInfo
- Returns:
- title, null if unsupported.
-