|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.wps.WebProcessingService.WPSInfo
protected class WebProcessingService.WPSInfo
Class quickly describing Web Processing Service.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Human readable description of this service. |
java.util.Set<java.lang.String> |
getKeywords()
Keywords associated with this service. |
java.net.URI |
getPublisher()
Party responsible for providing this service. |
java.net.URI |
getSchema()
We are a Web Processing Service: |
java.net.URI |
getSource()
The source of this WPS is the capabilities document. |
java.lang.String |
getTitle()
Human readable title representing the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.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 java.util.Set<java.lang.String> getKeywords()
ServiceInfo
Maps to the Dublin Core Subject element.
getKeywords
in interface ServiceInfo
public java.net.URI getPublisher()
ServiceInfo
Known mappings:
getPublisher
in interface ServiceInfo
public java.net.URI getSchema()
getSchema
in interface ServiceInfo
public java.net.URI getSource()
We make an effort here to look in the capabilities document provided for the unambiguous capabilities URI.
getSource
in interface ServiceInfo
public java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |