Class Capabilities200ServiceInfo
Object
Capabilities200ServiceInfo
- All Implemented Interfaces:
ServiceInfo,WFSServiceInfo
Adapts a WFS capabilities document to
ServiceInfo- Author:
- unknown, Matthias Schulze (LDBV at ldbv dot bayern dot de)
-
Constructor Summary
ConstructorsConstructorDescriptionCapabilities200ServiceInfo(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities) -
Method Summary
Modifier and TypeMethodDescriptionMaps to the capabilities' service identification abstractgetIcon()Maps to the capabilities' service identification keywords listParty responsible for providing this service.Maps to the WFS xsd schema in schemas.opengis.netMaps to the URL of the capabilities documentgetTitle()Human readable title representing the service.
-
Constructor Details
-
Capabilities200ServiceInfo
public Capabilities200ServiceInfo(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities)
-
-
Method Details
-
getDescription
Maps to the capabilities' service identification abstract- Specified by:
getDescriptionin interfaceServiceInfo- Returns:
- Human readable description, may be null.
- See Also:
-
getIcon
- Returns:
null- See Also:
-
getKeywords
Maps to the capabilities' service identification keywords list- Specified by:
getKeywordsin interfaceServiceInfo- Returns:
- keywords associated with this service.
- See Also:
-
getPublisher
Description copied from interface:ServiceInfoParty 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:
getPublisherin interfaceServiceInfo- Returns:
- URI identifying the publisher of this service
- See Also:
-
getSchema
Maps to the WFS xsd schema in schemas.opengis.net- Specified by:
getSchemain interfaceServiceInfo- Returns:
- URI used to identify service type
- See Also:
-
getSource
Maps to the URL of the capabilities document- Specified by:
getSourcein interfaceServiceInfo- Returns:
- Source of this service
- See Also:
-
getTitle
Description copied from interface:ServiceInfoHuman 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:
getTitlein interfaceServiceInfo- Returns:
- title, null if unsupported.
- See Also:
-
getVersion
- Specified by:
getVersionin interfaceWFSServiceInfo- Returns:
- the WFS protocol version
- See Also:
-