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 ServiceInfo
ServiceInfo.getDescription()
public Icon getIcon()
null
ServiceInfo.getDescription()
public Set<String> getKeywords()
getKeywords
in interface ServiceInfo
ServiceInfo.getDescription()
public URI getPublisher()
ServiceInfo
Known mappings:
getPublisher
in interface ServiceInfo
ServiceInfo.getPublisher()
public URI getSchema()
getSchema
in interface ServiceInfo
ServiceInfo.getSchema()
public URI getSource()
getSource
in interface ServiceInfo
ServiceInfo.getSource()
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
ServiceInfo.getTitle()
public String getVersion()
getVersion
in interface WFSServiceInfo
WFSServiceInfo.getVersion()
Copyright © 1996–2019 Geotools. All rights reserved.