public interface ServiceInfo
You can treat this bean as a "summary view" on more complete metadata information that may be accessible as header or table information.
The names used in this class have been taken from Dublin Code and it's application profile for RDF.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Human readable description of this service.
|
Set<String> |
getKeywords()
Keywords associated with this service.
|
URI |
getPublisher()
Party responsible for providing this service.
|
URI |
getSchema()
A URI used to identify the service type.
|
URI |
getSource()
Returns the service source.
|
String |
getTitle()
Human readable title representing the service.
|
String getTitle()
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.
Set<String> getKeywords()
Maps to the Dublin Core Subject element.
String getDescription()
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.
URI getPublisher()
Known mappings:
URI getSchema()
Maps to the Dublin Code Format element.
URI getSource()
Maps to the Dublin Core Server Element.
Copyright © 1996–2023 Geotools. All rights reserved.