public final class Capabilities200ServiceInfo extends Object implements WFSServiceInfo
ServiceInfo| Constructor and Description |
|---|
Capabilities200ServiceInfo(String schemaUri,
URL getCapsUrl,
WFSCapabilitiesType capabilities) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Maps to the capabilities' service identification abstract
|
Icon |
getIcon() |
Set<String> |
getKeywords()
Maps to the capabilities' service identification keywords list
|
URI |
getPublisher()
Party responsible for providing this service.
|
URI |
getSchema()
Maps to the WFS xsd schema in schemas.opengis.net
|
URI |
getSource()
Maps to the URL of the capabilities document
|
String |
getTitle()
Human readable title representing the service.
|
String |
getVersion() |
public String getDescription()
getDescription in interface ServiceInfoServiceInfo.getDescription()public Icon getIcon()
nullServiceInfo.getDescription()public Set<String> getKeywords()
getKeywords in interface ServiceInfoServiceInfo.getDescription()public URI getPublisher()
ServiceInfoKnown mappings:
getPublisher in interface ServiceInfoServiceInfo.getPublisher()public URI getSchema()
getSchema in interface ServiceInfoServiceInfo.getSchema()public URI getSource()
getSource in interface ServiceInfoServiceInfo.getSource()public 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 ServiceInfoServiceInfo.getTitle()public String getVersion()
getVersion in interface WFSServiceInfoWFSServiceInfo.getVersion()Copyright © 1996–2019 Geotools. All rights reserved.